Commit Graph

15 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
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +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
Oliver Lehmann
578e34ac3e update to Atlas-C++-0.4.93 2004-02-01 23:41:15 +00:00
Oliver Lehmann
c4bb574642 update MASTER_SITES [1]
fix pkg-plist [1]
bump PORTREVISION
add INSTALLS_SHLIB
s/file/docfile/g for PORTDOCS installation loop - to make porltint a bit happier

Submitted By:	igla@batterybackups.net [1]
2003-11-06 22:31:45 +00:00
Oliver Lehmann
9e958a135d fix MASTER_SITES 2003-07-22 15:08:20 +00:00
Oliver Lehmann
4994477e34 update Atlas to 0.4.6 2003-07-08 12:50:26 +00:00
Oliver Lehmann
bfb01afeba redefine the MAINTAINER field with my FreeBSD address
Approved By:	alex (mentor)
2003-05-06 16:58:45 +00:00
Akinori MUSHA
65dac0040a De-pkg-comment. 2003-02-21 11:23:04 +00:00
Hye-Shik Chang
13cfbb1029 Update to 0.4.4
PR:		40085
Submitted by:	maintainer
2002-07-01 18:54:43 +00:00
Maxim Sobolev
1b3c0d7d6c Chase increase of libSDL version number. 2002-04-17 12:38:02 +00:00
Dmitry Sivachenko
ff423d6088 Finally fix PLIST.
Obtained from:	bento
2001-04-17 09:24:34 +00:00
Dmitry Sivachenko
076fa569c5 Fix PLIST.
Obtained from:	bento
2001-04-16 20:45:27 +00:00
Steve Price
63a8532469 Fix breakage of 'make index' caused by the sdl ports being moved to
different directories.

Submitted by:	beta
2001-04-09 21:55:04 +00:00
Alexander Langer
dd3a111807 Add atlas 0.4.0, a C++ reference implementation of the Atlas protocol.
PR:		26253
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>
2001-04-05 19:01:12 +00:00