summaryrefslogtreecommitdiff
path: root/security/pgp2
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2005-12-08 17:36:56 +0000
committerjoerg <joerg@pkgsrc.org>2005-12-08 17:36:56 +0000
commit82b7232a7020220bd15a4341ac8e002ee1cd9f8a (patch)
tree0c096f01bd14b4d73fe02dc4e86cae10e446167a /security/pgp2
parent01399d95804a432b4f480ff6b1b1c61f85c9682f (diff)
downloadpkgsrc-82b7232a7020220bd15a4341ac8e002ee1cd9f8a.tar.gz
Fix errno.
Diffstat (limited to 'security/pgp2')
-rw-r--r--security/pgp2/distinfo3
-rw-r--r--security/pgp2/patches/patch-ag12
2 files changed, 14 insertions, 1 deletions
diff --git a/security/pgp2/distinfo b/security/pgp2/distinfo
index 6d0d3207322..fa51678e3f9 100644
--- a/security/pgp2/distinfo
+++ b/security/pgp2/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2005/12/01 20:19:57 wiz Exp $
+$NetBSD: distinfo,v 1.5 2005/12/08 17:36:56 joerg Exp $
SHA1 (pgp263is.tar.gz) = 031e061ba1d62d7db35f1f854c489867e88f421d
RMD160 (pgp263is.tar.gz) = b1cba2be918cecc8b9062272d43626c8876fa7f4
@@ -9,3 +9,4 @@ SHA1 (patch-ac) = 32e69f1335c3aa7b974dc7fa4100d1f9ebf358ec
SHA1 (patch-ad) = 93f72f3e4f91f478429da8fda4671e171eb167ac
SHA1 (patch-ae) = 307dddd61ef0ee3257a11822fc7bd423c5fd784f
SHA1 (patch-af) = 33802b9f8d875293ea8e5e58a1e1eafd8cde7afe
+SHA1 (patch-ag) = 377b17bc3783737c492708de57d6f4259e358a66
diff --git a/security/pgp2/patches/patch-ag b/security/pgp2/patches/patch-ag
new file mode 100644
index 00000000000..40fb4cb05db
--- /dev/null
+++ b/security/pgp2/patches/patch-ag
@@ -0,0 +1,12 @@
+$NetBSD: patch-ag,v 1.1 2005/12/08 17:36:56 joerg Exp $
+
+--- fileio.c.orig 2005-12-08 17:33:01.000000000 +0000
++++ fileio.c
+@@ -37,7 +37,6 @@
+ #ifdef _BSD
+ #include <sys/param.h>
+ #endif
+-extern int errno;
+ #endif /* UNIX */
+ #ifdef VMS
+ #include <file.h>