Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jul 2018 23:17:09 +0000 (UTC)
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r475281 - branches/2018Q3/www/chromium
Message-ID:  <201807242317.w6ONH9th043004@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cpm
Date: Tue Jul 24 23:17:08 2018
New Revision: 475281
URL: https://svnweb.freebsd.org/changeset/ports/475281

Log:
  MFH: r475280
  
  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>
  
  Approved by:	ports-secteam (blanket)

Modified:
  branches/2018Q3/www/chromium/Makefile
Directory Properties:
  branches/2018Q3/   (props changed)

Modified: branches/2018Q3/www/chromium/Makefile
==============================================================================
--- branches/2018Q3/www/chromium/Makefile	Tue Jul 24 23:13:52 2018	(r475280)
+++ branches/2018Q3/www/chromium/Makefile	Tue Jul 24 23:17:08 2018	(r475281)
@@ -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?201807242317.w6ONH9th043004>