Bug 238745 - [MAINTAINER] net-mgmt/collectd5: update to 5.9.0
Summary: [MAINTAINER] net-mgmt/collectd5: update to 5.9.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-21 12:10 UTC by Krzysztof
Modified: 2019-06-30 20:58 UTC (History)
0 users

See Also:


Attachments
collectd5: update to 5.9.0 (6.75 KB, patch)
2019-06-21 12:10 UTC, Krzysztof
ports: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Krzysztof 2019-06-21 12:10:06 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-06-30 20:56:02 UTC
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
Comment 2 Steve Wills freebsd_committer freebsd_triage 2019-06-30 20:58:35 UTC
Committed, thanks!