svn commit: r475281 - branches/2018Q3/www/chromium
Carlos J. Puga Medina
cpm at FreeBSD.org
Tue Jul 24 23:17:10 UTC 2018
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 at 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
More information about the svn-ports-branches
mailing list