Commit graph

13 commits

Author SHA1 Message Date
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
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
2004-07-09 17:43:11 +00:00
Pav Lucistnik
d6680288b7 - Update to 4.09
PR:		ports/66584
Submitted by:	Jason Harris <jharris@widomaker.com> (maintainer)
2004-05-26 11:24:27 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
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.
2004-03-14 06:17:56 +00:00
Pav Lucistnik
16ee33bb6f - Update to 4.07
PR:		ports/60869
Submitted by:	Jason Harris <jharris@widomaker.com>
2004-01-03 21:29:16 +00:00
Akinori MUSHA
a786d4a046 Update to 4.06, which fixes yet another couple of memory bug. ;) 2003-10-15 14:21:15 +00:00
Akinori MUSHA
5ff389cda5 - Update to 4.04, which fixes all memory leakage.
- Define INSTALLS_SHLIB.

Approved by:	MAINTAINER timeout, but with implicit approval in advance
2003-10-14 20:39:42 +00:00
Tilman Keskinoz
49065e4d59 Update to 4.02
PR:		50872
Submitted by:	maintainer
2003-04-12 20:14:23 +00:00
Jacques Vidrine
d91d96f38d Update 3.39 -> 3.41.
PR:		ports/49013
Submitted by:	Jason Harris <jharris@widomaker.com> (maintainer)
Approved by:	portmgr (kris)
2003-03-10 22:18:42 +00:00
Akinori MUSHA
4c2e4f1862 De-pkg-comment. 2003-02-21 13:28:59 +00:00
OKAZAKI Tetsurou
a4c661e8ee Upgrade to 3.39.
PR:		41326
Submitted by:	maintainer
2002-08-04 20:16:13 +00:00
OKAZAKI Tetsurou
4db13cd5df Upgrade to file-3.38.
Add the post-extract: target to adjust the timestamp of some files.
These rules are required to suppress invocations of aclocal, automake,
autoconf and autoheader at `make build' and `make install'.

Approved by:	maintainer
2002-05-28 09:46:36 +00:00
Patrick Li
02e4ab0dc1 Give maintainership to submitter
PR:		36633
Submitted by:	Jason Harris <jharris@widomaker.com>
2002-04-02 02:57:39 +00:00
Ying-Chieh Liao
25dc52867d add file for 4.3-pre users
PR:		32709
Submitted by:	Jason Harris <jharris@widomaker.com>
2001-12-13 04:03:48 +00:00