Created attachment 179468 [details] collectd ver 5.7.1 There is new version of collectd. I'm attaching a patch which updates port. This port was checked with poudriere - you can see log at http://uld.bsdserwis.com/pkg/data/10x64-testing/2017-01-30_22h19m34s/logs/collectd-5.7.1.log
Did you intentionally remove PKGNAMESUFFIX?
Created attachment 179565 [details] collectd ver 5.7.1 corrected Yes, you are right. I removed PKGNAMESUFFIX by mistake. I've made a new patch
Thanks. The patch to version-gen.sh no longer applies cleanly. It's a simple fix, so I can do it, but I'm not clear why it is required. Unless there is a .git directory the script always returns 5.7.1.git.
Well, I don't know :-))) As I became port maintainer it was done this way. So I don't change it - just patching to return current version.
Could you apply the patch at https://reviews.freebsd.org/D9444 to last version of the port in the tree? I've test thoroughly in poudriere, but it needs a runtime test.
A commit references this bug: Author: jrm Date: Thu Feb 9 00:44:43 UTC 2017 New revision: 433704 URL: https://svnweb.freebsd.org/changeset/ports/433704 Log: net-mgmt/collectd5: Update to version 5.7.1. Other Changes: - Remove unnecessary global BUILD_DEPENDS, LIB_DEPENDS and RUN_DEPENDS. - Redo patches to fix portlint warnings. - Fix linked library errors reported by poudriere. Remaining issue: - When the XMMS option is selected, xmms.so is linked to libraries in devel/glib12 and x11-toolkits/gtk12, but adding XMMS_USE=GNOME=glib12,gtk12 causes a build error. PR: 216670 Submitted by: ports@bsdserwis.com (maintainer) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9444 Changes: head/net-mgmt/collectd5/Makefile head/net-mgmt/collectd5/distinfo head/net-mgmt/collectd5/files/patch-src__daemon__collectd.h head/net-mgmt/collectd5/files/patch-src__dns.c head/net-mgmt/collectd5/files/patch-src__modbus.c head/net-mgmt/collectd5/files/patch-src_zfs__arc.c head/net-mgmt/collectd5/files/patch-version-gen.sh