pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/whowatch



Module Name:    pkgsrc
Committed By:   marino
Date:           Wed Aug  8 18:37:07 UTC 2012

Modified Files:
        pkgsrc/sysutils/whowatch: Makefile distinfo
        pkgsrc/sysutils/whowatch/patches: patch-ad
Added Files:
        pkgsrc/sysutils/whowatch/patches: patch-proctree.c

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.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/sysutils/whowatch/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/whowatch/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/whowatch/patches/patch-ad
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/whowatch/patches/patch-proctree.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index