svn commit: r475280 - head/www/chromium

Carlos J. Puga Medina cpm at FreeBSD.org
Tue Jul 24 23:13:54 UTC 2018


Author: cpm
Date: Tue Jul 24 23:13:52 2018
New Revision: 475280
URL: https://svnweb.freebsd.org/changeset/ports/475280

Log:
  Put the git dependency in the right place. Now chromedriver needs git dependency at build time.
  
  Don't bump PORTREVISION because DRIVER option is enabled by default and does not affect to the generated package.
  
  Reported by:	Claude Buisson <clbuisson at orange.fr>
  MFH:		2018Q3 (blanket)

Modified:
  head/www/chromium/Makefile

Modified: head/www/chromium/Makefile
==============================================================================
--- head/www/chromium/Makefile	Tue Jul 24 22:13:20 2018	(r475279)
+++ head/www/chromium/Makefile	Tue Jul 24 23:13:52 2018	(r475280)
@@ -18,8 +18,7 @@ BUILD_DEPENDS=	bash:shells/bash \
 		${PYTHON_PKGNAMEPREFIX}ply>0:devel/py-ply@${PY_FLAVOR} \
 
 .if !defined(GN_ONLY)
-BUILD_DEPENDS+=	git:devel/git \
-		gperf:devel/gperf \
+BUILD_DEPENDS+=	gperf:devel/gperf \
 		yasm:devel/yasm \
 		ffmpeg>=3.2.2,1:multimedia/ffmpeg \
 		flock:sysutils/flock \
@@ -176,6 +175,7 @@ DEBUG_VARS_OFF=		BUILDTYPE=Release \
 			GN_ARGS+=remove_webcore_debug_symbols=true \
 			WANTSPACE="a fair amount of free disk space (~ 5.8GB)"
 
+DRIVER_BUILD_DEPENDS=	git:devel/git
 DRIVER_MAKE_ARGS=	chromedriver
 
 KERBEROS_VARS=		GN_ARGS+=use_kerberos=true


More information about the svn-ports-all mailing list