Commit graph

287390 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
49a58e86ff - Update to 2012.10.07
Reported by:	Thomas Mueller <tmueller@sysgo.com>
Feature safe:	yes
2012-10-12 17:14:53 +00:00
Wesley Shields
392d692d4c Convert to new options.
PR:		ports/172419
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
Feature safe:	yes
2012-10-12 16:50:40 +00:00
Mikhail Teterin
45c1643739 Add a patch removing two unused private fields from an internal
class. The dead fields must've been there for years, but only
clang-3.2 complains about it...

The class' composition is not exported outside the library
anyway, so there are no concerns about a known structure changing
size -- hence, no shlib number bumps or anything.

PR:		ports/172637
Submitted by:	Oliver Hartmann
Feature safe:	yes
2012-10-12 16:39:23 +00:00
Glen Barber
bff02f6d3f Fix fetch.
Approved by:	eadler (mentor, implicit)
PR:		ports/172617
Feature safe:	yes
2012-10-12 15:30:30 +00:00
Gerald Pfeifer
753449006e For releases, libquadmath.info is always installed, even on
architectures where the library is not supported. [1]

Revamp the handling of different languages (frontends, run-times)
by GCC to allow for orthogonal setting them in the future. [2]

Print the list of languages being built as part of pre-everything
and shorten the output of operating system and version there.

Reported by:	linimon [1]
Inspired by:	jkim [2]
Feature safe:	yes
2012-10-12 15:18:02 +00:00
Thomas Abthorpe
3b0c181796 - Add ZLIB license
PR:		ports/171611
Submitted by:	Chris Petrik <c.petrik.sosa gmail.com>
Approved by:	portmgr (implicit)
Feature safe:	yes
2012-10-12 15:07:31 +00:00
Bryan Drewery
f45177a7ae - Update to checkin a71cb01551
Changes:
  * options: Show usage with no arguments
  * bulk: Support building entire tree with -a
  * testport/bulk -t: Enable PKGNG DEVELOPER_MODE to
    catch more plist errors
  * Show which PORTSDIR is being used during builds
  * queue: Fix syntax error with no arguments

Feature safe:	yes
2012-10-12 14:57:45 +00:00
Dmitry Sivachenko
ab84524d86 Use 'configtest' command to test config file to be consistent with apache,
nagios and others.  Do not invent yet another wheel.

Feature safe: yes
2012-10-12 14:01:04 +00:00
Alex Dupre
4276086831 Update to 0.8.2 release.
Feature safe:	yes
2012-10-12 13:57:26 +00:00
Alex Dupre
5e84c1164a Update to 5.5.28 release and switch to OptionsNG.
Feature safe:	yes
2012-10-12 13:44:59 +00:00
Alex Dupre
7bb7d3f180 Update to 5.1.66 release.
Feature safe:	yes
2012-10-12 13:22:20 +00:00
Bryan Drewery
5227f68ac2 - Fix plist referencing 2 nonexistent files with NLS [1]
- Trim header

PR:		ports/172597 [1]
Submitted by:	bdrewery
Approved by:	Jason Harris <jharris@widomaker.com> (maintainer) [1]
Approved by:	portmgr (erwin)
Feature safe:	yes
2012-10-12 12:54:01 +00:00
Adam Weinberger
4279040068 Release MAINTAINERship.
Feature safe: yes
2012-10-12 12:15:03 +00:00
Frederic Culot
1b78706860 - Update to 2.19
Changes:	http://search.cpan.org/dist/Term-Menus/ChangeLog
Feature safe:	yes
2012-10-12 11:29:34 +00:00
Jason E. Hale
54d220d791 - Update to 1.10
- Convert to new options framework
- Allow for any available version of TCL to be used
- Add LICENSE
- Remove indefinite article from COMMENT, update
- Mark MAKE_JOBS_SAFE
- Trim Makefile header

PR:		ports/172456
Submitted by:	Paul Schmehl <pauls@utdallas.edu> (maintainer)
Approved by:	makc (mentor)
Feature safe:	yes
2012-10-12 11:10:30 +00:00
Frederic Culot
a8f08877f8 - Update to 0.74
Changes:	http://search.cpan.org/dist/CPAN-Perl-Releases/Changes
Feature safe:	yes
2012-10-12 11:03:24 +00:00
Frederic Culot
4c21df5ebb - Update to 1.5
- Sort USE_* flags

PR:		ports/172384
Submitted by: 	Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer)
Feature safe:	yes
2012-10-12 10:31:18 +00:00
Frederic Culot
85741ce50e - Update to 3.2.3
Changes:	https://github.com/RDFLib/rdflib/blob/master/CHANGELOG
PR:		ports/172612
Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com>
Feature safe:	yes
2012-10-12 09:58:39 +00:00
Frederic Culot
2e92bd34b8 - Update to 1.20 [1]
- Remove dependency on p5-version (already in core)
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Net-Patricia/Changes
PR:		ports/172580 [1]
Submitted by:	Nick Hilliard <nick@foobar.org>
Feature safe:	yes
2012-10-12 09:45:56 +00:00
Jason E. Hale
a5789437d0 - Add gconf2 dependency for GNOME option [1]
- Convert to USE_PKGCONFIG
- Drop USE_GMAKE; port builds with regular make
- Drop unneeded WANT_GNOME
- Drop specific ABI version numbers from LIB_DEPENDS
- Improve GCONF_SCHEMAS handling
- Trim Makefile header

