Commit Graph

18 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
Pav Lucistnik
ee610b7110 - Update to 1.5
PR:		ports/67629
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
Approved by:	maintainer
2004-06-08 08:16:16 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Kirill Ponomarev
4efa9ce4ab - Use USE_ICONV knob
Approved by:	portmgr
2004-03-30 19:20:22 +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
Sergey A. Osokin
4d7cedfd3f Update to 1.2.
Submitted by:	Alexandr Kovalenko <never@nevermind.kiev.ua> (maintainer)
PR:		60303
2003-12-16 17:33:46 +00:00
Sergey A. Osokin
958842c5c6 Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.

Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
A part of PR:	57992
2003-10-22 09:37:18 +00:00
Sergey A. Osokin
4f819a5a81 Maintainer update to 0.99.3
PR:		53936
Approved by:	fjoe (mentor) (implicit)
2003-06-30 19:42:03 +00:00
Sergey A. Osokin
62ade2efc0 Maintainer's update to 0.99.2
Add 2 more categories as far as this tool
is very useful for those languages

PR:		53729
Approved by:	fjoe (mentor) (implicit)
2003-06-26 12:17:37 +00:00
Akinori MUSHA
57f9198bc7 De-pkg-comment. 2003-02-21 11:08:38 +00:00
Max Khon
dbd1eafe0a - Update enca to 0.10.7
- Fix MASTER_SITES (author again changed tarball location)

Submitted by:	MAINTAINER
2003-01-28 10:56:39 +00:00
Oliver Braun
ad36aa3bfb Add support for NOPORTDOCS.
PR:		44412
Submitted by:	maintainer
2002-10-23 17:04:23 +00:00
Oliver Braun
c3a1d6021f Upgrade to 0.10.6.
PR:		44410
Submitted by:	maintainer
2002-10-23 15:21:15 +00:00
Ying-Chieh Liao
109f36f2bd - Fix MASTER_SITES, as far as author (again) changed it's location;
- Fix build on per-nl_langinfo systems (RELENG_4_4 for example);
- Remove unnecceccary CONFIGURE_ARGS;

PR:		43834
Submitted by:	maintainer
2002-10-09 19:02:06 +00:00
Ying-Chieh Liao
37577da66b fix WWW
PR:		43867
Submitted by:	maintainer
2002-10-09 17:58:49 +00:00
Maxim Sobolev
a30902868b Oh, where this thingie came from? 2002-10-08 15:24:16 +00:00
Maxim Sobolev
981c73c2a0 Add enca 0.10.3, a package for detecting encoding of text files.
PR:		43583
Submitted by:	Alexandr Kovalenko <never@nevermind.kiev.ua>
2002-10-08 15:16:36 +00:00