1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
Tilman Keskinoz
8a3ba0700b Fix build with gcc 3.4
Obtained from:	opale CVS
2004-08-23 12:30:53 +00:00
Mario Sergio Fujikawa Ferreira
d0c7dbe793 Drop maintainership 2004-07-20 22:48: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
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Mario Sergio Fujikawa Ferreira
69c3a49c2d Fix build: add missing BUILD_DEPENDS on deskutils/kdepim3
Submitted by:	bento
2004-03-21 01:50:59 +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
Mario Sergio Fujikawa Ferreira
49c84ef5d9 o Pessimize current MASTER_SITES since it is not reliable right now
o Place a copy of distfile in MASTER_SITE_LOCAL for the time being

Reminded by:	kris
2004-03-12 00:19:42 +00:00
Mario Sergio Fujikawa Ferreira
310e236006 New port opale version 0.5: A very simple personal bank account
manager for KDE and KOffice
2004-03-01 04:24:38 +00:00