Commit graph

24 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
Markus Brueffer
28656a8b32 download.berlios.de seems to be unreliable from time to time, therefore add
an additional MASTERSITE.

Noticed by:	pointyhat via kris
2005-02-28 02:34:48 +00:00
Markus Brueffer
925b76f2b5 Update to version 0.3.7 2005-02-21 13:43:24 +00:00
Markus Brueffer
5093209e26 Update to version 0.3.6 2005-02-14 12:29:24 +00:00
Markus Brueffer
3cc2db99d8 Update to version 0.3.5 2005-01-08 12:57:22 +00:00
Markus Brueffer
739ff024b0 Update to version 0.3.4 2004-12-26 21:33:21 +00:00
Markus Brueffer
4545505b26 - Add patch to chase latest API-change in libxml2
- Bump PORTREVISION
2004-12-01 22:33:51 +00:00
Markus Brueffer
a1c260ab82 Update to version 0.3.3 2004-11-01 02:08: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
Markus Brueffer
a6d32bfff7 - Update to version 0.3.2
- Explicitly remove some directories
2004-06-05 00:33:05 +00:00
Markus Brueffer
de18addb49 Update to version 0.3.1 2004-05-28 09:43:27 +00:00
Markus Brueffer
8c57786a51 Update to version 0.3.0 2004-05-24 21:29:30 +00:00
Markus Brueffer
fe63545129 Update to 0.2.22 2004-05-05 00:01:07 +00:00
Markus Brueffer
2f89966939 - Update WWW
- remove reference to former maintainer
2004-05-03 16:08:41 +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
Markus Brueffer
7c6ddfe4bb - Update to 0.2.21
- Add SIZE to distinfo

Approved by:	arved (mentor)
2004-02-27 13:02:50 +00:00
Markus Brueffer
7bb44cbc85 Change my email address.
Approved by:	arved (mentor)
2004-02-23 20:57:56 +00:00
Pav Lucistnik
3edcef9c06 - Update to 0.2.20
PR:		ports/58469
Submitted by:	Ion-Mihai Tetcu <itetcu@apropo.ro>
Approved by:	maintainer
2003-12-19 18:18:02 +00:00
Erwin Lansing
570bf3e1ee Update to 0.2.19
PR:		56552
Submitted by:	maintainer
2003-09-10 10:57:14 +00:00
Kirill Ponomarev
37e893340e - Update to version 0.2.18
- Fix security vulnerability
- Give maintainership to Markus Brueffer
  <brueffer@phoenix-systems.de>

PR:		56509
Submitted by:	Markus Brueffer <brueffer@phoenix-systems.de> (maintainer timeout > 2 months)
2003-09-06 05:41:35 +00:00
Trevor Johnson
9398c983d0 Davide Lemma reports that "With all versions prior to 0.2.3 [it]
is possible due to a bug to see all the content of the whole
filesystem and not just the configured directories."

PR:	47590, 47591
2003-03-31 15:14:03 +00:00
Akinori MUSHA
4c2e4f1862 De-pkg-comment. 2003-02-21 13:28:59 +00:00
Mario Sergio Fujikawa Ferreira
ec567e8f95 Update to 0.1.11
Submitted by:	maintainer
2002-10-05 19:14:39 +00:00
Mario Sergio Fujikawa Ferreira
b5a16bd377 o New port dclib version 0.1 beta 9: Direct connect interface library
for dcgui
o Assign maintainership to 1st submitter: Sverrir Valgeirsson
  <e96sv@yahoo.se>

PR:		40419, 40585
Submitted by:	Amar Takhar <verm@drunkmonk.net>,
		Sverrir Valgeirsson <e96sv@yahoo.se>
2002-07-16 00:37:16 +00:00