PR:		ports/172459
Submitted by:	Hon-Yu Lawrence Cheung <cheunghonyu@gmail.com> [1]
Approved by:	mbsd <mbsd@isgroup.com.ua> (maintainer)
		makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-12 09:21:48 +00:00
Marcelo Araujo
d4d96a0bb4 - Trim header, forgotten in my previous commit.
Feature safe:	yes
2012-10-12 09:13:42 +00:00
Marcelo Araujo
d97ed92646 - Fix build and use the right path of freetype2. [1]
- Don't install xpdf on libexec when build without X support. [1]

PR:		ports/169196 [1], ports/170525 [2]
Submitted by:	Christopher <chris@imagemetrica.com> [1]
		Rainer Duffner <rainer@ultra-secure.de> [2]
Feature safe:	yes
2012-10-12 09:08:50 +00:00
Florian Smeets
58df8d2b31 - update {thunderbird,firefox}-esr* and libxul to 10.0.9
- use bundled jemalloc since 7.2 [1]
- avoid thread-local variables before 8.3, 9.1, 10.0, to avoid crashes [2]
- bump PORTREVISION on mail/thunderbird and www/firefox for the TLS fixes

Security:	6e5a9afd-12d3-11e2-b47d-c8600054b392
Reported by:	angelv <angelvg@gmail.com>, Hanno Krusken<ix260@yahoo.co.uk> [2]
Reference:	http://svnweb.freebsd.org/changeset/base/225582 [2]
Submitted by:	Jan Beich <jbeich@tormail.org> [1], [2]
Feature safe:	yes
2012-10-12 09:08:22 +00:00
Pietro Cerutti
a6c010248e - Avoid creating unused empty directories when installing tcl-modules
Approved by:	portmgr (bapt)
Feature safe:	yes
2012-10-12 07:57:47 +00:00
Baptiste Daroussin
a68af10365 Fix typo
Submitted by:	John Hein <jhein@symmetricom.com>
Feature safe:	yes
2012-10-12 07:47:00 +00:00
Vanilla I. Shu
febc6981ac Fix build with clang.
Feature safe: yes
2012-10-12 07:17:33 +00:00
Ruslan Makhmatkhanov
1a8881e2ec - convert Makefile header to new two-line format
- add dns/py-dnspython to RUN_DEPENDS too, because easyzone will not
  work w/o it
- remove some redundant python specific knobs: PYDISTUTILS_NOEGGINFO,
  PYDISTUTILS_PKGNAME
- use PYEASYINSTALL_EGG in pkg-plist instead of redundant passing
  PORTVERSION and PYTHON_VER there
- bump PORTREVISION because of dependencies change

PR:		172446
Submitted by:	rm (myself)
Approved by:	Attila Nagy <bra at fsn dot hu> (maintainer, by mail)
Feature safe:	yes
2012-10-12 07:08:52 +00:00
Baptiste Daroussin
b0fcd5062d Convert to new options framework
Feature safe:	yes
2012-10-12 07:08:38 +00:00
Baptiste Daroussin
a043a47f84 forgot the keep the defaults
Feature safe:	yes
2012-10-12 07:06:46 +00:00
Baptiste Daroussin
416fb31fde Convert to new options framework
Feature safe:	yes
2012-10-12 07:04:45 +00:00
Lars Thegler
4483e3ffd3 Update to 1.1901
Feature safe:	yes
2012-10-12 06:53:43 +00:00
Jason E. Hale
c4928ef7fe - Update to 0.99 [1]
- Trim Makefile header

PR:		ports/168271 [1]
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> [1]
Approved by:	timur (maintainer timeout, 4.5 months) [1]
		makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-12 06:48:48 +00:00
Jung-uk Kim
2d4e9c6a9c Fix pkg-plist for i386.
Feature safe:	yes
2012-10-12 06:41:51 +00:00
Jason E. Hale
109d586f96 - Update to 0.28 [1]
- Trim Makefile header

PR:		ports/168270 [1]
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> [1]
Approved by:	timur (maintainer timeout, 4.5 months) [1]
		makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-12 06:37:33 +00:00
Jason E. Hale
3729268d97 - Update to 1.001 [1]
- Trim Makefile header

PR:		ports/168259 [1]
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> [1]
Approved by:	timur (maintainer timeout, 4.5 months) [1]
		makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-12 06:14:46 +00:00
Jason E. Hale
84fbcd6d5a - Update to 1.101 [1]
- Fix COMMENT [1]
- Trim Makefile header

