please give it a try. Index: Makefile =================================================================== RCS file: /cvs/ports/security/gnupg/Makefile,v retrieving revision 1.65 diff -u -r1.65 Makefile --- Makefile 22 Feb 2007 00:17:09 -0000 1.65 +++ Makefile 10 May 2007 09:23:04 -0000 @@ -2,8 +2,7 @@ COMMENT= "GNU privacy guard - a free PGP replacement" -DISTNAME= gnupg-1.4.6 -PKGNAME= ${DISTNAME}p0 +DISTNAME= gnupg-1.4.7 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ \ @@ -33,7 +32,7 @@ curl.>=3::net/curl CONFIGURE_STYLE= autoconf -AUTOCONF_VERSION= 2.59 +AUTOCONF_VERSION= 2.60 MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/scripts CONFIGURE_ARGS+= --disable-gnupg-iconv .if ${MACHINE_ARCH} == "m68k" Index: distinfo =================================================================== RCS file: /cvs/ports/security/gnupg/distinfo,v retrieving revision 1.17 diff -u -r1.17 distinfo --- distinfo 5 Apr 2007 17:26:06 -0000 1.17 +++ distinfo 10 May 2007 09:23:04 -0000 @@ -1,10 +1,10 @@ -MD5 (gnupg-1.4.6.tar.gz) = svTkKoDgzJ2xCyxhA2Swmg== +MD5 (gnupg-1.4.7.tar.gz) = 6Gt+8QmnotRDvuwtpKmkoA== MD5 (idea.c.gz) = ncO8CGgkqMejMfNeCaPlfw== -RMD160 (gnupg-1.4.6.tar.gz) = trDWD3Q4OqjzJTMS2PYuCIT3CLc= +RMD160 (gnupg-1.4.7.tar.gz) = oHmi4eOdKV57S2taMj6H3j7cu9Q= RMD160 (idea.c.gz) = 41vloDHRDVI0GsXwKdKPgR7dkI0= -SHA1 (gnupg-1.4.6.tar.gz) = clmT56xISk6IQoWeGSxybjRFDZg= +SHA1 (gnupg-1.4.7.tar.gz) = dymeWZlYMHNuqN2hfpcHZlBOYWQ= SHA1 (idea.c.gz) = gv3tTsMbl7Oy3SJ0GIC2fP7kD4Q= -SHA256 (gnupg-1.4.6.tar.gz) = afvJVI+yGhX0cLsW+7dQuHbAoqzwR8CgHIk/qC3TWzU= +SHA256 (gnupg-1.4.7.tar.gz) = yDV3PV+rHH/ikrviTBLT5Nf4pLfMSnGWTzWah13vYKM= SHA256 (idea.c.gz) = MJko2jSUHf8db2aHVC/z1YMG2Fvp4amQa8T5+OYBGEQ= -SIZE (gnupg-1.4.6.tar.gz) = 4414871 +SIZE (gnupg-1.4.7.tar.gz) = 4524604 SIZE (idea.c.gz) = 5216 Index: patches/patch-cipher_Makefile_in =================================================================== RCS file: /cvs/ports/security/gnupg/patches/patch-cipher_Makefile_in,v retrieving revision 1.5 diff -u -r1.5 patch-cipher_Makefile_in --- patches/patch-cipher_Makefile_in 16 Jan 2007 09:50:36 -0000 1.5 +++ patches/patch-cipher_Makefile_in 10 May 2007 09:23:04 -0000 @@ -1,12 +1,12 @@ $OpenBSD: patch-cipher_Makefile_in,v 1.5 2007/01/16 09:50:36 bernd Exp $ ---- cipher/Makefile.in.orig Wed Dec 6 10:15:27 2006 -+++ cipher/Makefile.in Thu Jan 11 12:02:52 2007 -@@ -317,7 +317,7 @@ sbindir = @sbindir@ +--- cipher/Makefile.in.orig Mon Mar 5 10:44:42 2007 ++++ cipher/Makefile.in Thu May 10 11:14:08 2007 +@@ -318,7 +318,7 @@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ --INCLUDES = -I.. -I$(top_srcdir)/include -I$(top_srcdir)/intl -+INCLUDES = -I.. -I$(top_srcdir)/include +-AM_CPPFLAGS = -I.. -I$(top_srcdir)/include -I$(top_srcdir)/intl \ ++AM_CPPFLAGS = -I.. -I$(top_srcdir)/include \ + $(am__append_1) noinst_LIBRARIES = libcipher.a libcipher_a_SOURCES = cipher.c pubkey.c md.c dynload.c bithelp.h des.c \ - twofish.c blowfish.c cast5.c rijndael.c elgamal.c elgamal.h \ Index: patches/patch-g10_Makefile_in =================================================================== RCS file: /cvs/ports/security/gnupg/patches/patch-g10_Makefile_in,v retrieving revision 1.5 diff -u -r1.5 patch-g10_Makefile_in --- patches/patch-g10_Makefile_in 16 Jan 2007 09:50:36 -0000 1.5 +++ patches/patch-g10_Makefile_in 10 May 2007 09:23:04 -0000 @@ -1,12 +1,12 @@ $OpenBSD: patch-g10_Makefile_in,v 1.5 2007/01/16 09:50:36 bernd Exp $ ---- g10/Makefile.in.orig Wed Dec 6 10:15:28 2006 -+++ g10/Makefile.in Thu Jan 11 12:02:52 2007 -@@ -353,7 +353,7 @@ sbindir = @sbindir@ +--- g10/Makefile.in.orig Mon Mar 5 10:44:42 2007 ++++ g10/Makefile.in Thu May 10 11:13:41 2007 +@@ -368,7 +368,7 @@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/intl \ +AM_CPPFLAGS = -I$(top_srcdir)/include \ @LIBUSB_CPPFLAGS@ $(am__append_1) - EXTRA_DIST = options.skel needed_libs = ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a + other_libs = $(LIBICONV) $(DNSLIBS) $(LIBINTL) $(CAPLIBS) Index: patches/patch-tools_Makefile_in =================================================================== RCS file: /cvs/ports/security/gnupg/patches/patch-tools_Makefile_in,v retrieving revision 1.5 diff -u -r1.5 patch-tools_Makefile_in --- patches/patch-tools_Makefile_in 16 Jan 2007 09:50:36 -0000 1.5 +++ patches/patch-tools_Makefile_in 10 May 2007 09:23:04 -0000 @@ -1,12 +1,12 @@ $OpenBSD: patch-tools_Makefile_in,v 1.5 2007/01/16 09:50:36 bernd Exp $ ---- tools/Makefile.in.orig Wed Dec 6 10:15:29 2006 -+++ tools/Makefile.in Thu Jan 11 12:02:52 2007 -@@ -327,7 +327,7 @@ sharedstatedir = @sharedstatedir@ +--- tools/Makefile.in.orig Mon Mar 5 10:44:43 2007 ++++ tools/Makefile.in Thu May 10 11:14:28 2007 +@@ -328,7 +328,7 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ EXTRA_DIST = lspgpot ring-a-party mail-signed-keys convert-from-106 --INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl -+INCLUDES = -I$(top_srcdir)/include +-AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/intl \ ++AM_CPPFLAGS = -I$(top_srcdir)/include \ + $(am__append_1) needed_libs = ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a other_libs = $(LIBICONV) $(LIBINTL) $(CAPLIBS) - @[EMAIL PROTECTED] = gpg-zip
Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm