diff options
author | tron <tron@pkgsrc.org> | 2006-08-01 12:24:12 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-08-01 12:24:12 +0000 |
commit | a0cb7d841920f0f36a20e9652cb1e4b06cdc8fba (patch) | |
tree | 30dc0c37f8e59c263eb36b795a26f86472c96cf8 | |
parent | 5fb887e6d17f02b3192103cc8b8a9a65cee876f3 (diff) | |
download | pkgsrc-a0cb7d841920f0f36a20e9652cb1e4b06cdc8fba.tar.gz |
Make this build under NetBSD 3.99.24 and newer.
-rw-r--r-- | sysutils/lsof/distinfo | 3 | ||||
-rw-r--r-- | sysutils/lsof/patches/patch-ae | 16 |
2 files changed, 18 insertions, 1 deletions
diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index 2764856fb63..013c2ce687e 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.61 2006/06/04 21:00:51 christos Exp $ +$NetBSD: distinfo,v 1.62 2006/08/01 12:24:12 tron Exp $ SHA1 (lsof_4.76.tar.bz2) = 75e1b81d8498a0dbe818e952ebada985c08ab2db RMD160 (lsof_4.76.tar.bz2) = deee519e0f43349252951495c53ef6c2b57a7f59 @@ -7,3 +7,4 @@ SHA1 (patch-aa) = 332eb1ac95d86023dde66d1b99b9335c8f54b81f SHA1 (patch-ab) = 1501d8b0e6fd2c61949ba0d447c7b726655725c4 SHA1 (patch-ac) = 2fd3810d79e2e534a06eef446562e9e3a95b2ffe SHA1 (patch-ad) = e543d447ea3946f0f7b856e20420cda89e31d14b +SHA1 (patch-ae) = e9a496966e39d54d496bcd2f25f9dd87c314f8bf diff --git a/sysutils/lsof/patches/patch-ae b/sysutils/lsof/patches/patch-ae new file mode 100644 index 00000000000..ef3fe3bf7bf --- /dev/null +++ b/sysutils/lsof/patches/patch-ae @@ -0,0 +1,16 @@ +$NetBSD: patch-ae,v 1.9 2006/08/01 12:24:12 tron Exp $ + +--- dialects/n+obsd/dmnt.c.orig 2005-08-08 20:53:31.000000000 +0100 ++++ dialects/n+obsd/dmnt.c 2006-08-01 13:20:30.000000000 +0100 +@@ -45,6 +45,11 @@ + #include <sys/statvfs.h> + #endif /* defined(NETBSDV) && defined(HASSTATVFS) */ + ++#if defined(NETBSDV) ++#include <sys/types.h> ++#include <sys/mount.h> ++#endif ++ + #include "lsof.h" + + |