summaryrefslogtreecommitdiff
path: root/mail/exim3
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2005-09-06 08:10:57 +0000
committerabs <abs@pkgsrc.org>2005-09-06 08:10:57 +0000
commitee9906d1989b65788f92509fd0b4ed4464bc22a1 (patch)
tree93bf2742fc4e1bf90527c6e25c8e73ae1da1c960 /mail/exim3
parent8e32b054d75f8ceddac6834c017e26667ecbd768 (diff)
downloadpkgsrc-ee9906d1989b65788f92509fd0b4ed4464bc22a1.tar.gz
Fix NetBSD statvfs check to be >= 299000900 not >= 200040000
No pkgrevision bumps needed.
Diffstat (limited to 'mail/exim3')
-rw-r--r--mail/exim3/distinfo4
-rw-r--r--mail/exim3/patches/patch-ah4
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/exim3/distinfo b/mail/exim3/distinfo
index 2ff4cece6ba..f0370c569e4 100644
--- a/mail/exim3/distinfo
+++ b/mail/exim3/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2005/05/25 12:44:39 wiz Exp $
+$NetBSD: distinfo,v 1.6 2005/09/06 08:10:58 abs Exp $
SHA1 (exim-3.36.tar.bz2) = 2a06a2858ebf8cdedf2e41fa3f258b5e468e270d
RMD160 (exim-3.36.tar.bz2) = 2654601eaf54fc15c1ebeabfee53c828f2fd22dd
@@ -10,4 +10,4 @@ SHA1 (patch-ad) = d4962927418489f77a8e0234f7f95628ed506026
SHA1 (patch-ae) = 0a01f3cfd2bfe59577edcb09b0f2f355185e28f0
SHA1 (patch-af) = bb171d4048ab3f802243dfec1aade86c0a7e0d21
SHA1 (patch-ag) = 9248e3fde82fed7a464c28f3335d4c419c038a03
-SHA1 (patch-ah) = 876541c725366a70c573dc338dad2b450005bbfe
+SHA1 (patch-ah) = e8b0d19451581548f3ba838a99d2460dacff2613
diff --git a/mail/exim3/patches/patch-ah b/mail/exim3/patches/patch-ah
index f300c725876..cd07ee42843 100644
--- a/mail/exim3/patches/patch-ah
+++ b/mail/exim3/patches/patch-ah
@@ -1,4 +1,4 @@
-$NetBSD: patch-ah,v 1.1 2004/05/26 09:57:20 grant Exp $
+$NetBSD: patch-ah,v 1.2 2005/09/06 08:10:58 abs Exp $
--- OS/os.h-NetBSD.orig 2002-04-04 22:56:14.000000000 +1000
+++ OS/os.h-NetBSD
@@ -8,7 +8,7 @@ $NetBSD: patch-ah,v 1.1 2004/05/26 09:57:20 grant Exp $
+#include <sys/param.h>
+
-+#if __NetBSD_Version__ >= 200040000
++#if __NetBSD_Version__ >= 299000900
+/* NetBSD 2.0D switched to statvfs() */
+# include <sys/statvfs.h>
+# define statfs statvfs