Commit graph

19 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
Michael Nottebrock
8c0be09b3a Update to 0.9.3 2005-11-01 09:20:24 +00:00
Michael Nottebrock
26b0060617 Update libksba to version 0.9.11.
Update gnupg-devel to 1.9.16.
Update dirmngr to 0.9.2.
Bump PORTREVISION for pinentry (for libksba shared library bump).
2005-04-21 19:22:56 +00:00
Tilman Keskinoz
8310ee07c9 Update libgcrypt to 1.2.1. Changes:
* made the code try to lock secure memory pool not only when running as
          root,
        * fixed type usage in Serpent,
        * made the code mix the PID into the entropy pool for better protection
          after a fork,
        * fixed memory leak in RSA.
        * fixed alignment problems in Rijndael,
        * fixed memory leak in gcry_pk_sign(),
        * fixed broken pointer access in gcry_ac_open(),
        * updated the documentation,
        * fixed several other bugs.
Chase Shared library version and bump PORTREVISION of affected ports.
2005-01-11 14:53:12 +00:00
Michael Nottebrock
cc98e939c8 Update to 0.9.0 2004-12-17 13:41:01 +00:00
Michael Nottebrock
945bd12f84 Update to 0.5.6
PR: ports/72537
Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es>
2004-10-12 00:41:02 +00:00
Michael Nottebrock
f5793c6b8f Update to 0.5.5 2004-08-04 15:56:09 +00:00
Michael Nottebrock
39dff15af7 Chase bumped libksba shared library version 2004-08-04 15:14:30 +00:00
Michael Nottebrock
d0085641e3 Update the Aegypten ports to versions compatible with libgcrypt 1.2.0 2004-05-03 19:22:04 +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
Trevor Johnson
a049dd78cc Use PLIST_FILES (bento-tested, marcus-reviewed). 2004-02-06 13:12:53 +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
Michael Nottebrock
2b95d154e3 Use INFO and USE_OPENLDAP macros, change maintainer address.
Approved by:	arved (Mentor)
2003-08-28 16:41:11 +00:00
Jun Kuriyama
b67a28791a Fix non-default dependency on openldap2[012] which is broken by splitting.
# I'm not bumped port revision of them because this should not affect
# packages built on bento...
2003-08-15 00:49:31 +00:00
Jun Kuriyama
7c0800f7ec Quick fix for INDEX build breakage by openldap2[012] split.
We should use net/openldap20/bsd.openldap.mk later...

Pointy hat to:	kuriyama
2003-08-14 22:12:22 +00:00
FUJISHIMA Satsuki
b185046be2 get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
2003-07-14 02:53:03 +00:00
Foxfair Hu
687a29afe1 PR: 53402
Submitted by:	maintainer
Update to 0.4.5, which is current release.
2003-06-18 02:57:02 +00:00
Tilman Keskinoz
7cbe484cf2 Add dependency on openldap
PR:		51749
Submitted by:	maintainer
2003-05-04 21:24:50 +00:00
Tilman Keskinoz
b6478e3ed3 Add dirmngr, a client for managing and downloading certificate
revocation lists (X.509).

PR:		51577
Submitted by:	Michael Nottebrock <michaelnottebrock@gmx.net>
2003-04-30 17:00:36 +00:00