summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoratatat <atatat>2002-08-19 22:52:24 +0000
committeratatat <atatat>2002-08-19 22:52:24 +0000
commit8ca51e197d519d2eaedc0758729571fc4ddedb7d (patch)
tree5f8d916734420f2538794269a8da607882e5f429
parent88ecf057414e851d20012ad916ab89550f5476a2 (diff)
downloadpkgsrc-8ca51e197d519d2eaedc0758729571fc4ddedb7d.tar.gz
Make lsof 4.64 build under 1.5 again. Once 4.65 comes out, this patch
can be removed.
-rw-r--r--sysutils/lsof/distinfo3
-rw-r--r--sysutils/lsof/patches/patch-ab18
2 files changed, 20 insertions, 1 deletions
diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo
index 7f9bdc5a76b..5e5d38ba88c 100644
--- a/sysutils/lsof/distinfo
+++ b/sysutils/lsof/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.16 2002/06/26 20:11:29 atatat Exp $
+$NetBSD: distinfo,v 1.17 2002/08/19 22:52:24 atatat Exp $
SHA1 (lsof_4.64.tar.gz) = eacd1d259d136b27f284928574529da0e35fe6b9
Size (lsof_4.64.tar.gz) = 942463 bytes
SHA1 (patch-aa) = 1946122860ad68f1c5e07f6ae82a147eb51e01c5
+SHA1 (patch-ab) = c2dd4962c1beffccc54fd13ef4a41bfd4dc608b7
diff --git a/sysutils/lsof/patches/patch-ab b/sysutils/lsof/patches/patch-ab
new file mode 100644
index 00000000000..4cb1043813c
--- /dev/null
+++ b/sysutils/lsof/patches/patch-ab
@@ -0,0 +1,18 @@
+$NetBSD: patch-ab,v 1.12 2002/08/19 22:52:25 atatat Exp $
+
+Make 4.64 build under 1.5.
+
+--- dialects/n+obsd/dlsof.h.orig Mon Jun 17 03:44:15 2002
++++ dialects/n+obsd/dlsof.h Wed Aug 14 18:47:38 2002
+@@ -209,9 +209,9 @@
+
+ # if defined(HASNULLFS)
+ #define _KERNEL
+-# if defined(NETBSDV) && NETBSDV>=1060
++# if defined(NETBSDV) && NETBSDV>=1050
+ #include "netexport.h"
+-# endif /* defined(NETBSDV) && NETBSDV>=1060 */
++# endif /* defined(NETBSDV) && NETBSDV>=1050 */
+ #include <miscfs/nullfs/null.h>
+ #undef _KERNEL
+ # endif /* defined(HASNULLFS) */