summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjoerg <joerg>2007-09-04 20:55:01 +0000
committerjoerg <joerg>2007-09-04 20:55:01 +0000
commit7602b0266c9279a903d3c9701c2d1b8f279e6162 (patch)
tree9be6053a185194dbca17cec779ee05e295d61d38 /mail
parent9742ac86cc16db9691ba1f98ed4270a254991dd4 (diff)
downloadpkgsrc-7602b0266c9279a903d3c9701c2d1b8f279e6162.tar.gz
Fix build on DragonFly.
Diffstat (limited to 'mail')
-rw-r--r--mail/courier-mta/distinfo3
-rw-r--r--mail/courier-mta/patches/patch-ar12
2 files changed, 14 insertions, 1 deletions
diff --git a/mail/courier-mta/distinfo b/mail/courier-mta/distinfo
index 61c99b7c175..8a162b2afda 100644
--- a/mail/courier-mta/distinfo
+++ b/mail/courier-mta/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2007/08/10 17:57:03 jlam Exp $
+$NetBSD: distinfo,v 1.4 2007/09/04 21:02:22 joerg Exp $
SHA1 (courier-0.56.0.tar.bz2) = 536f24db9f33f8d93445c03dd4edb50c7ec2f6b2
RMD160 (courier-0.56.0.tar.bz2) = ce8e2d99f5b7baf500d748c18fbd126df8331398
@@ -18,3 +18,4 @@ SHA1 (patch-an) = 1afb599c8f5289dda9f060f0aa97f7e0ef49e776
SHA1 (patch-ao) = c859c61370fbc4a774456b629fb3f05ee1a32621
SHA1 (patch-ap) = 8696818dc2994f8dbe523034ed1c713101693291
SHA1 (patch-aq) = 26b3c6ed014673af035f7d38e479e318fc447157
+SHA1 (patch-ar) = ab2c3e40928933eced0856a7c378c908e8a4689d
diff --git a/mail/courier-mta/patches/patch-ar b/mail/courier-mta/patches/patch-ar
new file mode 100644
index 00000000000..1d9484914a5
--- /dev/null
+++ b/mail/courier-mta/patches/patch-ar
@@ -0,0 +1,12 @@
+$NetBSD: patch-ar,v 1.1 2007/09/04 21:02:22 joerg Exp $
+
+--- cgi/cgidaemond.c.orig 2007-09-04 19:52:18.000000000 +0000
++++ cgi/cgidaemond.c
+@@ -34,6 +34,7 @@
+ #include <sys/stat.h>
+ #include <sys/socket.h>
+ #include <sys/un.h>
++#include <sys/uio.h>
+
+ static int read_environ(int);
+