Commit graph

19 commits

Author SHA1 Message Date
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
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
Kirill Ponomarev
9d51d547e2 - Fix build on -current
PR:		ports/63752
Submitted by:	Ports Fury
2004-03-04 19:29:05 +00:00
Tilman Keskinoz
8c2f76d2ed Fix build on CURRENT 2004-02-29 01:07:04 +00:00
Clement Laforet
be6bf1e2f5 - Make portlint happy 2004-02-27 02:35:35 +00:00
Kris Kennaway
b74b9e3087 BROKEN on 5.x: Does not compile 2004-02-07 05:05:44 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Trevor Johnson
f15b845ebe SIZEify. 2004-01-29 16:13:06 +00:00
Ying-Chieh Liao
c634b4bb83 utilize SITE_PERL
PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-24 12:05:09 +00:00
Akinori MUSHA
2c41b9e5f3 De-pkg-comment. 2003-02-20 19:00:52 +00:00
Oliver Braun
1b75b0021c * correct use of '#include <string>' and 'use namespace'
(fixes build on -current)
* PERL->REINPLACE

PR:		ports/45286
Submitted by:	Volker Stolz <vs@foldr.org>
2002-11-14 11:15:42 +00:00
Adam Weinberger
c62fe39354 Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to:	me
Approved by:		pat
2002-11-07 03:10:58 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Kris Kennaway
7e903012cf Remove #include <malloc.h> 2002-03-31 04:24:00 +00:00
Mario Sergio Fujikawa Ferreira
4209e1cd5a o add missing file to PLIST
o add missing references to installed man pages

PR:		31020
Submitted by:	Patrick Li <pat@databits.net>
2001-10-03 23:49:39 +00:00
Ying-Chieh Liao
3a31ffb377 upgrade to 0.9.10
drop maintainership
2001-09-11 07:19:46 +00:00
Maxim Sobolev
810fcd34d2 USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate. 2001-08-31 14:20:29 +00:00
Ying-Chieh Liao
d562318bbf one of its tools need Frontier::Client perl module 2001-03-08 16:46:55 +00:00
Ying-Chieh Liao
31be84f148 add xmlrpc-c, XML-RPC library for C and C++ 2001-03-08 07:58:54 +00:00