summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorgrant <grant>2004-09-25 07:45:51 +0000
committergrant <grant>2004-09-25 07:45:51 +0000
commit79cf405369a19bb676c5730aab795937f57b52d0 (patch)
tree115c5376844b411b2a6a7f24311d2a121f135f43 /mail
parent6000dc11d67ff423b58575fca494eb0d939b5582 (diff)
downloadpkgsrc-79cf405369a19bb676c5730aab795937f57b52d0.tar.gz
statvfs() fix for NetBSD >=2.0D.
Diffstat (limited to 'mail')
-rw-r--r--mail/exim/distinfo3
-rw-r--r--mail/exim/patches/patch-af15
2 files changed, 17 insertions, 1 deletions
diff --git a/mail/exim/distinfo b/mail/exim/distinfo
index fbc0d6d513e..f0ca713aa0d 100644
--- a/mail/exim/distinfo
+++ b/mail/exim/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.20 2004/08/27 10:46:52 abs Exp $
+$NetBSD: distinfo,v 1.21 2004/09/25 07:45:51 grant Exp $
SHA1 (exim-4.42.tar.bz2) = 54e9ccd295cd30994761acf3ecbb335517507e0d
Size (exim-4.42.tar.bz2) = 1360728 bytes
@@ -9,3 +9,4 @@ SHA1 (patch-ab) = efdbfd11ade8b7b6ab6a5b0511a1322abbc4c3d7
SHA1 (patch-ac) = e6bb70132b655862cf4af4e344dfe9509d7b8106
SHA1 (patch-ad) = ab2df5e42b993937d124f50510f70d594bafff4a
SHA1 (patch-ae) = d65205adf8c2ae8a874825e68c163014c13d1628
+SHA1 (patch-af) = 0f4fdaf82bcaa44620b8a235a86d4a638d6d8f66
diff --git a/mail/exim/patches/patch-af b/mail/exim/patches/patch-af
new file mode 100644
index 00000000000..725964ca23e
--- /dev/null
+++ b/mail/exim/patches/patch-af
@@ -0,0 +1,15 @@
+$NetBSD: patch-af,v 1.4 2004/09/25 07:45:51 grant Exp $
+
+--- OS/os.h-NetBSD.orig 2004-08-27 00:09:59.000000000 +1000
++++ OS/os.h-NetBSD
+@@ -10,4 +10,10 @@ typedef struct flock flock_t;
+ #define os_strsignal strsignal
+ #define OS_STRSIGNAL
+
++#include <sys/param.h>
++
++#if __NetBSD_Version__ >= 200040000
++#define HAVE_SYS_STATVFS_H
++#endif
++
+ /* End */