Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jul 2018 23:13:53 +0000 (UTC)
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475280 - head/www/chromium
Message-ID:  <201807242313.w6ONDrgW042663@repo.freebsd.org>

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



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