CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2014/09/25 14:10:13
Modified files:
sysutils/collectd: Makefile distinfo
sysutils/collectd/patches: patch-Makefile_in patch-configure
patch-src_Makefile_in
patch-src_tcpconns_c
sysutils/collectd/pkg: PLIST-main
Added files:
sysutils/collectd/patches: patch-src_collectd_c patch-src_dns_c
patch-src_libcollectdclient_Makefile_in
patch-src_plugin_h patch-src_users_c
sysutils/collectd/pkg: collectd.rc
Removed files:
sysutils/collectd/patches: patch-src_utils_db_query_c
patch-src_utils_db_query_h
sysutils/collectd/pkg: MESSAGE-main
Log message:
Long awaited update to collectd 5.4.1.
- remove useless MESSAGE, provide an rc script instead
- enable pf, target_v5upgrade, tail_csv and write_graphite plugins
- backport fixes from FreeBSD and NetBSD to build with newer libstatgrab
(upstream collectd github ticket #445)
- remove the check and inclusion of pcap-bpf.h, we dont have/need it
- users of the previous 4.x version should refer to
https://collectd.org/wiki/index.php/V4_to_v5_migration_guide for the
upgrade path.
tested on ppc & amd64.