Created attachment 205263 [details] collectd5: update to 5.9.0 There is new version of net-mgmt/collectd5. I'm attaching patch. Also I've checked this patch with poudriere. There is result from portlint: # portlint -a WARN: Makefile: [200]: possible direct use of command "perl" found. use ${PERL} instead. WARN: Makefile: [220]: possible direct use of command "python" found. use ${PYTHON_CMD} instead. WARN: Makefile: extra item placed in the USES/USE_x section, for example, "GNU_CONFIGURE". 0 fatal errors and 3 warnings found. Lines: 200 and 220 have arguments for configure so they cannot be changed to make variables. GNU_CONFIGURE is required (witout this setting collectd5 does not build). I can attach logfile from poudriere if it is needed.
A commit references this bug: Author: swills Date: Sun Jun 30 20:55:54 UTC 2019 New revision: 505492 URL: https://svnweb.freebsd.org/changeset/ports/505492 Log: net-mgmt/collectd5: update to 5.9.0 [1] While here, improve formatting PR: 238745 [1] Submitted by: Krzysztof <ports@bsdserwis.com> (maintainer) [1] Changes: head/net-mgmt/collectd5/Makefile head/net-mgmt/collectd5/distinfo head/net-mgmt/collectd5/files/patch-Makefile.am head/net-mgmt/collectd5/files/patch-src_daemon_collectd.h head/net-mgmt/collectd5/files/patch-src_libcollectdclient_network.c head/net-mgmt/collectd5/files/patch-src_network.c head/net-mgmt/collectd5/files/patch-src_zfs__arc.c head/net-mgmt/collectd5/files/patch-version-gen.sh
Committed, thanks!