diff options
author | abs <abs@pkgsrc.org> | 2005-09-06 08:10:57 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2005-09-06 08:10:57 +0000 |
commit | 7487856bc8e2f45be7fbc43b539e15dafdf7fd27 (patch) | |
tree | 93bf2742fc4e1bf90527c6e25c8e73ae1da1c960 /mail/exim3 | |
parent | 193dddddcdfb99536b1854801019f2a12046f27d (diff) | |
download | pkgsrc-7487856bc8e2f45be7fbc43b539e15dafdf7fd27.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/distinfo | 4 | ||||
-rw-r--r-- | mail/exim3/patches/patch-ah | 4 |
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 |