Commit graph

14 commits

Author SHA1 Message Date
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
Jun Kuriyama
0b3909a6bd - Switch to libtool15.
- Fix plist.
2004-08-15 09:16:17 +00:00
Jun Kuriyama
3020645a7c - Unbreak with gcc-3.4.x.
Submitted by:	marcel
2004-08-03 07:15:43 +00:00
Kirill Ponomarev
a9f6551306 - Use USE_ICONV knob
Approved by:	portmgr
2004-03-30 19:56:43 +00:00
Jun Kuriyama
1b7bb85f82 SIZEify.
Submitted by:	trevor
2004-03-18 00:48:53 +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
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Jun Kuriyama
ea97079060 Fix symbol problem caused by recent commit.
Submitted by:	marcus
2003-11-11 03:00:44 +00:00
Jun Kuriyama
a5fc954d9d o Add explicit dependency on libiconv and gettext.
o Honor $NOPORTDOCS.

PR		ports/58540
Submitted by:	Simon Barner <barner@in.tum.de>
2003-10-31 04:33:39 +00:00
Jun Kuriyama
abacdcce30 Use another approach for gcc33 taken from sourceforge. 2003-08-05 03:24:49 +00:00
Jun Kuriyama
707e090355 Add explicit cast to C++ include files to unbreak openjade on
gcc 3.3.
2003-07-18 05:27:31 +00:00
Jun Kuriyama
2df3da6afb de-pkg-comment. 2003-02-22 07:48:51 +00:00
Jun Kuriyama
4f3ac38ebb Add OpenSP-1.5: a collection of SGML/XML tools called OpenSP 2003-01-06 09:08:19 +00:00