pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/rdist6 switch statvfs() check to __NetBSD_Version_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f1cd1cb8af3c
branches:  trunk
changeset: 498812:f1cd1cb8af3c
user:      abs <abs%pkgsrc.org@localhost>
date:      Sat Sep 03 21:21:57 2005 +0000

description:
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:

 net/rdist6/distinfo         |  4 ++--
 net/rdist6/patches/patch-ae |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 29d71be2b1c5 -r f1cd1cb8af3c net/rdist6/distinfo
--- a/net/rdist6/distinfo       Sat Sep 03 19:32:52 2005 +0000
+++ b/net/rdist6/distinfo       Sat Sep 03 21:21:57 2005 +0000
@@ -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-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 -r 29d71be2b1c5 -r f1cd1cb8af3c net/rdist6/patches/patch-ae
--- a/net/rdist6/patches/patch-ae       Sat Sep 03 19:32:52 2005 +0000
+++ b/net/rdist6/patches/patch-ae       Sat Sep 03 21:21:57 2005 +0000
@@ -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 @@
  /*
   * 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



Home | Main Index | Thread Index | Old Index