svn commit: r436019 - head/devel/quilt

Baptiste Daroussin bapt at FreeBSD.org
Sun Mar 12 19:43:10 UTC 2017


Author: bapt
Date: Sun Mar 12 19:43:09 2017
New Revision: 436019
URL: https://svnweb.freebsd.org/changeset/ports/436019

Log:
  Enforce using GNU diff with quilt which has an explicit search for GNU
  
  Reported by:	antoine

Modified:
  head/devel/quilt/Makefile

Modified: head/devel/quilt/Makefile
==============================================================================
--- head/devel/quilt/Makefile	Sun Mar 12 19:42:20 2017	(r436018)
+++ head/devel/quilt/Makefile	Sun Mar 12 19:43:09 2017	(r436019)
@@ -3,6 +3,7 @@
 
 PORTNAME=	quilt
 PORTVERSION=	0.65
+PORTSREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	SAVANNAH
 
@@ -15,6 +16,7 @@ BUILD_DEPENDS=	bash:shells/bash \
 		gcp:sysutils/coreutils \
 		gsed:textproc/gsed \
 		gpatch:devel/patch \
+		gdiff:textproc/diffutils \
 		diffstat:textproc/diffstat \
 		gawk:lang/gawk
 RUN_DEPENDS:=	${BUILD_DEPENDS} \
@@ -30,7 +32,8 @@ RPMBUILD_DESC=	rpmbuild support
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-sed=${LOCALBASE}/bin/gsed \
 		--without-getopt \
-		--with-patch=${LOCALBASE}/bin/gpatch
+		--with-patch=${LOCALBASE}/bin/gpatch \
+		--with-diff=${LOCALBASE}/bin/gdiff
 
 PORTDOCS=	README README.MAIL quilt.pdf
 


More information about the svn-ports-all mailing list