Date: Wed, 26 Apr 2017 12:59:32 +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: r439447 - head/devel/quilt Message-ID: <201704261259.v3QCxWvw067707@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsdports@kyle-evans.net> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704261259.v3QCxWvw067707>