Created attachment 181745 [details] svn(1) diff of dns/opendnssec13 Hi, The AUDITOR option does a check for a proper grep(1) complete with GNU extensions. For the time being, use the more up to date version of GNU grep, textproc/gnugrep, rather than relying on GNU extensions in base grep. This was identified in a recent exp-run to test installing BSD grep as /usr/bin/grep and disable GNU grep compatibility in the process.
(In reply to Kyle Evans from comment #0) Note that the port is deprecated and is reaching EOL pretty soon. The newer versions of opendnssec don't have the auditor anymore. So one really should update. Other then that, no objections to the patch.
(In reply to jaap from comment #1) Hello! Thank you for your response and feedback. =) It probably is a good idea for this to get applied anyways, given how quarterlies work out and whatnot -- I'd rather not get you notified of breakage on a port that's supposed to be going away when the change does come.
(In reply to Kyle Evans from comment #2) Go ahead, apply the patch, no problem. It is likely good for the still active that as a side effect of this of this patch they get a notification this is EOL.
take
A commit references this bug: Author: ler Date: Wed Apr 26 01:30:01 UTC 2017 New revision: 439426 URL: https://svnweb.freebsd.org/changeset/ports/439426 Log: dns/opendnssec13: Pull in textproc/gnugrep for a proper grep(1) with GNU extensions PR: 218616 Submitted by: Kyle Evans <bsdports@kyle-evans.net> Approved by: <jaap@NLnetLabs.nl> (maintainer), adamw (mentor) Differential Revision: https://reviews.freebsd.org/D10503 Changes: head/dns/opendnssec13/Makefile
Commmitted, Thanks!