Commit graph

22 commits

Author SHA1 Message Date
Marcus Alves Grando
0101e2c342 - Update to 4.17
PR:		96432
Submitted by:	Martin Wilke <freebsd___unixfreunde.de>
Approved by:	maintainer timeout (15 days)
2006-05-13 03:56:16 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Edwin Groothuis
32487a10ad SHA256ify
Approved by: krion@
2006-01-24 01:06:45 +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
Emanuel Haupt
ac9789d95b - Update to 4.16 [1]
- Pacify portlint / Polish Makefile [2]
- Change COMMENT to be more PHB compliant [2]
- Use LIBTOOL and [2]
- remove a libtool .la archive [2]
- Reformat badly formated pkg-descr [2]

PR:		87640
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br> [1]
Reworked by:	ehaupt [2]
Approved by:	maintainer timeout (20 days)
2005-11-07 13:30:17 +00:00
Renato Botelho
cad1c7ef6e - Update to 4.15
PR:		ports/86590
Submitted by:	Andrej Zverev <az@inec.ru>
Approved by:	maintainer
2005-10-17 09:32:45 +00:00
Volker Stolz
5cf805bbbc No longer needs USE_REINPLACE 2005-02-16 08:48:43 +00:00
Volker Stolz
c02d6db001 Update to 4.13
PR:		ports/77507
Submitted by:	Jason Harris
2005-02-16 08:46:40 +00:00
Volker Stolz
cb5650bd6b Update to 4.10
PR:		ports/70955
Submitted by:	Jason Harris (maintainer)
2004-08-26 08:11:46 +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
Pav Lucistnik
d6680288b7 - Update to 4.09
PR:		ports/66584
Submitted by:	Jason Harris <jharris@widomaker.com> (maintainer)
2004-05-26 11:24:27 +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
Pav Lucistnik
16ee33bb6f - Update to 4.07
PR:		ports/60869
Submitted by:	Jason Harris <jharris@widomaker.com>
2004-01-03 21:29:16 +00:00
Akinori MUSHA
a786d4a046 Update to 4.06, which fixes yet another couple of memory bug. ;) 2003-10-15 14:21:15 +00:00
Akinori MUSHA
5ff389cda5 - Update to 4.04, which fixes all memory leakage.
- Define INSTALLS_SHLIB.

Approved by:	MAINTAINER timeout, but with implicit approval in advance
2003-10-14 20:39:42 +00:00
Tilman Keskinoz
49065e4d59 Update to 4.02
PR:		50872
Submitted by:	maintainer
2003-04-12 20:14:23 +00:00
Jacques Vidrine
d91d96f38d Update 3.39 -> 3.41.
PR:		ports/49013
Submitted by:	Jason Harris <jharris@widomaker.com> (maintainer)
Approved by:	portmgr (kris)
2003-03-10 22:18:42 +00:00
Akinori MUSHA
4c2e4f1862 De-pkg-comment. 2003-02-21 13:28:59 +00:00
OKAZAKI Tetsurou
a4c661e8ee Upgrade to 3.39.
PR:		41326
Submitted by:	maintainer
2002-08-04 20:16:13 +00:00
OKAZAKI Tetsurou
4db13cd5df Upgrade to file-3.38.
Add the post-extract: target to adjust the timestamp of some files.
These rules are required to suppress invocations of aclocal, automake,
autoconf and autoheader at `make build' and `make install'.

Approved by:	maintainer
2002-05-28 09:46:36 +00:00
Patrick Li
02e4ab0dc1 Give maintainership to submitter
PR:		36633
Submitted by:	Jason Harris <jharris@widomaker.com>
2002-04-02 02:57:39 +00:00
Ying-Chieh Liao
25dc52867d add file for 4.3-pre users
PR:		32709
Submitted by:	Jason Harris <jharris@widomaker.com>
2001-12-13 04:03:48 +00:00