Commit graph

21 commits

Author SHA1 Message Date
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Pav Lucistnik
637383eb5a - Fix build 2005-12-30 20:47:33 +00:00
Pav Lucistnik
7b8e2758ed - Add SHA256 2005-11-24 16:18:42 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Pav Lucistnik
f26157f4d5 - Update to 0.8.0
PR:		ports/85532
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-08-31 22:16:42 +00:00
Joe Marcus Clarke
cc0f82b21d I hit 'x' too many times, and deleted the trailing 't' in gnometarget. 2005-02-12 22:56:53 +00:00
Joe Marcus Clarke
556dfdda8b * Fix the build on 4.X
* Use libtool15
2005-02-12 21:44:18 +00:00
Joe Marcus Clarke
cac60b8cf9 Update to 0.7.0.
PR:		77374
Submitted by:	Alex Varju <freebsd-ports@varju.ca>
2005-02-12 00:12:30 +00:00
Kirill Ponomarev
977d09429b Fix build with gcc-3.4
PR:		ports/70262
Submitted by:	Ports Fury
2004-08-10 18:34:15 +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
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
Kirill Ponomarev
4cf0e0e736 - Support LOCALBASE properly
PR:		ports/63005
Submitted by:	Ports Fury
2004-02-18 18:56:17 +00:00
Kirill Ponomarev
235969c911 - Fix PORTVERSION
Submitted by:	Ion-Mihai Tetcu <itetcu@apropo.ro>
2004-02-06 16:23:03 +00:00
Kirill Ponomarev
ef38d47548 - Update to version 0.6.6
PR:		ports/62427
Submitted by:	Ports Fury
2004-02-06 14:38:49 +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
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Joe Marcus Clarke
fc332e9143 Update to 0.6.5 and unbreak with the new OpenSP.
PR:		59125
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-11-10 18:07:49 +00:00
Joe Marcus Clarke
1ba5097f40 Fix build on -STABLE.
PR:	50907
Submitted by:	Gordon Burditt <gordon@hammy.lonestar.org>
2003-04-13 19:33:02 +00:00
Joe Marcus Clarke
ee52b417b8 Update to 0.6.4.
PR:	50885
Submitted by:	Glenn Johnson <glennpj@charter.net>
2003-04-13 04:17:55 +00:00
Edwin Groothuis
9a79985bd2 Add WWW line to finance/libofx/pkg-descr
PR:		ports/48733
Submitted by:	Glenn Johnson <glennpj@charter.net>
2003-02-27 07:35:28 +00:00
Joe Marcus Clarke
fa077df6b7 Add libofx, and OpenSource implementation of the Open Finiancial eXchange.
PR:		48358
Submitted by:	Glenn Johnson <glennpj@charter.net>
2003-02-17 21:15:29 +00:00