pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/exim statvfs() fix for NetBSD >=2.0D.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a2e5cbd0c065
branches: trunk
changeset: 481082:a2e5cbd0c065
user: grant <grant%pkgsrc.org@localhost>
date: Sat Sep 25 07:45:51 2004 +0000
description:
statvfs() fix for NetBSD >=2.0D.
diffstat:
mail/exim/distinfo | 3 ++-
mail/exim/patches/patch-af | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (33 lines):
diff -r 51992c425d39 -r a2e5cbd0c065 mail/exim/distinfo
--- a/mail/exim/distinfo Sat Sep 25 06:43:03 2004 +0000
+++ b/mail/exim/distinfo Sat Sep 25 07:45:51 2004 +0000
@@ -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-ac) = e6bb70132b655862cf4af4e344dfe9509d7b8106
SHA1 (patch-ad) = ab2df5e42b993937d124f50510f70d594bafff4a
SHA1 (patch-ae) = d65205adf8c2ae8a874825e68c163014c13d1628
+SHA1 (patch-af) = 0f4fdaf82bcaa44620b8a235a86d4a638d6d8f66
diff -r 51992c425d39 -r a2e5cbd0c065 mail/exim/patches/patch-af
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/exim/patches/patch-af Sat Sep 25 07:45:51 2004 +0000
@@ -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 */
Home |
Main Index |
Thread Index |
Old Index