pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/arla Add glue to make arla compile on NetBSD 3.99....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d4aee0bd4c52
branches:  trunk
changeset: 492159:d4aee0bd4c52
user:      agc <agc%pkgsrc.org@localhost>
date:      Tue Apr 05 15:00:10 2005 +0000

description:
Add glue to make arla compile on NetBSD 3.99.3, aka -current

diffstat:

 net/arla/distinfo         |   3 ++-
 net/arla/patches/patch-bl |  22 ++++++++++++++++++++++
 2 files changed, 24 insertions(+), 1 deletions(-)

diffs (40 lines):

diff -r 20a8b8bcab22 -r d4aee0bd4c52 net/arla/distinfo
--- a/net/arla/distinfo Tue Apr 05 14:57:32 2005 +0000
+++ b/net/arla/distinfo Tue Apr 05 15:00:10 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2005/03/26 16:50:59 wennmach Exp $
+$NetBSD: distinfo,v 1.16 2005/04/05 15:00:10 agc Exp $
 
 SHA1 (arla-0.38.tar.gz) = f0e46d4ebf37c137c7a4ba98f6bdc66e7617fd0f
 RMD160 (arla-0.38.tar.gz) = 9af0c70f6233ab7aa8d6eddfd30583b788a8aaa1
@@ -40,3 +40,4 @@
 SHA1 (patch-bi) = 2e8201964c64b128025a752ee7354f0cc8305b1b
 SHA1 (patch-bj) = 7d0f6bf02d4f635f5862363581930e43ed3811a8
 SHA1 (patch-bk) = 78720a513c6fea420cb91b6fa3e515467347441a
+SHA1 (patch-bl) = d886b25ac1e6b7af4dd52bb055083a0bc6c36177
diff -r 20a8b8bcab22 -r d4aee0bd4c52 net/arla/patches/patch-bl
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/arla/patches/patch-bl Tue Apr 05 15:00:10 2005 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-bl,v 1.4 2005/04/05 15:00:10 agc Exp $
+
+--- nnpfs/bsd/nnpfs_vfsops-netbsd.c    2005/04/05 12:43:51     1.1
++++ nnpfs/bsd/nnpfs_vfsops-netbsd.c    2005/04/05 13:03:41
+@@ -170,7 +168,7 @@
+     nnpfs_unmount,
+     nnpfs_root,
+     (void *)nnpfs_quotactl,
+-    nnpfs_statfs,
++    (void *)nnpfs_statfs,
+     nnpfs_sync,
+     nnpfs_vget,
+     nnpfs_fhtovp,
+@@ -191,7 +189,7 @@
+     nnpfs_snapshot,
+ #endif
+ #ifdef HAVE_STRUCT_VFSOPS_VFS_OPV_DESCS
+-    nnpfs_vnodeopv_descs
++    (void *)nnpfs_vnodeopv_descs
+ #endif
+ };
+ 



Home | Main Index | Thread Index | Old Index