svn commit: r439426 - head/dns/opendnssec13

Larry Rosenman ler at FreeBSD.org
Wed Apr 26 01:30:02 UTC 2017


Author: ler
Date: Wed Apr 26 01:30:01 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 at kyle-evans.net>
  Approved by:	<jaap at NLnetLabs.nl> (maintainer), adamw (mentor)
  Differential Revision:	https://reviews.freebsd.org/D10503

Modified:
  head/dns/opendnssec13/Makefile

Modified: head/dns/opendnssec13/Makefile
==============================================================================
--- head/dns/opendnssec13/Makefile	Wed Apr 26 01:01:28 2017	(r439425)
+++ head/dns/opendnssec13/Makefile	Wed Apr 26 01:30:01 2017	(r439426)
@@ -41,8 +41,10 @@ OPTIONS_DEFAULT=	AUDITOR
 OPTIONS_SUB=		yes
 
 AUDITOR_BUILD_DEPENDS=	rubygem-soap4r>=0:devel/rubygem-soap4r \
-			rubygem-dnsruby>=1.53:dns/rubygem-dnsruby
+			rubygem-dnsruby>=1.53:dns/rubygem-dnsruby \
+			${LOCALBASE}/bin/grep:textproc/gnugrep
 AUDITOR_CONFIGURE_ENABLE=	auditor
+AUDITOR_CONFIGURE_ENV=	ac_cv_path_GREP=${LOCALBASE}/bin/grep
 AUDITOR_USE=		RUBY=yes
 MYSQL_BUILD_DEPENDS_OFF=sqlite3>=3.3.9:databases/sqlite3
 MYSQL_CONFIGURE_OFF=	--with-sqlite3=${LOCALBASE} --with-database-backend=sqlite3


More information about the svn-ports-head mailing list