svn commit: r439447 - head/devel/quilt

Larry Rosenman ler at FreeBSD.org
Wed Apr 26 12:59:33 UTC 2017


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 at 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


More information about the svn-ports-head mailing list