diff options
author | gendalia <gendalia@pkgsrc.org> | 2005-11-04 07:20:32 +0000 |
---|---|---|
committer | gendalia <gendalia@pkgsrc.org> | 2005-11-04 07:20:32 +0000 |
commit | 4825a9e0e3be8a7f6c80c5ecef63c40c39ca0926 (patch) | |
tree | 65070bc07197540e28f3bc89c4f82e27aac12e92 /net | |
parent | 1cded0fa6ed1b0dd09c33305dc39cc9177beaa26 (diff) | |
download | pkgsrc-4825a9e0e3be8a7f6c80c5ecef63c40c39ca0926.tar.gz |
add patch to deal with statvfs not being in 2.1.
(NetBSD Version 299000000, not 200040000
Diffstat (limited to 'net')
-rw-r--r-- | net/openafs/distinfo | 3 | ||||
-rw-r--r-- | net/openafs/patches/patch-ab | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/net/openafs/distinfo b/net/openafs/distinfo index 7f7a792d320..cae3740bb7e 100644 --- a/net/openafs/distinfo +++ b/net/openafs/distinfo @@ -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 --git a/net/openafs/patches/patch-ab b/net/openafs/patches/patch-ab new file mode 100644 index 00000000000..645a3e65bc8 --- /dev/null +++ b/net/openafs/patches/patch-ab @@ -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 */ |