summaryrefslogtreecommitdiff
path: root/sysutils/lsof
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2004-04-01 20:15:54 +0000
committertron <tron@pkgsrc.org>2004-04-01 20:15:54 +0000
commit7e5677fefe0be92907c150103106fc8dcadae62a (patch)
tree86923b09313465ac8aa2ef9089b726537fcb968d /sysutils/lsof
parentbb7cd7b85b7f8fac914d12940aa0075b97f3a0bd (diff)
downloadpkgsrc-7e5677fefe0be92907c150103106fc8dcadae62a.tar.gz
Use configuration for NetBSD 1.6* under 2.0* to fix build under
NetBSD 2.0 and newer.
Diffstat (limited to 'sysutils/lsof')
-rw-r--r--sysutils/lsof/distinfo3
-rw-r--r--sysutils/lsof/patches/patch-ab12
2 files changed, 14 insertions, 1 deletions
diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo
index 730d939f144..ae1134bf754 100644
--- a/sysutils/lsof/distinfo
+++ b/sysutils/lsof/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.38 2004/03/12 14:31:37 atatat Exp $
+$NetBSD: distinfo,v 1.39 2004/04/01 20:15:54 tron Exp $
SHA1 (lsof_4.71.tar.bz2) = 20f63f6122f5a9a55cf3396e32d33ed4325271ba
Size (lsof_4.71.tar.bz2) = 701281 bytes
SHA1 (patch-aa) = 36790019394b4088c226222d4aefaec50430bcf3
+SHA1 (patch-ab) = f71f0ccc5617b83d9bfb5bfe3aabae448af15314
diff --git a/sysutils/lsof/patches/patch-ab b/sysutils/lsof/patches/patch-ab
new file mode 100644
index 00000000000..e5ea0fd70d9
--- /dev/null
+++ b/sysutils/lsof/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.27 2004/04/01 20:15:54 tron Exp $
+
+--- Configure.orig 2004-03-11 00:41:04.000000000 +0100
++++ Configure 2004-04-01 22:12:30.000000000 +0200
+@@ -2210,6 +2210,6 @@
+ LSOF_VERS="1050"
+ ;;
+- 1.6*)
++ 1.6*|2.0*)
+ LSOF_TSTBIGF=" "
+ LSOF_VERS="1060"
+ ;;