diff options
author | tron <tron@pkgsrc.org> | 2004-04-01 20:15:54 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2004-04-01 20:15:54 +0000 |
commit | 4dcb4bd4d14f16da09d19932bc447cc212b0210b (patch) | |
tree | 86923b09313465ac8aa2ef9089b726537fcb968d /sysutils/lsof | |
parent | 14297e0ce1fc0a08a40011b7e4195cba7fc5619f (diff) | |
download | pkgsrc-4dcb4bd4d14f16da09d19932bc447cc212b0210b.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/distinfo | 3 | ||||
-rw-r--r-- | sysutils/lsof/patches/patch-ab | 12 |
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" + ;; |