pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/coda Adjusted my last patch to apply only for NetB...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b127c9c0ce8b
branches:  trunk
changeset: 536028:b127c9c0ce8b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Dec 01 14:07:30 2007 +0000

description:
Adjusted my last patch to apply only for NetBSD >= 4.99.23.

diffstat:

 net/coda/distinfo         |  4 ++--
 net/coda/patches/patch-ac |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (37 lines):

diff -r d140cb11bf70 -r b127c9c0ce8b net/coda/distinfo
--- a/net/coda/distinfo Sat Dec 01 13:56:42 2007 +0000
+++ b/net/coda/distinfo Sat Dec 01 14:07:30 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2007/11/30 23:55:39 rillig Exp $
+$NetBSD: distinfo,v 1.4 2007/12/01 14:07:30 rillig Exp $
 
 SHA1 (coda-6.9.2.tar.gz) = 47e71299d04dbb9e03f9f5a7101933679b1cb316
 RMD160 (coda-6.9.2.tar.gz) = 4cdf2ad53333359d39793147daee865b22b38993
 Size (coda-6.9.2.tar.gz) = 1650937 bytes
 SHA1 (patch-aa) = f9cb4a72a4ff72020ba52382481811fe71931ab2
 SHA1 (patch-ab) = 07675cfb2eb7ebe40609338368ca7df813a7d5dd
-SHA1 (patch-ac) = 26fe8979c87fd1ccbee03eaffa61f528deffae82
+SHA1 (patch-ac) = 3d3909f53cc2d1f0c1ee8144b11768b52c4bb32f
diff -r d140cb11bf70 -r b127c9c0ce8b net/coda/patches/patch-ac
--- a/net/coda/patches/patch-ac Sat Dec 01 13:56:42 2007 +0000
+++ b/net/coda/patches/patch-ac Sat Dec 01 14:07:30 2007 +0000
@@ -1,7 +1,7 @@
-$NetBSD: patch-ac,v 1.1 2007/11/30 23:55:39 rillig Exp $
+$NetBSD: patch-ac,v 1.2 2007/12/01 14:07:30 rillig Exp $
 
-Added experimental code to support mounting on NetBSD >= 4.99. The magic
-value of 256 is taken from coda_vfsops in coda_vfsops.c.
+Added experimental code to support mounting on NetBSD >= 4.99.23. The
+magic value of 256 is taken from coda_vfsops in coda_vfsops.c.
 
 --- coda-src/venus/worker.cc.orig      2007-08-01 18:32:29.000000000 +0000
 +++ coda-src/venus/worker.cc   2007-11-30 23:12:18.000000000 +0000
@@ -11,7 +11,7 @@
  #endif
 -                      
 +
-+#if defined(__NetBSD__) && defined(__NetBSD_Prereq__) && __NetBSD_Prereq__(4,99,0)
++#if defined(__NetBSD__) && defined(__NetBSD_Prereq__) && __NetBSD_Prereq__(4,99,23)
 +      if (error < 0)
 +          error = mount("coda", venusRoot, 0, kernDevice, 256);
 +      if (error < 0)



Home | Main Index | Thread Index | Old Index