pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/openafs add patch to deal with statvfs not being i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a462f0feea59
branches:  trunk
changeset: 502325:a462f0feea59
user:      gendalia <gendalia%pkgsrc.org@localhost>
date:      Fri Nov 04 07:20:32 2005 +0000

description:
add patch to deal with statvfs not being in 2.1.
(NetBSD Version 299000000, not 200040000

diffstat:

 net/openafs/distinfo         |   3 ++-
 net/openafs/patches/patch-ab |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r cb4b0fd06f01 -r a462f0feea59 net/openafs/distinfo
--- a/net/openafs/distinfo      Fri Nov 04 07:10:12 2005 +0000
+++ b/net/openafs/distinfo      Fri Nov 04 07:20:32 2005 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.8 2005/11/02 14:42:38 gendalia Exp $
+$NetBSD: distinfo,v 1.9 2005/11/04 07:20:32 gendalia Exp $
 
 SHA1 (openafs-1.4.0-src.tar.bz2) = 09839a6bc71da3902f591c4f4f3c27cb63168195
 RMD160 (openafs-1.4.0-src.tar.bz2) = 96cac36c5f0e0891b8a77506003d9bda448dce23
 Size (openafs-1.4.0-src.tar.bz2) = 11268368 bytes
 SHA1 (patch-aa) = a24cc0d97a0045e44dadbcb195a55c50dfc2d308
+SHA1 (patch-ab) = 21dcf87c03c04db8a4723f11fbf61ccc813db9dc
diff -r cb4b0fd06f01 -r a462f0feea59 net/openafs/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/openafs/patches/patch-ab      Fri Nov 04 07:20:32 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.3 2005/11/04 07:20:32 gendalia Exp $
+
+--- src/config/param.nbsd21.h.orig     2005-11-04 00:43:26.000000000 -0600
++++ src/config/param.nbsd21.h
+@@ -29,7 +29,7 @@
+ #define AFS_HAVE_FFS            1     /* Use system's ffs. */
+ 
+ #if   !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__) && !defined(IGNORE_STDS_H)
+-#if __NetBSD_Version__ >= 200040000
++#if __NetBSD_Version__ >= 299000900
+ #define AFS_HAVE_STATVFS    1 /* System supports statvfs */
+ #else
+ #define AFS_HAVE_STATVFS    0 /* System doesn't supports statvfs */



Home | Main Index | Thread Index | Old Index