| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: ports/69189
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
actually different.
PR: ports/67551
Submitted by: Jose M Rodriguez <freebsd@wanadoo.es>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
some gettext symbols.
|
|
|
|
|
| |
Submitted by: trevor
Tested by: bento
|
| |
|
|
|
|
| |
plugin from being compiled anyway.
|
|
|
|
|
| |
PR: 61250
Submitted by: Ports Fury
|
|
|
|
| |
Prodded by: kris
|
| |
|
|
|
|
|
|
| |
are not picked up.
PR: 48354
|
|
|
|
|
|
|
| |
PR: 47493
Submitted by: Ports Fury
Additional regex fixes by Simon Schubert <corecode@corecode.ath.cx>.
|
|
|
|
|
| |
PR: 45865
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
|
|
|
|
| |
Approved by: pat
|
|
|
|
|
| |
PR: 44352
Submitted by: Ports Fury
|
|
|
|
|
|
|
| |
While I'm here, fix BUILD_DEPENDS to look for an executable, it is not
LIB_DEPENDS.
Submitted in part by: Jeremy Prior <jez@netcraft.com>
|
|
|
|
|
|
|
|
| |
o Add cups-base to BUILD_DEPENDS in with-cups case.
o Set maintainer to ports@, maintainer timeout on past two updates.
PR: 42095, 44031
Submitted by: Ports Fury (42095), Edwin Groothuis <edwin@mavetju.org> (44031)
|
|
|
|
| |
instead of += and so some of the dependencies were not being added.
|
| |
|
|
|
|
|
| |
Submitted by: lots and lots
Pointy hat to: ade
|
|
|
|
|
|
| |
PR: 39121
Submitted by: Ports Fury
No Response from: maintainer
|
|
GIMP Print Printer Driver
PR: 33482
Submitted by: David Gilbert <dgilbert@canoe.velocet.net>
|