PR:		ports/168260 [1]
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> [1]
Approved by:	timur (maintainer timeout, 4.5 months) [1]
		makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-12 06:11:53 +00:00
Jason E. Hale
059cda9b2a - Update to 2.003 [1]
- Trim Makefile header

PR:		ports/168285 [1]
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> [1]
Approved by:	timur (maintainer timeout, 4.5 months) [1]
		makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-12 06:08:24 +00:00
Jason E. Hale
a8b576b63b - Update to 1.13 [1]
- Trim Makefile header

PR:		ports/168261 [1]
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> [1]
Approved by:	timur (maintainer timeout, 4.5 months) [1]
		makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-12 06:03:06 +00:00
Eitan Adler
b16a0e19a1 Update to 1.330
Changes:
	Major improvements include DocBook XML support and the ability to use additional spelling dictionaries. Numerous bug fixes and improvements.

PR:		ports/172617
Submitted by:	wblock (maintainer)
Feature safe:	yes
2012-10-12 02:50:37 +00:00
Bryan Drewery
a57e323196 - Update to 20120831 snapshot [1]
- Trim header

PR:		ports/171201 [1]
Submitted by:	dumbbell [1]
Approved by:	Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer) [1]
Feature safe:	yes
2012-10-12 02:08:58 +00:00
Jason E. Hale
a2d34f9f47 - Remove quotes from options string
While here:
- Trim Makefile header

PR:		ports/172603
Submitted by:	David Naylor <naylor.b.david@gmail.com> (maintainer)
Approved by:	makc, avilla (mentors, implicit)
Reported by:	Riccardo Torrini
Feature safe:	yes
2012-10-12 01:04:30 +00:00
Brooks Davis
14aba22ba8 Add a port of the development version of DragonEgg.
DragonEgg is a gcc plugin that replaces GCC's optimizers and code
generators with those from the LLVM project.  It works with gcc-4.5
or gcc-4.6, can target the x86-32/x86-64 and ARM processor families.
It fully supports Ada, C, C++ and Fortran.  It has partial support
for Go, Java, Obj-C and Obj-C++.

Feature safe:	yes
2012-10-12 00:53:48 +00:00
Jung-uk Kim
2151c80bb7 Add a port to self-bootstrap OpenJDK6. Note the initial distfiles were
bootstrapped with pre-built openjdk6 packages from FreeBSD build clusters
on clean 7.4-RELEASE installation, and the ports tree was checked out at
r305682.

Feature safe:	yes
2012-10-12 00:42:31 +00:00
TAKATSU Tomonari
73fb96782e - Unbreak and mark IGNORE when RUBY_DEFAULT_VER is not 1.9
- Revive Created by line which was Whom line in Makefile header

Feature safe:	yes
2012-10-11 22:36:17 +00:00
Wesley Shields
0245667dd6 Fix WWW in pkg-descr.
PR:		ports/171890
Submitted by:	Derek Wood <ddwood@outlook.com>
Approved by:	sylvio@ (maintainer timeout)
Feature safe:	yes
2012-10-11 20:31:13 +00:00
Ruslan Makhmatkhanov
f0f670aec0 Firebird RDBMS bindings for Python.
fdb package is a set of Firebird RDBMS bindings for python.
It works on Python 2.6+ and Python 3.x

WWW: http://www.firebirdsql.org/en/python-devel-status/

PR:		172455
Submitted by:	Jose Jachuf <jjachuf at gmail dot com>
Feature safe:   yes
2012-10-11 20:19:06 +00:00
Bryan Drewery
d229ac58bf - Update to latest snapshot [1]
- Properly install symlinks for auth-pam and down-root plugins [1]
- Fix pkg-message description of locations of these plugins [1]
- Fix plist for nonexistent DOCSDIR/openvpn and DOCSDIRS/sample

PR:		ports/172587 [1]
Submitted by:	Eric F Crist <ecrist@secure-computing.net> (maintainer) [1]
Feature safe:	yes
2012-10-11 20:13:18 +00:00
Bryan Drewery
29193d8a23 - Properly install symlinks for auth-pam and down-root plugins [1]
- Fix pkg-message description of locations of these plugins [1]
- Fix plist for nonexistent DOCSDIR/openvpn

PR:		ports/172598 [1]
Submitted by:	Eric F Crist <ecrist@secure-computing.net> (maintainer) [1]
Feature safe:	yes
2012-10-11 20:11:26 +00:00
Juergen Lock
b639546b3c - Fix AUTO in daily_status_smart_devices parameter (skip arX devices).
- Bump PORTREVISION.

PR:		ports/172480
Submitted by:	Leonid Nevecherya <nlv@imbera.ru>
Approved by:	samm@os2.kiev.ua (maintainer)
Feature safe:	yes
2012-10-11 19:55:47 +00:00
Tom Judge
bd48157e1a A module used to generate (fairly) random strings easily.
WWW:    http://search.cpan.org/dist/Data-Rand-Obscure/

Feature safe:	yes
Approved by:	db (mentor)
2012-10-11 19:32:15 +00:00