Commit graph

19 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
Mark Linimon
a966629707 Back out last checkin. The listed file must be from some dependency.
A single install/deinstall cycle was not enough to catch this, sigh.
2004-04-16 19:41:31 +00:00
Mark Linimon
0b4aac39e1 Per dosirak run, fix plist. 2004-04-16 19:27:04 +00:00
Trevor Johnson
33fdc4cde2 SIZEify. 2004-03-17 18:29:46 +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
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Edwin Groothuis
82a427fd25 Remove MASTER_SITES_GNU, the port never was restored after the site
got hacked.
2003-11-03 00:52:30 +00:00
Ying-Chieh Liao
4a1a303359 utilize INFO and DATADIR 2003-10-24 02:07:51 +00:00
Tilman Keskinoz
236e9a3089 Update to 0.1.5
PR:		52934
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-06-29 13:57:47 +00:00
Pete Fritchman
a7ebc6b6af Use USE_GETOPT_LONG.
PR:		51387, 51383, 51380, 51388, 51384, 51372, 51373,
		51381, 51382
Submitted by:	Ports Fury
2003-05-18 16:03:16 +00:00
Joe Marcus Clarke
6e2c11dcf5 Chase guile's shared lib version. 2003-05-02 03:29:26 +00:00
Akinori MUSHA
2c41b9e5f3 De-pkg-comment. 2003-02-20 19:00:52 +00:00
Norikatsu Shigemura
d6428c128a Change CPPFLAGS+=/LDFLAGS+= to CPPFLAGS=/LDFLAGS=.
Submitted by:	Ports Fury
2003-02-08 05:27:23 +00:00
Norikatsu Shigemura
dd2aad1d70 Conditionalize libgnugetopt dependencies.
PR:		ports/47749
Submitted by:	Ports Fury
2003-02-02 14:34:09 +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
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Ying-Chieh Liao
ae889bbf1c upgrade to 0.1.4 2002-10-15 05:58:49 +00:00
David W. Chapman Jr.
8d8485620b Fix building
Bump PORTREVISION

PR:		41359
Submitted by:	KATO Tsuguru
2002-08-08 19:38:49 +00:00
Ying-Chieh Liao
be2e021374 add serveez 0.1.3
A server framework
2002-05-16 13:22:42 +00:00