CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2016/12/03 04:44:41
Modified files:
sysutils/collectd: Makefile distinfo
sysutils/collectd/patches: patch-Makefile_in
patch-src_Makefile_in
patch-src_collectd_conf_in
patch-src_daemon_Makefile_in
patch-src_pf_c patch-src_processes_c
patch-src_swap_c patch-src_tcpconns_c
sysutils/collectd/pkg: PLIST-main
Added files:
sysutils/collectd/pkg: DESCR-riemann PLIST-riemann
Removed files:
sysutils/collectd/patches: patch-configure
patch-src_libcollectdclient_Makefile_in
Log message:
Update to collectd 5.6.2.
- put the write_riemann plugin in its own subpackage, depending on
riemann-c-client.
- disable protobuf-c detection/dependency, used by two plugins we dont
enable (pinba and grpc)
- fix some WANTLIB
- the processes and tcpconns plugin still seem to be busted, calling
kvm_openfiles with O_RDONLY|KVM_NO_FILES is apparently not enough.
Interestingly, swap plugin (using the same code) works ?
Based on a diff from Pavel Korovin for 5.6.1, thanks!