pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/lsof Make this build under NetBSD 3.99.24 and...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3cb98d37150f
branches:  trunk
changeset: 516935:3cb98d37150f
user:      tron <tron%pkgsrc.org@localhost>
date:      Tue Aug 01 12:24:12 2006 +0000

description:
Make this build under NetBSD 3.99.24 and newer.

diffstat:

 sysutils/lsof/distinfo         |   3 ++-
 sysutils/lsof/patches/patch-ae |  16 ++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r 7b4d21c4bab7 -r 3cb98d37150f sysutils/lsof/distinfo
--- a/sysutils/lsof/distinfo    Tue Aug 01 10:28:37 2006 +0000
+++ b/sysutils/lsof/distinfo    Tue Aug 01 12:24:12 2006 +0000
@@ -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-ab) = 1501d8b0e6fd2c61949ba0d447c7b726655725c4
 SHA1 (patch-ac) = 2fd3810d79e2e534a06eef446562e9e3a95b2ffe
 SHA1 (patch-ad) = e543d447ea3946f0f7b856e20420cda89e31d14b
+SHA1 (patch-ae) = e9a496966e39d54d496bcd2f25f9dd87c314f8bf
diff -r 7b4d21c4bab7 -r 3cb98d37150f sysutils/lsof/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/lsof/patches/patch-ae    Tue Aug 01 12:24:12 2006 +0000
@@ -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"
+ 
+ 



Home | Main Index | Thread Index | Old Index