From owner-svn-ports-all@freebsd.org Wed Apr 26 12:59:33 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 5E529D4FA6B; Wed, 26 Apr 2017 12:59:33 +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 2DF21169E; Wed, 26 Apr 2017 12:59:33 +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 v3QCxWXR067709; Wed, 26 Apr 2017 12:59:32 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3QCxWvw067707; Wed, 26 Apr 2017 12:59:32 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201704261259.v3QCxWvw067707@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 12:59:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439447 - head/devel/quilt 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 12:59:33 -0000 Author: ler Date: Wed Apr 26 12:59:31 2017 New Revision: 439447 URL: https://svnweb.freebsd.org/changeset/ports/439447 Log: devel/quilt: Bring in textproc/gnugrep for a proper grep(1) with GNU extensions PR: 218617 Submitted by: Kyle Evans Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D10504 Modified: head/devel/quilt/Makefile head/devel/quilt/pkg-plist Modified: head/devel/quilt/Makefile ============================================================================== --- head/devel/quilt/Makefile Wed Apr 26 12:41:19 2017 (r439446) +++ head/devel/quilt/Makefile Wed Apr 26 12:59:31 2017 (r439447) @@ -18,7 +18,8 @@ BUILD_DEPENDS= bash:shells/bash \ gpatch:devel/patch \ gdiff:textproc/diffutils \ diffstat:textproc/diffstat \ - gawk:lang/gawk + gawk:lang/gawk \ + ${LOCALBASE}/bin/grep:textproc/gnugrep RUN_DEPENDS:= ${BUILD_DEPENDS} \ formail:mail/procmail @@ -33,7 +34,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-sed=${LOCALBASE}/bin/gsed \ --without-getopt \ --with-patch=${LOCALBASE}/bin/gpatch \ - --with-diff=${LOCALBASE}/bin/gdiff + --with-diff=${LOCALBASE}/bin/gdiff \ + --with-grep=${LOCALBASE}/bin/grep PORTDOCS= README README.MAIL quilt.pdf Modified: head/devel/quilt/pkg-plist ============================================================================== --- head/devel/quilt/pkg-plist Wed Apr 26 12:41:19 2017 (r439446) +++ head/devel/quilt/pkg-plist Wed Apr 26 12:59:31 2017 (r439447) @@ -51,6 +51,7 @@ share/emacs/site-lisp/quilt.el %%DATADIR%%/compat/date %%DATADIR%%/compat/diff %%DATADIR%%/compat/getopt +%%DATADIR%%/compat/grep %%DATADIR%%/compat/md5sum %%DATADIR%%/compat/patch %%DATADIR%%/compat/sed