summaryrefslogtreecommitdiff
path: root/mail/perdition
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-03-04 15:35:49 +0000
committerjoerg <joerg@pkgsrc.org>2006-03-04 15:35:49 +0000
commit0952d5406edc084fb6f82141a1e7c97035e1e17e (patch)
tree8187366e398f7d2a816e8b67d1e0aba4f1f203eb /mail/perdition
parentc103490c2afab4537d4eca6e8e541bfea19fac8a (diff)
downloadpkgsrc-0952d5406edc084fb6f82141a1e7c97035e1e17e.tar.gz
More errno fixes.
Diffstat (limited to 'mail/perdition')
-rw-r--r--mail/perdition/distinfo4
-rw-r--r--mail/perdition/patches/patch-ad13
-rw-r--r--mail/perdition/patches/patch-ae13
3 files changed, 29 insertions, 1 deletions
diff --git a/mail/perdition/distinfo b/mail/perdition/distinfo
index 1bf1536f0e4..001f8227d97 100644
--- a/mail/perdition/distinfo
+++ b/mail/perdition/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2006/03/04 15:16:30 joerg Exp $
+$NetBSD: distinfo,v 1.4 2006/03/04 15:35:49 joerg Exp $
SHA1 (perdition-1.17.tar.gz) = 5e04f172db4a7ee2af5b7a28c19c231f955243fc
RMD160 (perdition-1.17.tar.gz) = cc3c4679390132ece6858eca6483ffddead568e4
@@ -6,3 +6,5 @@ Size (perdition-1.17.tar.gz) = 552149 bytes
SHA1 (patch-aa) = 17c6bf55f77187cad59f779e6fbcd85d6921eab1
SHA1 (patch-ab) = 7d7b8458c104437e83934b3b0fea573bd54aced0
SHA1 (patch-ac) = 5096afa901f6f5766d9a8b0d2481c8f9c1356fe1
+SHA1 (patch-ad) = 7b53169a8571141016fa79e1fbf55439579c4d77
+SHA1 (patch-ae) = a3a41d06a7a63d479f4c8de29b6d7ee2a745dd87
diff --git a/mail/perdition/patches/patch-ad b/mail/perdition/patches/patch-ad
new file mode 100644
index 00000000000..e64ecea59ad
--- /dev/null
+++ b/mail/perdition/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2006/03/04 15:35:49 joerg Exp $
+
+--- makebdb/makebdb.c.orig 2006-03-04 15:18:34.000000000 +0000
++++ makebdb/makebdb.c
+@@ -44,8 +44,6 @@
+ #endif
+
+
+-extern int errno;
+-
+ #define MAX_LINE_LENGTH 4096
+ #define FIELD_DELIMITER ':'
+
diff --git a/mail/perdition/patches/patch-ae b/mail/perdition/patches/patch-ae
new file mode 100644
index 00000000000..a85eaaf30c7
--- /dev/null
+++ b/mail/perdition/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2006/03/04 15:35:49 joerg Exp $
+
+--- makegdbm/makegdbm.c.orig 2006-03-04 15:21:12.000000000 +0000
++++ makegdbm/makegdbm.c
+@@ -42,8 +42,6 @@
+ #endif
+
+
+-extern int errno;
+-
+ #define MAX_LINE_LENGTH 4096
+ #define FIELD_DELIMITER ':'
+