summaryrefslogtreecommitdiff
path: root/security/gnupg/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-03-02 08:21:31 +0000
committerwiz <wiz@pkgsrc.org>2000-03-02 08:21:31 +0000
commit9282fa6139d4b700ea16adda326bb8cb509aca03 (patch)
treec9e4f94cdab2ec536cf67f97761b76f5074c1277 /security/gnupg/patches
parent510a152e09d9e5a34ffe7a3dd21cba7c80ec391f (diff)
downloadpkgsrc-9282fa6139d4b700ea16adda326bb8cb509aca03.tar.gz
Fetch and install man page, as noted by Markus Kurek
<kurek@uni-duisburg.de> in pkg/9519. Also defuzz patches.
Diffstat (limited to 'security/gnupg/patches')
-rw-r--r--security/gnupg/patches/patch-ab14
-rw-r--r--security/gnupg/patches/patch-ac32
2 files changed, 23 insertions, 23 deletions
diff --git a/security/gnupg/patches/patch-ab b/security/gnupg/patches/patch-ab
index 23e30e22246..f9b3f324bce 100644
--- a/security/gnupg/patches/patch-ab
+++ b/security/gnupg/patches/patch-ab
@@ -1,11 +1,11 @@
-$NetBSD: patch-ab,v 1.4 1999/12/02 15:50:45 frueauf Exp $
+$NetBSD: patch-ab,v 1.5 2000/03/02 08:21:33 wiz Exp $
Make this work on NetBSD.
For Solaris, make the DATADIRNAME share.
---- configure.orig Tue Sep 7 17:12:37 1999
-+++ configure Thu Dec 2 16:03:10 1999
-@@ -2505,7 +2505,7 @@
+--- ./configure.orig Thu Dec 16 10:15:33 1999
++++ ./configure Thu Mar 2 01:50:58 2000
+@@ -1995,7 +1995,7 @@
CFLAGS_RDYNAMIC="-Wl,-E"
;;
@@ -14,17 +14,17 @@ For Solaris, make the DATADIRNAME share.
CFLAGS_RDYNAMIC=""
;;
-@@ -2553,6 +2553,9 @@
+@@ -2043,6 +2043,9 @@
NAME_OF_DEV_URANDOM="/dev/urandom"
DYNLINK_MOD_CFLAGS="-shared -rdynamic -fpic -Wl,-Bshareable -Wl,-x"
;;
+ *-netbsd*)
-+ DYNLINK_MOD_CFLAGS="-shared -rdynamic -fpic -Wl,-Bshareable -Wl,-x"
++ DYNLINK_MOD_CFLAGS="-shared -rdynamic -fpic -Wl,-Bshareable -Wl,-x"
+ ;;
*)
NAME_OF_DEV_RANDOM="/dev/random"
NAME_OF_DEV_URANDOM="/dev/urandom"
-@@ -3921,7 +3924,7 @@
+@@ -3441,7 +3444,7 @@
cat conftest.$ac_ext >&5
rm -rf conftest*
CATOBJEXT=.mo
diff --git a/security/gnupg/patches/patch-ac b/security/gnupg/patches/patch-ac
index 6e505ed36cf..1882e2580cb 100644
--- a/security/gnupg/patches/patch-ac
+++ b/security/gnupg/patches/patch-ac
@@ -1,21 +1,21 @@
-$NetBSD: patch-ac,v 1.3 1999/12/02 15:50:45 frueauf Exp $
+$NetBSD: patch-ac,v 1.4 2000/03/02 08:21:33 wiz Exp $
---- mpi/config.links.orig Mon Aug 30 11:06:48 1999
-+++ mpi/config.links Thu Dec 2 15:42:48 1999
+--- ./mpi/config.links.orig Fri Dec 10 14:04:00 1999
++++ ./mpi/config.links Thu Mar 2 01:53:31 2000
@@ -22,6 +22,16 @@
cat $srcdir/mpi/i386/syntax.h >>./mpi/asm-syntax.h
path="i586 i386"
;;
-+ i[34]86*-*-netbsd*)
-+ echo '#define ELF_SYNTAX' >>./mpi/asm-syntax.h
-+ cat $srcdir/mpi/i386/syntax.h >>./mpi/asm-syntax.h
-+ path="i386"
-+ ;;
-+ i[56]86*-*-netbsd* | pentium-*-netbsd* | pentiumpro-*-netbsd*)
-+ echo '#define ELF_SYNTAX' >>./mpi/asm-syntax.h
-+ cat $srcdir/mpi/i386/syntax.h >>./mpi/asm-syntax.h
-+ path="i586 i386"
-+ ;;
- i[34]86*-*-linuxaout* | i[34]86*-*-linuxoldld* | i[34]86*-*-*bsd*)
- echo '#define BSD_SYNTAX' >>./mpi/asm-syntax.h
- echo '#define X86_BROKEN_ALIGN' >>./mpi/asm-syntax.h
++ i[34]86*-*-netbsd*)
++ echo '#define ELF_SYNTAX' >>./mpi/asm-syntax.h
++ cat $srcdir/mpi/i386/syntax.h >>./mpi/asm-syntax.h
++ path="i386"
++ ;;
++ i[56]86*-*-netbsd* | pentium-*-netbsd* | pentiumpro-*-netbsd*)
++ echo '#define ELF_SYNTAX' >>./mpi/asm-syntax.h
++ cat $srcdir/mpi/i386/syntax.h >>./mpi/asm-syntax.h
++ path="i586 i386"
++ ;;
+ i[34]86*-*-bsdi4*)
+ echo '#define ELF_SYNTAX' >>./mpi/asm-syntax.h
+ cat $srcdir/mpi/i386/syntax.h >>./mpi/asm-syntax.h