From owner-svn-ports-all@freebsd.org Wed Apr 26 01:30:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6281DD50B0F; Wed, 26 Apr 2017 01:30:02 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 34B26E9F; Wed, 26 Apr 2017 01:30:02 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3Q1U1Eu085957; Wed, 26 Apr 2017 01:30:01 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3Q1U1tN085956; Wed, 26 Apr 2017 01:30:01 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201704260130.v3Q1U1tN085956@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Wed, 26 Apr 2017 01:30:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439426 - head/dns/opendnssec13 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Apr 2017 01:30:02 -0000 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 Approved by: (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