| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=104313
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 1)
Notes:
svn path=/head/; revision=99918
|
|
|
|
| |
Notes:
svn path=/head/; revision=87357
|
|
|
|
|
|
|
|
|
| |
Bump PORTREVISION
Reported by: bento
Notes:
svn path=/head/; revision=83048
|
|
|
|
| |
Notes:
svn path=/head/; revision=79368
|
|
|
|
|
|
|
|
| |
PR: 50577
Submitted by: Mark Linimon <linimon@lonesome.com>
Notes:
svn path=/head/; revision=78957
|
|
|
|
|
|
|
|
|
|
| |
Based on:
PR: 50577
Submitted by: Mark Linimon <linimon@lonesome.com>
Notes:
svn path=/head/; revision=78451
|
|
|
|
| |
Notes:
svn path=/head/; revision=75971
|
|
|
|
|
|
|
|
| |
Moved broken to below run/build depends to make portlint happy.
Noticed by: portsurvey
Notes:
svn path=/head/; revision=71916
|
|
|
|
| |
Notes:
svn path=/head/; revision=71289
|
|
|
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
Notes:
svn path=/head/; revision=69808
|
|
|
|
|
|
|
| |
Approved by: pat
Notes:
svn path=/head/; revision=69612
|
|
|
|
|
|
|
|
| |
making all the distfiles unfetachable. Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
Notes:
svn path=/head/; revision=66862
|
|
|
|
|
|
|
|
|
| |
PR: 40784
Submitted by: corecode@corecode.ath.cx
Reviewed by: flynn@energyhq.homeip.net
Notes:
svn path=/head/; revision=65426
|
|
|
|
|
|
|
| |
update *_DEPENDS properly.
Notes:
svn path=/head/; revision=65182
|
|
|
|
|
|
|
|
|
|
| |
Also replace glib-config in configure with glib12-config so the port can
actually build. Note that it's still kinda broken as it requires recode
3.5 exactly and we have 3.6 in our tree, but at least now it'll work if
you have recode 3.5 installed.
Notes:
svn path=/head/; revision=63270
|
|
|
|
| |
Notes:
svn path=/head/; revision=63003
|
|
|
|
| |
Notes:
svn path=/head/; revision=58459
|
|
|
|
|
|
|
| |
time.
Notes:
svn path=/head/; revision=53241
|
|
|
|
|
|
|
| |
Prompted by: vanilla
Notes:
svn path=/head/; revision=44495
|
|
|
|
|
|
|
|
|
|
| |
-D_THREAD_SAFE --> ${PTHREAD_CFLAGS}
Note: my first intention was to test this out on bento/beta, but per ade's
requiest I opted to do it quickly.
Notes:
svn path=/head/; revision=40539
|
|
|
|
|
|
|
|
| |
PR: 24611
Submitted by: MAINTAINER
Notes:
svn path=/head/; revision=37667
|
|
|
|
| |
Notes:
svn path=/head/; revision=35745
|
|
bibliographic references. It provides an homogeneous interface (with powerful
editing and searching features) for several bibliographic database formats -
currently supported are BibTeX, Medline, Ovid and Refer. In addition, it can
export references directly to LyX.
PR: 23326
Submitted by: Johann Visagie <johann@egenetics.com>
Notes:
svn path=/head/; revision=35744
|