1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
Commit Graph

21 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
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Akinori MUSHA
2956c3762c Add SIZE data.
Submitted by:	trevor
2004-03-22 15:05:32 +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
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Stefan Eßer
abec811fec Fix CONFIGURE_ENV parameter GLIB_CONFIG: use "pkg-config glib-2.0" instead
of "glib12-config" (which was inconsistent with "USE_GNOME=glib20).

Approved by:		marcus (Joe Marcus Clarke)
2003-12-02 22:19:14 +00:00
Akinori MUSHA
2c3115c9f3 Make this port depend on glib20 instead of glib12 and unbreak.
Noted by:	igla@batterybackups.net
2003-11-13 19:55:13 +00:00
Kris Kennaway
09b69954f2 Mark BROKEN (see bento logs). These ports are scheduled for removal
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR.
2003-11-03 03:56:42 +00:00
Akinori MUSHA
fe25d70b2c Update to 0.8.1.
PR:		ports/58104
Submitted by:	Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>

Updates to the dependent ports will follow shortly.
2003-10-25 09:46:18 +00:00
Joe Marcus Clarke
b33eaf3276 Remove USE_GNOMENG. 2003-04-20 19:54:55 +00:00
Ying-Chieh Liao
b11c3883ae add gnomehack to make pkg-config work correctly 2003-04-14 14:08:04 +00:00
Ying-Chieh Liao
ca9e78b0e7 upgrade to 0.7.4
Approved by:	knu (maintainer)
2003-04-02 12:23:19 +00:00
Akinori MUSHA
1f7c47a812 De-pkg-comment my non-ruby ports as well. 2003-02-18 05:52:56 +00:00
Akinori MUSHA
e1c61d4a56 Fix MASTER_SITES and WWW.
Submitted by:	fenner's portsurvey
2002-11-25 18:01:50 +00:00
Akinori MUSHA
57a028c2fe USE_REINPLACE instead of perl. 2002-11-03 23:56:03 +00:00
Maxim Sobolev
800ef6c0b0 Convert USE_GLIB into USE_GNOMENG+USE_GNOME. 2002-07-15 17:21:56 +00:00
Ying-Chieh Liao
8b7ec1afe8 upgrade to 0.7.2
change master site
add WWW tag

Approved by:	maintainer
2002-07-09 14:23:34 +00:00
Kris Kennaway
faed59a1ad Chase libxml2 includes to unbreak build. 2002-03-31 05:53:19 +00:00
Maxim Sobolev
810fcd34d2 USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate. 2001-08-31 14:20:29 +00:00
Akinori MUSHA
d59f2a04f9 s/WANT_GLIB/USE_GLIB/
Noted by:	bento's log
2001-08-06 12:08:40 +00:00
Akinori MUSHA
40fe7e9ee7 Add gdome2, the DOM C library developed for the GNOME project. 2001-07-12 06:10:39 +00:00