1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
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
Kirill Ponomarev
d9345140d3 - Fix COMMENT format
- Reaarange USE_GNONE

PR:		ports/64855
Submitted by:	Ports Fury
2004-03-28 16:33:38 +00:00
Edwin Groothuis
c9ea361463 Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
2004-03-16 04:23:56 +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
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Kirill Ponomarev
73d891fa45 - Use new knobs from bsd.sdl.mk
Approved by:	portmgr
2004-01-20 21:44:21 +00:00
Kirill Ponomarev
a57ee68265 - Drop maintainership to ports@ 2004-01-07 20:25:50 +00:00
Kirill Ponomarev
4cbead7154 - Don't install useless *.la
Submitted by:	ijliao
2003-10-11 14:44:21 +00:00
Kirill Ponomarev
7d0a2f085b - Update to 2.0.7 2003-10-04 17:47:54 +00:00
Kirill Ponomarev
a6089200a5 Utilize USD_SDL 2003-08-06 20:48:17 +00:00
Kirill Ponomarev
bcadc8453d Change my mail to @FreeBSD.org
Approved by:	fjoe (mentor)
2003-07-22 10:34:12 +00:00
Tilman Keskinoz
c847885763 Update to 2.0.5
PR:		52839
Submitted by:	maintainer
2003-06-02 19:00:15 +00:00
Max Khon
8f5bb2ed84 New port: kyra
Kyra is a simple Sprite engine written in C++.

PR:		52007
Submitted by:	Kirill Ponomarew
2003-05-12 16:18:35 +00:00