Commit graph

19 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
Tilman Keskinoz
deb33b1a27 Add EXTRACT_ONLY
Noticed by:	bsdtar
2004-06-12 14:12:17 +00:00
Tilman Keskinoz
6d475404ca Fix pkg-plist
Reported by:				kris, markus
Pointy hat (not 216.136.204.22) to:	arved
2004-05-08 10:25:51 +00:00
Tilman Keskinoz
e31adbd4d7 Add dependency on ligpg-error
PR:		66228
Submitted by:	michael johnson
2004-05-04 06:21:22 +00:00
Tilman Keskinoz
f75ab7e2f3 Update libgcrypt to the new stable version 1.2.0
Retire libgcrypt-devel

Switch back to security/libgcrypt and bump PORTREVISION for
- gnutls
- gnutls-devel
- gsasl
- opencdk
- vpnc

libggz:
- Remove dependency on libgcrypt, because the port does not yet
work with the new libgcrypt

libksba:
- Update to 0.9.5
- Pass maintainership to lofi, who already maintains the other
aegypten ports.

Approved by:	lofi

wmbiff:
Switch to security/libgcrypt but no PORTREVISION bump, because the
dependency is optional and the port does not work with the new
libgcrypt and needs to be updated.

No action, because ports don't work with the new libgcrypt and need
to be updated, maintainers informed:
security/newpg
security/pinentry
security/dirmngr
emulators/fuse
emulators/libspectrum
2004-05-03 13:57:46 +00:00
Tilman Keskinoz
c5066876e0 Add SIZE
Submitted by:	trevor
2004-03-18 15:17:40 +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
Tilman Keskinoz
3d135af9f6 Attempt to silence "Annoying Reminder Guy II" by adding NO_LATEST_LINK 2004-02-06 11:07:25 +00:00
Tilman Keskinoz
393ba63d5d Add CONFLICTS 2004-01-29 10:12:56 +00:00
Tilman Keskinoz
51bb88223c Don't create the default keyring, if gnupg is installed.
Requested by:	Randy Bush
2004-01-16 21:08:42 +00:00
Tilman Keskinoz
5db526233f Use new INFO macro 2003-08-04 17:54:30 +00:00
Tilman Keskinoz
b6d7723f1a Verify gpg signature if possible. 2003-07-18 13:37:14 +00:00
Ade Lovett
b2fd75e438 libtool uber-patch
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
  any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)

Approved by:	portmgr (kris) - for the bsd.port.mk hooks
Tested by:	bento 4-exp builds (repeatedly)
2003-06-26 22:58:32 +00:00
Tilman Keskinoz
eb135e4085 Update to 1.1.12
PR:		48704
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2003-02-26 15:25:19 +00:00
Tilman Keskinoz
dac0aac36b de-pkg-comment 2003-02-22 14:38:12 +00:00
Tilman Keskinoz
b678a3a32c Use MASTER_SITE_GNUPG 2003-02-15 10:51:48 +00:00
Tilman Keskinoz
9d1b3a6990 Update to 1.1.11 2003-01-02 14:18:00 +00:00
Edwin Groothuis
da9f30c3f2 Fix PERL dependencies for these ports (print/cups solves print/cups-base
and french/cups-base)

Noticed on: bento
2002-11-07 11:54:23 +00:00
Ying-Chieh Liao
74c43352a7 add libgcrypt 1.1.0
General purpose crypto library based on code used in GnuPG

PR:		43894
Submitted by:	Tilman Linneweh <tilman@arved.de>
2002-10-14 12:38:48 +00:00