Subject: CVS commit: pkgsrc/sysutils/whowatch
From: John Marino
Date: 2012-08-08 20:37:07
Message id: 20120808183707.C876C175DD@cvs.netbsd.org

Log Message:
sysutils/whowatch: Fix LP64 and DragonFly regression

1) The 4th argument of the sysctl function requires type size_t, not int,
   which matters for LP64.
2) DragonFly's kinfo structure changed dramatically a few years ago,
   breaking this package.  Repatched.
3) sysctl can return pid of -1 for pure kernel processes which must be
   skipped to avoid a segfault.

Files:
RevisionActionfile
1.15modifypkgsrc/sysutils/whowatch/Makefile
1.6modifypkgsrc/sysutils/whowatch/distinfo
1.2modifypkgsrc/sysutils/whowatch/patches/patch-ad
1.1addpkgsrc/sysutils/whowatch/patches/patch-proctree.c