Commit graph

14 commits

Author SHA1 Message Date
Alexander Nedotsukov
7fd18b6e6a Update to 2.8.4 2006-01-29 01:16:57 +00:00
Alexander Nedotsukov
af21e12951 Update to 2.8.3 2005-12-16 12:33:23 +00:00
Joe Marcus Clarke
95669f21f5 Update to 2.8.2. 2005-11-23 19:01:41 +00:00
Ade Lovett
c2d62ca97a Switch to <target>:: convention for both patch-autotools and run-autotools,
to allow for easier overriding of these targets by port Makefiles, if
they need to.
2005-11-19 06:02:20 +00:00
Joe Marcus Clarke
9c20b88d4a Update to 2.8.1. 2005-11-05 05:57:35 +00:00
Joe Marcus Clarke
b8d0de6674 Update to 2.6.1. 2005-03-12 11:23:05 +00:00
Joe Marcus Clarke
5519687e05 Update to 2.4.7. 2005-02-06 21:06:14 +00:00
Kris Kennaway
1ce09cf697 BROKEN on alpha: Does not build
Approved by:    portmgr (self)
2005-01-02 01:04:36 +00:00
Alexander Nedotsukov
02740c8194 Update to 2.4.5 2004-11-02 04:13:29 +00:00
Kris Kennaway
84e8d56ed5 Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by:	portmgr
2004-09-30 05:32:00 +00:00
Alexander Nedotsukov
7edd426d07 Update to 2.4.4 2004-08-10 07:11:02 +00:00
Joe Marcus Clarke
1253f7a50d Fix make deinstall.
PR:		70012
Submitted by:	Jean-Sébastien Pédron <jspedron@club-internet.fr>
2004-08-04 21:55:42 +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
Alexander Nedotsukov
46ececfbbb Add glibmm 2.4.3, C++ interfaces for glib2. 2004-06-26 03:04:35 +00:00