summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-06-04 23:41:36 +0000
committerwiz <wiz@pkgsrc.org>2001-06-04 23:41:36 +0000
commita5805d0fb3e6fb5b69c087edd09e59bae3cad0be (patch)
treeb76be4269217df3b49366be4daea94c38a83db8f
parent485693f161fd3ec1f68611e86a31f05331b43871 (diff)
downloadpkgsrc-a5805d0fb3e6fb5b69c087edd09e59bae3cad0be.tar.gz
Use slightly modified idea.c, which recognizes NetBSD PowerPC machines as
big endian. Makes gnupg work with IDEA support on ppc machines. XXX: Probably similar changes needed for some other big-endian platforms.
-rw-r--r--security/gnupg/Makefile6
-rw-r--r--security/gnupg/distinfo6
2 files changed, 6 insertions, 6 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index 8f33b0554f6..83070e1bad7 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2001/05/31 13:30:02 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2001/06/04 23:41:36 wiz Exp $
#
DISTNAME= gnupg-1.0.6
@@ -30,12 +30,12 @@ BUILD_DEFS+= USE_IDEA
# use of IDEA as crypto function
LICENCE= fee-based-commercial-use
MASTER_SITES+= ftp://ftp.gnupg.org/pub/gcrypt/contrib/
-DISTFILES+= idea.c
+DISTFILES+= idea.c.20010605
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
PLIST_SUBST+= IDEA=""
post-extract:
- ${CP} ${_DISTDIR}/idea.c ${WRKSRC}
+ ${CP} ${_DISTDIR}/idea.c.20010605 ${WRKSRC}/idea.c
post-build:
cd ${WRKSRC} && \
diff --git a/security/gnupg/distinfo b/security/gnupg/distinfo
index 50d096d0f9b..c2eb757dd1b 100644
--- a/security/gnupg/distinfo
+++ b/security/gnupg/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2001/05/31 13:30:02 wiz Exp $
+$NetBSD: distinfo,v 1.6 2001/06/04 23:41:36 wiz Exp $
SHA1 (gnupg-1.0.6.tar.gz) = 3d5f0b6c123916aebd64fcbf34117019642dde98
Size (gnupg-1.0.6.tar.gz) = 1941676 bytes
-SHA1 (idea.c) = 1cbae164674dfb9da624e088fe7d66d7c0d4f17e
-Size (idea.c) = 15450 bytes
+SHA1 (idea.c.20010605) = f6e237b84285964f09b3806b91170b6523384a48
+Size (idea.c.20010605) = 15480 bytes
SHA1 (patch-aa) = fffd3e55792bb27df002bacbc5d8bf9096d5dd64
SHA1 (patch-ab) = 26938c9933564f263a02ac3c01b47fa185142f28