pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/lsof Fix build under NetBSD 4.0 and older.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb17caf0b942
branches:  trunk
changeset: 536560:cb17caf0b942
user:      tron <tron%pkgsrc.org@localhost>
date:      Mon Dec 17 11:13:40 2007 +0000

description:
Fix build under NetBSD 4.0 and older.

diffstat:

 sysutils/lsof/distinfo         |  4 ++--
 sysutils/lsof/patches/patch-af |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r fe3fd667b51b -r cb17caf0b942 sysutils/lsof/distinfo
--- a/sysutils/lsof/distinfo    Mon Dec 17 10:33:56 2007 +0000
+++ b/sysutils/lsof/distinfo    Mon Dec 17 11:13:40 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.71 2007/11/21 21:01:40 apb Exp $
+$NetBSD: distinfo,v 1.72 2007/12/17 11:13:40 tron Exp $
 
 SHA1 (lsof_4.78.tar.bz2) = 0379fc9f38a931ce19e8386e662314d96fc2a099
 RMD160 (lsof_4.78.tar.bz2) = 50d71e500f1109cda717b73ce209c0e100a6dbe9
@@ -7,5 +7,5 @@
 SHA1 (patch-ab) = 1501d8b0e6fd2c61949ba0d447c7b726655725c4
 SHA1 (patch-ad) = 3c0444a3a22520abdce4584c3fe07334662cea15
 SHA1 (patch-ae) = 1d8c1c3baf9575631c23d3ced7b12fab1df95cd6
-SHA1 (patch-af) = a4778b1cf401b2a0143d78fd3d2b3a2f31ff9162
+SHA1 (patch-af) = 7481b1d10b12b7c6216858db30b25a3b985e4d3d
 SHA1 (patch-ag) = b992cc4a80563f143e72fe3f27557a460af38121
diff -r fe3fd667b51b -r cb17caf0b942 sysutils/lsof/patches/patch-af
--- a/sysutils/lsof/patches/patch-af    Mon Dec 17 10:33:56 2007 +0000
+++ b/sysutils/lsof/patches/patch-af    Mon Dec 17 11:13:40 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-af,v 1.12 2007/11/21 21:01:40 apb Exp $
+$NetBSD: patch-af,v 1.13 2007/12/17 11:13:41 tron Exp $
 
 --- dialects/n+obsd/dlsof.h.orig       2006-03-28 23:54:15.000000000 +0200
 +++ dialects/n+obsd/dlsof.h
@@ -50,7 +50,7 @@
 +#define NCACHE_VROOT    VV_ROOT
 +#else
 +#define VNODE_VFLAG     v_flag
-+#define NCACHE_VROOT    V_ROOT
++#define NCACHE_VROOT    VROOT
 +#endif  /* VV_ROOT */
 +
  #endif        /* NETBSD_LSOF_H */



Home | Main Index | Thread Index | Old Index