Summary: | net-mgmt/observium: fix with rrdtool 1.5+ | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Mathieu Arnold <mat> | ||||||
Component: | Individual Port(s) | Assignee: | Niclas Zeising <zeising> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | dirkx, zeising | ||||||
Priority: | --- | Flags: | dirkx:
maintainer-feedback+
|
||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
URL: | http://comments.gmane.org/gmane.network.observium.general/10286 | ||||||||
Attachments: |
|
Created attachment 166814 [details]
further minor cleanups
Above patch and a few portlint inspired further cleanups. Removed obsolete tests; added one extra dependency found.
Mathieu -- Thanks - that fixes it indeed! Grab A commit references this bug: Author: zeising Date: Tue Feb 9 22:27:54 UTC 2016 New revision: 408601 URL: https://svnweb.freebsd.org/changeset/ports/408601 Log: Fix when using rrdtool 1.5+ Pet portlint, add missing dependency. PR: 207057 Submitted by: Mathieu Arnold Approved by: maintainer Changes: head/net-mgmt/observium/Makefile head/net-mgmt/observium/files/patch-html_includes_graphs_generic__multi__bits__separated.inc.php head/net-mgmt/observium/files/pkg-message.in |
Created attachment 166799 [details] patch Some aggregated graphs rrd commands get created a way rrdtool 1.5 does not like. The attached patch fixes it. The issue is similar with the one described in the URL field.