summaryrefslogtreecommitdiff
path: root/sysutils/collectd/patches/patch-src_df.c
AgeCommit message (Collapse)AuthorFilesLines
2016-12-07Update sysutils/collectd to 5.6.2.fhajny1-5/+5
Most of the NetBSD specific patches were re-applied due to code syntax changes. Upstream changes in 5.6.2: - collectd: A compile error on AIX has been fixed: "MSG_DONTWAIT" is not available on AIX. - collectd: The capability checking has been rewritten to be more portable. - collectd.conf(5): Various typos have been fixed. - collectd-tg: Incorrect usage of "nanosleep()" has been fixed which caused the tool to sleep (almost) indefinitely. - Build system: Detection of the Java environment has been made deterministic to allow for reproducible builds. - Build system: Detection of the Lua headers has been improved. - APC UPS plugin: Unavailable metrics are now skipped instead of reported as 0 (zero). - Modbus plugin: Build issues on FreeBSD have been fixed. - OpenVPN plugin: Gracefully handle empty configurations. - PowerDNS plugin: The "recursor command" has been fixed so PowerDNS can correctly parse all requested fields. - Write Graphite and AMQP plugins: A bug that could lead to a missing null-termination has been fixed. - Write HTTP plugin: A logic error when checking the correctness of the data set has been fixed. - Write Kafka plugin: The "Key Random" config option has been fixed. - Write Kafka plugin: Support for librdkafka 0.9.0 has been added. - Write Riemann plugin: Build issues on Solaris have been fixed. - ZFS ARC plugin: A duplicate metric has been removed.
2015-08-18Fix typo preventing build on NetBSD > 6.99.19.he1-2/+2
2015-08-18Another round of update to collectd:he1-4/+8
* Add support for the "irq" plugin on NetBSD. * Declare BUILD_DEFS+= VARBASE to silence pkglint. * Tweak Makefile.am instead; commit regenerated Makefile.in with automake. * Adjust the patch for the df plugin so it builds both in newer (> 6.99.19) and older NetBSD (e.g. 6.1.5) * Adjust the entropy plugin to use <paths.h> and _PATH_URANDOM to silence pkglint. PKGREVISION bumped to 5.
2015-08-16One more build fix for more modern NetBSD than netbsd-6...he1-2/+3
2014-02-17Import collectd-5.4.1 as sysutils/collectd (+ plugins), based on wip/collectd5.fhajny1-0/+16
collectd is a daemon which collects system performance statistics periodically and provides mechanisms to store the values in a variety of ways, for example in RRD-files.