1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
Commit Graph

18 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
360f00838d Switch to USE_BZIP2 for bandwidith reasons, and also because certain GNOME
mirrors only carrier bzip2 tarballs.

PR:		67020
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
2004-05-22 02:01:30 +00:00
Joe Marcus Clarke
716b72f71e Update to 0.10.11. 2004-04-19 22:50:55 +00:00
Adam Weinberger
546d4eaaa7 Update to 0.10.10. 2004-03-22 22:47:18 +00:00
Joe Marcus Clarke
e11935d231 Update to 0.10.9. 2004-03-16 19:14:20 +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
b004402a35 Update to 0.10.8. 2004-03-09 05:53:44 +00:00
Adam Weinberger
ee8bcbc6da Update to 0.10.7. 2004-02-25 07:50:30 +00:00
Joe Marcus Clarke
e2cf7b16fe Update to 0.10.6. 2004-02-10 19:47:43 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Joe Marcus Clarke
de057ba1fa Start to populate the new accessibility physical category after respective
repocopies.

x11-toolkits/at-spi --> accessibility/at-spi
devel/atk           --> accessibility/atk
editors/dasher      --> accessibility/dasher
x11-toolkits/gail   --> accessibility/gail
x11/gnomemag        --> accessibility/gnomemag
audio/gnomespeech   --> accessibility/gnomespeech
sysutils/gok        --> accessibility/gok
2004-01-22 08:56:43 +00:00
Joe Marcus Clarke
07beb76a8e Update to 0.10.5. 2004-01-12 20:28:19 +00:00
Joe Marcus Clarke
49d766ecf7 Fix build on -STABLE.
Reported by:	Mike Harding <mvh@ix.netcom.com>
2003-12-09 21:57:28 +00:00
Joe Marcus Clarke
9d77a89369 Update to 0.10.4. 2003-12-09 17:27:50 +00:00
Trevor Johnson
b3ba3ae427 USE_REINPLACE need be defined only when REINPLACE_CMD is used. 2003-11-17 12:29:10 +00:00
Adam Weinberger
8340b6192f Update to 0.10.3. 2003-09-08 22:57:34 +00:00
Adam Weinberger
5a1964dbcd Remove REINPLACE commands that were rolled into gnomehack. 2003-06-12 09:46:09 +00:00
Joe Marcus Clarke
f1c906fea7 Add gnomemag, the GNOME screen magnifier. 2003-05-11 22:54:54 +00:00