pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/xymonclient



Module Name:    pkgsrc
Committed By:   marino
Date:           Mon Aug 13 17:28:25 UTC 2012

Modified Files:
        pkgsrc/net/xymonclient: Makefile distinfo
Added Files:
        pkgsrc/net/xymonclient/patches: patch-lib_sha2.c

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.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/xymonclient/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/xymonclient/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/net/xymonclient/patches/patch-lib_sha2.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