Commit graph

34 commits

Author SHA1 Message Date
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
Tilman Keskinoz
4ec9c8318a Add SHA256 checksums for my ports 2005-11-08 12:26:38 +00:00
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
Kris Kennaway
84e8d56ed5 Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by:	portmgr
2004-09-30 05:32:00 +00:00
Tilman Keskinoz
8b4cbcf502 Fix build with gcc 3.4 2004-08-14 09:28:51 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +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
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Tilman Keskinoz
ee6bd7a56c Add USE_GCC=3.3. gcc 2.95 dumps core on some stable systems.
Reported by:	Forrest Aldrich <forrie@forrie.com> & bento
2003-10-30 19:09:39 +00:00
Tilman Keskinoz
1a7ab95c00 Respect CFLAGS. 2003-10-23 16:47:21 +00:00
Tilman Keskinoz
9f16e781c9 *grr* Readd accidently deleted patch.
Fix a broken URL in pkg-descr.
2003-10-23 14:28:34 +00:00
Tilman Keskinoz
a2f328dedd Update to 0.5.1 2003-10-23 14:25:16 +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
Tilman Keskinoz
c7a6642066 Fix build with new gcc 2003-08-13 09:26:49 +00:00
Tilman Keskinoz
22d0b2de76 Include assert.h
Reported by:	bento
2003-07-17 21:30:08 +00:00
Tilman Keskinoz
dac0aac36b de-pkg-comment 2003-02-22 14:38:12 +00:00
Tilman Keskinoz
60baf68f07 Explicit link with -lmcrypt.
Noticed by:	bento
2003-01-12 17:05:03 +00:00
Ying-Chieh Liao
9a5ab277e6 chase mcrypt lib version 2003-01-03 19:24:34 +00:00
Tilman Keskinoz
5d8727563f Update my Emailaddress
Approved by: kris (mentor)
2002-10-22 13:28:29 +00:00
Ying-Chieh Liao
769e50a617 fix build on -stable
PR:		43295
Submitted by:	maintainer
2002-09-28 14:06:37 +00:00
David W. Chapman Jr.
22b385e041 Make compile on -current
PR:		42011
Submitted by:	maintainer
2002-09-01 17:35:49 +00:00
Patrick Li
37708c9db6 - Update to 0.4.6.b
- Give maintainership to submitter

PR:		ports/41529
Submitted by:	Tilman Linneweh <tilman@arved.de>
2002-08-11 04:26:43 +00:00
Bill Fenner
6e088f03af Remove rasputin@submonkey.net as MAINTAINER, on his request. 2002-08-09 16:04:56 +00:00
Kris Kennaway
ea3dff82e0 Chase libmcrypt version number increment. 2002-05-05 08:13:40 +00:00
Patrick Li
91f7e27546 Update to 0.4.4 and fix email address
PR:		35630
Submitted by:	maintainer
2002-03-08 01:12:30 +00:00
Patrick Li
bc79226112 Update to 0.4.3
PR:		34202
Submitted by:	maintainer
2002-01-28 07:03:12 +00:00
Patrick Li
8b5c18ff06 Update to 0.4.2
PR:		32500
Submitted by:	maintainer
2001-12-06 01:12:06 +00:00
Kris Kennaway
981c4ae5af Docs go in ${PREFIX}/share/doc, not ${PREFIX}/doc
Submitted by:   bento
2001-11-30 23:24:12 +00:00
Kris Kennaway
8f5e7a49a2 Docs go in ${PREFIX}/share/doc, not ${PREFIX}/doc
Submitted by:	bento
2001-11-30 23:23:44 +00:00
Mario Sergio Fujikawa Ferreira
75ad5febcb Style police: WWW tags should either end in a file/script or TRAILING /; Fix the later case 2001-11-20 23:29:38 +00:00
Will Andrews
b68b01559f Add steghide 0.3.1, a steganography tool to hide data in binary files.
PR:		25388
Submitted by:	RaRa Rasputin <rara.rasputin@virgin.net>
2001-03-20 01:57:20 +00:00