Commit graph

12 commits

Author SHA1 Message Date
Kirill Ponomarev
2f93950ce1 Update MASTER_SITES
PR:		ports/70919
Submitted by:	maintainer
2004-08-25 08:45:38 +00:00
Kirill Ponomarev
24ec2233a0 Fix MASTER_SITES
PR:		ports/69432
Submitted by:	maintainer
2004-07-22 13:38:58 +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
Kirill Ponomarev
6c0d55cb67 - Fix dependencies
PR:		ports/66055
Submitted by:	maintainer
2004-04-29 07:58:31 +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
Pav Lucistnik
5573bc1d6a - Use SIZE
PR:		ports/62483
Submitted by:	Tim Bishop <tim@bishnet.net> (maintainer)
2004-02-07 17:01:39 +00:00
Kirill Ponomarev
322a9e20c1 - Tarball was rerolled to fix a packaging issue with the
pkgconfig file.
- Use 'gnomehack'
- Do not install useless *.la
- Bump PORTREVISION

PR:		58259
Submitted by:	maintainer
2003-10-21 14:12:37 +00:00
Kirill Ponomarev
9579581872 - Fix package build
Submitted by:	kris via bento
2003-10-13 08:18:35 +00:00
Kirill Ponomarev
971e2931c2 - Update to version 1.0.2
PR:		57831
Submitted by:	maintainer
2003-10-10 13:59:41 +00:00
Kirill Ponomarev
c7c59e31c7 - Add new MASTER_SITES
PR:		56199
Submitted by:	maintainer
2003-08-30 17:15:59 +00:00
Kirill Ponomarev
b694b75c6d - Update to version 1.0.1
PR:		55878
Submitted by:	maintainer
2003-08-22 20:49:34 +00:00
Will Andrews
373b1542f0 Add libukcprog 1.0, generally useful low level routines.
PR:		51722
Submitted by:	Tim Bishop <tim@bishnet.net>
2003-06-03 05:14:48 +00:00