Subject: CVS commit: pkgsrc/net/xymon
From: John Marino
Date: 2012-08-13 20:47:41
Message id: 20120813184741.40ACA175DD@cvs.netbsd.org

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

* Add Makefile.DragonFly
* 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__.

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