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
Sean Chittenden
38344f5c88 Update libdbi to 0.7.2.
PR:		61699
Submitted by:	Phil Oleson <oz@nixil.net>
2004-06-25 19:50:39 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +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
Sean Chittenden
7e2fa65b61 Update to 0.7.1.
PR:		ports/58706
Submitted by:	ijliao
2003-11-18 04:04:12 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Sean Chittenden
7710a67287 Add dependency on libpq.3 and POSTGRESQL_PORT tunable. Grab
maintainership of ports while I'm here.
2003-01-18 22:38:32 +00:00
Ying-Chieh Liao
fd48d570e0 upgrade to 0.6.7
PR:		45924
Submitted by:	Ports Fury
2003-01-02 18:36:44 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Ying-Chieh Liao
0dfd0799ce upgrade to 0.6.6
PR:		44961
Submitted by:	Ports Fury
2002-11-06 16:38:20 +00:00
Kris Kennaway
f6be5fefa3 Add missing directory 2002-10-28 02:48:42 +00:00
Christian Weisgerber
b3d1423262 Update to version 0.6.5.
PR:		43782
Submitted by:	Ports Fury
2002-10-14 16:22:53 +00:00
Ying-Chieh Liao
fe4a71305a add libdbi
Database Independent Abstraction Layer for C
2001-11-04 06:20:39 +00:00