summaryrefslogtreecommitdiff
path: root/net/rdist6
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2005-09-03 21:21:57 +0000
committerabs <abs@pkgsrc.org>2005-09-03 21:21:57 +0000
commit72dc32b258bbe9093493f8182ce1b6e24eb1a758 (patch)
treea66acff062ccc591d91a267f0f9ca78cbfa7eb6f /net/rdist6
parent9190f5b5a64b56cc7ac0a94c4db5ef450be1a988 (diff)
downloadpkgsrc-72dc32b258bbe9093493f8182ce1b6e24eb1a758.tar.gz
switch statvfs() check to __NetBSD_Version__ < 299000900, so we can build
on 2.x and 2.99.9 and later. Switches brokenness to 2.0D - 2.0H.
Diffstat (limited to 'net/rdist6')
-rw-r--r--net/rdist6/distinfo4
-rw-r--r--net/rdist6/patches/patch-ae4
2 files changed, 4 insertions, 4 deletions
diff --git a/net/rdist6/distinfo b/net/rdist6/distinfo
index 7728b8170e6..eedcab2ca9f 100644
--- a/net/rdist6/distinfo
+++ b/net/rdist6/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2005/08/26 08:42:09 abs Exp $
+$NetBSD: distinfo,v 1.7 2005/09/03 21:21:57 abs Exp $
SHA1 (freerdist-0.92.tar.gz) = 84db4efd8d223a7e10d62e386349aa9236f71ae3
RMD160 (freerdist-0.92.tar.gz) = 2106cbf21fbe6fda2738d2e9e2d750625eb8c2da
@@ -7,7 +7,7 @@ SHA1 (patch-aa) = 0ea7d5838b7d491f2f599e0b53b195978bae2565
SHA1 (patch-ab) = 3cd2de9d584e8aaa0cf4258c66ba027ff767a367
SHA1 (patch-ac) = 78df932333c8742139368abb5d12b910d34e222c
SHA1 (patch-ad) = 89500d25dc2fb34c0295836f7ab18433218c85ea
-SHA1 (patch-ae) = 5db32068ad821419cd71676a933b9639fca9e37e
+SHA1 (patch-ae) = 2bcbce70c6228b34c13082e6a2b82f67f02389f8
SHA1 (patch-af) = c91cfab8609a6b8fe0df051ac8a2d29154ff5aad
SHA1 (patch-ai) = 3f96e7440fe4ac5d6180a4137806fe70e2033565
SHA1 (patch-aj) = db6307ff40a8db7428fc23f7cfd40a3152c465dc
diff --git a/net/rdist6/patches/patch-ae b/net/rdist6/patches/patch-ae
index a19b3912483..94f094dbd19 100644
--- a/net/rdist6/patches/patch-ae
+++ b/net/rdist6/patches/patch-ae
@@ -1,4 +1,4 @@
-$NetBSD: patch-ae,v 1.4 2004/05/31 02:18:44 kim Exp $
+$NetBSD: patch-ae,v 1.5 2005/09/03 21:21:57 abs Exp $
--- config/os-netbsd.h.orig 2001-03-12 13:16:18.000000000 -0500
+++ config/os-netbsd.h 2004-05-30 22:01:15.000000000 -0400
@@ -14,7 +14,7 @@ $NetBSD: patch-ae,v 1.4 2004/05/31 02:18:44 kim Exp $
/*
* Select the type of statfs() system call (if any).
*/
-+#if __NetBSD_Version__ < 200060000
++#if __NetBSD_Version__ < 299000900
#define STATFS_TYPE STATFS_44BSD
+#else
+#define STATFS_TYPE STATFS_SVR4