1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
Commit Graph

12 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
Oliver Lehmann
7f44153281 change the libtool version to use from 1.3 to 1.5 2005-06-01 19:56:04 +00:00
Alexey Dokuchaev
d62db64867 - Improve C++ standards conformance in installed header [1]
- Mute REINPLACE_CMD in `post-patch' stage
- Bump PORTREVISION

[1] is needed to unbreak dependent `emulators/vx68k' port.
2004-12-23 04:04:29 +00:00
Oliver Eikemeier
8197a7a3d1 use libtools from ports 2004-06-19 11:14:08 +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
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Max Khon
715fb58da6 Fix build on 5.x. 2003-12-10 14:46:40 +00:00
Kris Kennaway
93872f18cc Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag.  Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.

Pointy hat to:	kris
2003-06-04 22:43:38 +00:00
Kris Kennaway
9c288e873f BROKEN on 5.1: bad C++ 2003-05-18 09:55:25 +00:00
Akinori MUSHA
1707b424cb De-pkg-comment. 2003-02-20 17:24:13 +00:00
Ying-Chieh Liao
4da3430a74 - GNU_CONFIGURE -> USE_LIBTOOL
PR:		38994
Submitted by:	Ports Fury
2002-06-08 18:30:03 +00:00
Ying-Chieh Liao
dd2bcebece add libvm68k 1.0.6
M68000 virtual machine library
2002-06-04 13:11:34 +00:00