Summary: | [PATCH] net-mgmt/nagios-plugins: Add options for bind912, etc. | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Craig Leres <leres> | ||||
Component: | Individual Port(s) | Assignee: | Mathieu Arnold <mat> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | Flags: | bugzilla:
maintainer-feedback?
(mat) |
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Craig Leres
![]() Created attachment 202527 [details]
patch
It occurs to me that another way to solve this would be to create a dns/bind master port (similar to www/py-django) and use it to pick the version of bind. Ports that want to use some ports version of bind (e.g. net-mgmt/nagios-plugins) could depend on dns/bind. Let me know if you'd like to see a patch that does this. Well, as www/py-django must not be depended upon (a bit like lang/python or lang/gcc), having a dns/bind9 port would not help a bit in this case. Thanks. Also, I ignored your patch as it would have used dig from ports even if the user had chosen to use base systems tools. (say if any bind port is already installed.) A commit references this bug: Author: mat Date: Tue Mar 12 16:11:15 UTC 2019 New revision: 495467 URL: https://svnweb.freebsd.org/changeset/ports/495467 Log: Add BIND9 9.12 and 9.14 as possible depends. PR: 236186 Reported by: leres Changes: head/net-mgmt/monitoring-plugins/Makefile head/net-mgmt/nagios-plugins/Makefile (In reply to Mathieu Arnold from comment #4) I meant to comment on this earlier; your fix (using BIND_VERS) is much slicker, thanks! |