Commit graph

11 commits

Author SHA1 Message Date
Oliver Lehmann
3d65d9d860 add physfs 1.1.0
PR:             ports/83994
Submitted by:   oliver
Repocopy by:    marcus
2005-07-29 16:17:22 +00:00
Oliver Lehmann
7b7743fcb7 update physfs to 1.0.1
adjust LIB_DEPENDS from all affected ports and bump PORTREVISION there
2005-07-24 13:02:43 +00:00
Oliver Lehmann
88b85a4203 change the libtool version to use from 1.3 to 1.5 2005-06-04 15:15:50 +00:00
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
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
5c4a2950e1 Update physfs to 1.0.0 2004-02-21 12:11:43 +00:00
Oliver Lehmann
8e353ac558 - Support CFLAGS properly
- Do not install useless .la file

PR:		ports/57352
Submitted By:	KATO Tsuguru <tkato@prontomail.com>
2003-09-29 19:38:33 +00:00
Oliver Lehmann
dd9315fba6 update physfs to 0.1.9 2003-09-28 20:13:53 +00:00
Oliver Lehmann
1d88562c21 add 2 missing library links 2003-07-29 19:00:57 +00:00
Oliver Lehmann
5af37dfa3d Add INSTALLS_SHLIB
Pointed out by:	kris
2003-07-29 03:36:26 +00:00
Oliver Lehmann
21864d5f39 Add physfs, a library to provide abstract access to various archives 2003-07-26 16:22:18 +00:00