Summary: | dns/unbound: MUNIN_PLUGIN should not be enabled unconditionally | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Garrett Wollman <wollman> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | jaap | ||||
Priority: | --- | Flags: | jaap:
maintainer-feedback+
|
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Garrett Wollman
2016-08-19 14:56:47 UTC
Ah, yes, that: @for i in ${MUNIN_PLUGIN_ALL}; do \ ${LN} -fs ${PREFIX}/share/munin/plugins/unbound_munin_ \ ${STAGEDIR}${PREFIX}/etc/munin/plugins/unbound_munin_$$i; \ done should be removed from the unbound port. The plugin is has the autoconf and suggest capabilities and these are enough for munin-node-configure --suggest to work. (In reply to Mathieu Arnold from comment #1) Ah yes this is likely a left over from an old version. These line can go. Do you want me to issue a full patch which revisions bump, shall we wait for the next release of unbound or do you make the change. Please advice. jaap (In reply to jaap from comment #2) I'd appreciate an update with PORTREVISION bump, unless a new release is coming out imminently. Otherwise I'll have to do it myself and then risk a collision if some other fix gets applied before the next release. Created attachment 174014 [details]
patch to new revision
There was no new release is coming out imminently. The patch also replaces USE_OPENSSL with USES=ssl A commit references this bug: Author: mat Date: Wed Aug 24 15:11:36 UTC 2016 New revision: 420799 URL: https://svnweb.freebsd.org/changeset/ports/420799 Log: Do not auto-enable unbound munin plugins when installing unbound. PR: 211999 Submitted by: maintainer Reported by: wollman Sponsored by: Absolight Changes: head/dns/unbound/Makefile head/dns/unbound/pkg-plist |