summaryrefslogtreecommitdiff
path: root/net/coda/patches/patch-ad
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2012-03-05 11:27:52 +0000
committergdt <gdt@pkgsrc.org>2012-03-05 11:27:52 +0000
commit6396a5eaa51d2d89e7dfa9b3c1eb40c6d65f04e2 (patch)
tree8c81f3c7db7bf920dab3bb7d0805841a30f85ddd /net/coda/patches/patch-ad
parent91c128c32d9a4f5eb7bba45c3796606981df8790 (diff)
downloadpkgsrc-6396a5eaa51d2d89e7dfa9b3c1eb40c6d65f04e2.tar.gz
Add patch to fix directory reading problems:
On NetBSD, force DIRBLKSIZ to 512, which matches the block size (and thus padding) for the representation of directories in UFS. coda_readdir will call the readdir from the container filesystem, and thus the padding of directories must match what the container filesystem would have done. Analysis and fix due to Brett Lymn. Not yet reported upstream; a better fix is desired. Also: Set LICENSE. Add annotations to other patches about their upstream status, after pinging upstream.
Diffstat (limited to 'net/coda/patches/patch-ad')
-rw-r--r--net/coda/patches/patch-ad8
1 files changed, 6 insertions, 2 deletions
diff --git a/net/coda/patches/patch-ad b/net/coda/patches/patch-ad
index c4366329e52..83938b498a2 100644
--- a/net/coda/patches/patch-ad
+++ b/net/coda/patches/patch-ad
@@ -1,6 +1,10 @@
-$NetBSD: patch-ad,v 1.1 2011/03/12 13:59:59 gdt Exp $
+$NetBSD: patch-ad,v 1.2 2012/03/05 11:27:53 gdt Exp $
---- configure.orig 2011-02-25 20:04:49.000000000 +0000
+Remove bashism.
+
+Reported upstream on 20110301.
+
+--- configure.orig 2010-03-29 19:13:56.000000000 +0000
+++ configure
@@ -18400,7 +18400,7 @@ $as_echo "#define HAVE_FLOCK_LOCKING 1"