1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
Commit Graph

37 Commits

Author SHA1 Message Date
Cheng-Lung Sung
3af70fbb8a - update to 0.7.4 2006-05-22 09:55:44 +00:00
Renato Botelho
aa248bc73c - Update to 0.7.3
PR:		ports/95596
Submitted by:	Ports Fury
2006-04-10 19:35:12 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Kris Kennaway
6c5210bdd5 BROKEN with WITHOUT_NLS: Does not build without gettext 2006-01-24 03:45:18 +00:00
Pav Lucistnik
c937229ea3 - Add SHA256 2005-11-25 18:40:57 +00:00
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
Kirill Ponomarev
6b4c016cab Drop maintainership, since I'm buried in the $REALLIFE stuff. 2005-09-14 08:26:09 +00:00
Kirill Ponomarev
d36bf3b4ec Update to 0.7.2 2004-12-11 19:28:00 +00:00
Kirill Ponomarev
7e648d76ae Update to 0.7.1 2004-11-27 09:49:48 +00:00
Kirill Ponomarev
4a1381768c Update to 0.7.0 2004-10-26 15:30:45 +00:00
Kirill Ponomarev
0f46385394 Install additional documentation.
Requested by:	Nicolas Rachinsky <nicolas@rachinsky.de>
2004-07-23 07:58:58 +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
7a6cd72cc3 - Update to version 0.6.8 2004-05-28 18:54:05 +00:00
Kirill Ponomarev
1dfc94970f - Fix typo
Submitted by:	Nicolas Rachinsky <nicolas@rachinsky.de>
2004-05-14 18:18:54 +00:00
Kirill Ponomarev
31e2031b86 - Add WITH_OPTIMIZED_CFLAGS
Requested by:	Radim Kolar <hsn@netmag.cz>
2004-05-13 05:35:10 +00:00
Kirill Ponomarev
8591453412 - Update to version 0.6.7 2004-05-10 10:48:10 +00:00
Kirill Ponomarev
09408032e6 - Support WITHOUT_NLS 2004-03-28 14:54:00 +00:00
Kirill Ponomarev
b91682ab3f - Update to version 0.6.6 2004-03-21 16:40:30 +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
626d9e14d8 - Update to version 0.6.5 2004-03-05 23:16:46 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Kirill Ponomarev
5e147280ef - SIZEify 2004-01-30 14:05:15 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Kirill Ponomarev
46d1261b30 - Update to version 0.6.4 2004-01-02 21:39:49 +00:00
Kirill Ponomarev
54a9081a40 - Update to version 0.6.3
- Take maintainership
2003-12-22 16:44:37 +00:00
Trevor Johnson
00e692203d USE_REINPLACE must be defined before REINPLACE_CMD may be used. 2003-11-17 12:03:17 +00:00
Joe Marcus Clarke
a3108b1e51 Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by:	kris
2003-08-26 20:25:58 +00:00
Joe Marcus Clarke
adccc29aad Chase the libintl.so shared lib version. 2003-08-25 05:41:38 +00:00
Kirill Ponomarev
1130b27132 * Rearrange USE_GNOME
PR:		55065
Submitted by:	Ports Fury
Approved by:	fjoe (mentor) (implicit)
2003-07-30 19:21:00 +00:00
Kevin Lo
fbab2a10bd Update to 0.5.3
PR: 52248
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
2003-05-15 01:21:49 +00:00
Christian Weisgerber
3247d8d46f Update to version 0.5.2
PR:		51236
Submitted by:	Ports Fury
2003-05-01 23:10:50 +00:00
Akinori MUSHA
cb07270bfe De-pkg-comment. 2003-02-20 19:21:36 +00:00
Christian Weisgerber
6492f3715f URL updates.
PR:		48167
Submitted by:	tadalunch@sources.redhat.com
2003-02-12 12:29:46 +00:00
Ying-Chieh Liao
2c93990d85 - Do not install useless .la files
PR:		45447
Submitted by:	Ports Fury
2002-11-20 13:19:54 +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
2dc9facce7 add libtre 0.3.2
A lightweight fully POSIX compliant regexp matching library
2002-10-14 09:02:32 +00:00