Subject: CVS commit: pkgsrc/net/xymonclient
From: John Marino
Date: 2012-08-13 19:28:25
Message id: 20120813172825.AB578175DD@cvs.netbsd.org

Log Message:
net/xymonclient: Add DragonFly support / fix FreeBSD

* Add Makefile.DragonFly
* Add xymonclient-dragonfly.sh
* Fix sha2.c #include <stdint.h>.

On last, nothing sets HAVE_STDINT_H and passing -DHAVE_STDINT_H through
cflags fails.  Just switch it based on __FreeBSD__ and __DragonFly__.
There is a placeholder for dragonfly-meminfo.  It's possible that
freebsd-meminfo.c can be used without modification, but it needs
verification before building it.

Files:
RevisionActionfile
1.14modifypkgsrc/net/xymonclient/Makefile
1.9modifypkgsrc/net/xymonclient/distinfo
1.1addpkgsrc/net/xymonclient/patches/patch-lib_sha2.c