summaryrefslogtreecommitdiff
path: root/sysutils/lsof
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2007-12-17 11:13:40 +0000
committertron <tron@pkgsrc.org>2007-12-17 11:13:40 +0000
commitcc024cdc5f88f7137e2c5bfbe9a188674137e1e8 (patch)
tree50b675ee816a8f9e667ba88b1ad4367a5d0b445a /sysutils/lsof
parentd4f24af293d96ce56e96f4708ef4e29ebe9101e9 (diff)
downloadpkgsrc-cc024cdc5f88f7137e2c5bfbe9a188674137e1e8.tar.gz
Fix build under NetBSD 4.0 and older.
Diffstat (limited to 'sysutils/lsof')
-rw-r--r--sysutils/lsof/distinfo4
-rw-r--r--sysutils/lsof/patches/patch-af4
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo
index e5c8a7a7258..1e435d7d32c 100644
--- a/sysutils/lsof/distinfo
+++ b/sysutils/lsof/distinfo
@@ -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-aa) = 051015025297ab131c30ceb62e926750c365d14a
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 --git a/sysutils/lsof/patches/patch-af b/sysutils/lsof/patches/patch-af
index 0db16409f47..03e653e7a69 100644
--- a/sysutils/lsof/patches/patch-af
+++ b/sysutils/lsof/patches/patch-af
@@ -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 @@ $NetBSD: patch-af,v 1.12 2007/11/21 21:01:40 apb Exp $
+#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 */