1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
Volker Stolz
01b976f45a Update to 1.51
PR:		ports/75229
Submitted by:	maintainer
2004-12-21 08:43:32 +00:00
Markus Brueffer
6ee4f0134a Update to version 1.50
PR:		ports/73389
Submitted by:	Heiner Eichmann <h.eichmann@gmx.de> (maintainer)
2004-11-03 11:07:44 +00:00
Sergey Matveychuk
70a73f167b Update to 1.40
PR:		ports/69522
Submitted by:	maintainer
2004-07-24 20:25:49 +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
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +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
Mark Linimon
89f9525207 Update to 1.30 (see extensive ChangeLog for details). Adds more verbose
pre-everything:: target.
PR:		ports/59526
Submitted by:	Heiner Eichmann <h.eichmann@gmx.de> (maintainer)
2003-12-08 06:15:05 +00:00
Tilman Keskinoz
3273442a24 Update to 1.20
PR:		52874
Submitted by:	maintainer
2003-06-03 07:43:39 +00:00
Tilman Keskinoz
34c4d6f432 Add krusader, a midnight commander like Filemanager for KDE
PR:		52348,51343
Submitted by:	Heiner Eichmann <h.eichmann@gmx.de>,
		Kirill Ponomarew <ponomarew@oberon.net>
2003-05-17 21:29:17 +00:00