diff options
author | tron <tron@pkgsrc.org> | 2005-11-09 08:06:32 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2005-11-09 08:06:32 +0000 |
commit | 251b2f8ac7a6102481257ac5549ce60e0a0ef09b (patch) | |
tree | fd67ca6f6fd4eeacace21410a3a44e1886f13d3e /sysutils/lsof | |
parent | c2ee2adea8528ce7be4131c424c5807f321cd9e0 (diff) | |
download | pkgsrc-251b2f8ac7a6102481257ac5549ce60e0a0ef09b.tar.gz |
Fix build problem under NetBSD 3.99.11 as suggested by Andrew Brown
in private e-mail.
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/distinfo | 3 | ||||
-rw-r--r-- | sysutils/lsof/patches/patch-ac | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index 9fa08acbae2..0735dd44337 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.59 2005/09/15 02:45:13 atatat Exp $ +$NetBSD: distinfo,v 1.60 2005/11/09 08:06:32 tron Exp $ SHA1 (lsof_4.76.tar.bz2) = 75e1b81d8498a0dbe818e952ebada985c08ab2db RMD160 (lsof_4.76.tar.bz2) = deee519e0f43349252951495c53ef6c2b57a7f59 Size (lsof_4.76.tar.bz2) = 704578 bytes SHA1 (patch-aa) = 332eb1ac95d86023dde66d1b99b9335c8f54b81f SHA1 (patch-ab) = 1501d8b0e6fd2c61949ba0d447c7b726655725c4 +SHA1 (patch-ac) = 2fd3810d79e2e534a06eef446562e9e3a95b2ffe diff --git a/sysutils/lsof/patches/patch-ac b/sysutils/lsof/patches/patch-ac new file mode 100644 index 00000000000..3a9544b57de --- /dev/null +++ b/sysutils/lsof/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.27 2005/11/09 08:06:32 tron Exp $ + +--- dialects/n+obsd/dlsof.h.orig 2005-08-08 20:53:27.000000000 +0100 ++++ dialects/n+obsd/dlsof.h 2005-11-09 08:04:05.000000000 +0000 +@@ -69,7 +69,7 @@ + # endif /* (defined(OPENBSDV) && OPENBSDV>=3030) + || (defined(NETBSDV) && __NetBSD_Version__>=106060000) */ + +-# if defined(NETBSDV) ++# if defined(NETBSDV) && __NetBSD_Version__<399001100 + #include <sys/buf.h> + # endif /* defined(NETBSDV) */ + |