Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Mar 2017 19:43:09 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r436019 - head/devel/quilt
Message-ID:  <201703121943.v2CJh9jF023467@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703121943.v2CJh9jF023467>