Commit graph

17 commits

Author SHA1 Message Date
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +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
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +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
Alex Dupre
58c5b838c0 Switch to my @FreeBSD.org email address.
Approved by:	nork (mentor)
2004-01-18 10:50:15 +00:00
Kirill Ponomarev
e9c4e41b9a Fix build on -current
Approved by:	fjoe (mentor) (implicit)
2003-08-01 05:29:27 +00:00
Kirill Ponomarev
d356e676f4 Update to to 0.10.82
PR:		55038
Submitted by:	maintainer
Approved by:	fjoe (mentor) (implicit)
2003-07-30 08:17:34 +00:00
Kris Kennaway
07352d9c7b Correct typo in @unexec 2003-04-05 05:18:23 +00:00
Akinori MUSHA
65dac0040a De-pkg-comment. 2003-02-21 11:23:04 +00:00
Yen-Ming Lee
ad91537e0d Update to zziplib-0.10.76
PR:		48396
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
2003-02-20 01:53:54 +00:00
Christian Weisgerber
da20e7ba16 Make this build on -STABLE *and* -CURRENT. 2002-12-22 15:02:51 +00:00
Kris Kennaway
f888c523d3 Fix build on -stable
Submitted by:	Adam Weinberger <adam@vectors.cx>
PR:		ports/41092
2002-09-28 23:23:38 +00:00
Patrick Li
82bc70c5e0 Update to 0.10.54
PR:		39657
Submitted by:	maintainer
2002-06-22 15:57:04 +00:00
SADA Kenji
9c87d2ded4 - Upgrade to version 0.10.53 .
- Change maintainer to PR originator.
No response about related PR 37431 from maintainer.
PR:	ports/37525
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
2002-05-20 08:27:05 +00:00
Maxim Sobolev
2b1a883dc4 Massive style enforcement - use ^I instead of spaces for variables identation. 2001-01-16 17:33:20 +00:00
Neil Blakey-Milner
b7f41ec917 Add zziplib 0.10.11, a library to provide transparent read access to
zipped files.

PR:		24046
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
2001-01-04 11:14:38 +00:00