Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Apr 2017 01:30:01 +0000 (UTC)
From:      Larry Rosenman <ler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r439426 - head/dns/opendnssec13
Message-ID:  <201704260130.v3Q1U1tN085956@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@kyle-evans.net>
  Approved by:	<jaap@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704260130.v3Q1U1tN085956>