| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412346
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION to chase the update of proj
PR: 200434
Submitted by: wen@(myself)
Approved by: maintainer(timeout, >20 days)
Notes:
svn path=/head/; revision=389704
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version. When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.
Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it. The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20. Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.
PR: 195724
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=374303
|
|
|
|
| |
Notes:
svn path=/head/; revision=371283
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=363469
|
|
|
|
| |
Notes:
svn path=/head/; revision=347760
|
|
|
|
|
|
|
|
|
|
|
| |
- USES=gmake.
- Staging.
PR: ports/184385
Approved by: maintainer timeout (2 weeks)
Notes:
svn path=/head/; revision=338006
|
|
|
|
|
|
|
| |
graphics)
Notes:
svn path=/head/; revision=327733
|
|
|
|
|
|
|
| |
Approved by: maintainer(implicity)
Notes:
svn path=/head/; revision=296335
|
|
|
|
|
|
|
|
|
| |
PR: 166788
Submitted by: Wen Heping (myself)
Approved by: maintainer(timeout, > 20 days)
Notes:
svn path=/head/; revision=296125
|
|
|
|
| |
Notes:
svn path=/head/; revision=285379
|
|
|
|
| |
Notes:
svn path=/head/; revision=284615
|
|
|
|
| |
Notes:
svn path=/head/; revision=276992
|
|
|
|
|
|
|
|
| |
PR: ports/143872
Submitted by: Slaven Rezic <slaven@rezic.de>
Notes:
svn path=/head/; revision=252012
|
|
|
|
|
|
|
|
| |
PR: 139532
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> (maintainer)
Notes:
svn path=/head/; revision=244871
|
|
|
|
|
|
|
|
| |
PR: 127068
Submitted by: TAOKA Fumiyoshi <fmysh at iijmio-mail dot jp> (maintainer)
Notes:
svn path=/head/; revision=219778
|
|
|
|
|
|
|
|
|
|
|
| |
- Update datum grid files to proj-datumgrid-1.3
- Pass maintainership to submitter
PR: 119362
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Notes:
svn path=/head/; revision=205502
|
|
|
|
|
|
|
| |
Approved by: Pav (wearing portmgr hat)
Notes:
svn path=/head/; revision=196069
|
|
|
|
|
|
|
| |
- pet portlint
Notes:
svn path=/head/; revision=181383
|
|
|
|
|
|
|
|
|
|
|
| |
- these include dns/ editors/ emulators/ finance/
games/ graphics/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Notes:
svn path=/head/; revision=170640
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=158048
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154157
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
Notes:
svn path=/head/; revision=148323
|
|
|
|
|
|
|
| |
Approved by: maintainer timeout (3 months)
Notes:
svn path=/head/; revision=121283
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
Notes:
svn path=/head/; revision=113296
|
|
|
|
| |
Notes:
svn path=/head/; revision=105747
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Notes:
svn path=/head/; revision=103963
|
|
|
|
|
|
|
| |
(Part 2)
Notes:
svn path=/head/; revision=99920
|
|
|
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
Notes:
svn path=/head/; revision=77045
|
|
|
|
| |
Notes:
svn path=/head/; revision=57994
|
|
Notes:
svn path=/head/; revision=50075
|