Commit graph

19 commits

Author SHA1 Message Date
Kirill Ponomarev
03d7a0a76f Update to 0.9.5 2004-08-25 08:13:59 +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
Kirill Ponomarev
c9e91b7b88 Update to version 0.9.4 2004-06-16 21:30:32 +00:00
Kirill Ponomarev
2ca2ef06e6 - Remove USE_SIZE 2004-04-01 09:45:20 +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
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Kirill Ponomarev
40b827df94 - Fix WWW: line 2004-02-01 16:38:41 +00:00
Kirill Ponomarev
5e147280ef - SIZEify 2004-01-30 14:05:15 +00:00
Kirill Ponomarev
bcadc8453d Change my mail to @FreeBSD.org
Approved by:	fjoe (mentor)
2003-07-22 10:34:12 +00:00
Yen-Ming Lee
bd5942a49e Update devel/pcre++ (maintainer): 0.9.2 -> 0.9.3
* A memory leak bug in pcrepp::~Pcre() was fixed
* operator[] was added, which makes it possible
  to access substrings using the index notation.

PR:		54447
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net>
2003-07-14 01:39:20 +00:00
Daichi GOTO
1c8a109e3a update devel/pcre++: 0.6 --> 0.9.2
PR:		53963
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net>
2003-07-02 08:45:59 +00:00
Akinori MUSHA
7cc1393a93 De-pkg-comment. 2003-02-20 17:07:10 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +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
Ying-Chieh Liao
3b95f1a92c upgrade to 0.6
PR:		40681
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-07-17 09:01:21 +00:00
Ying-Chieh Liao
c2e96a6fd1 Replace ${PERL} with ${REINPLACE_CMD}
PR:		39842
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-06-25 18:36:39 +00:00
Patrick Li
128097325b Support CXXFLAGS/LOCALBASE properly
PR:		35958
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-03-16 07:29:19 +00:00
Ying-Chieh Liao
5adafd9478 upgrade to 0.4 2002-03-05 06:10:25 +00:00
Ying-Chieh Liao
e87c89b954 add pcre++ 0.2
A wrapper class around the pcre library
2002-01-12 16:59:18 +00:00