Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Aug 2015 09:45:45 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r395025 - branches/2015Q3/www/chromium
Message-ID:  <201508220945.t7M9jjiq008556@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sat Aug 22 09:45:44 2015
New Revision: 395025
URL: https://svnweb.freebsd.org/changeset/ports/395025

Log:
  MFH: r395024
  
  Move definitions of MAKE_ARGS up to ensure that chromedriver is built when
  requested [1]
  
  While here sort USES
  
  PR:		202560 [1]
  Submitted by:	Carlos J Puga Medina [1]
  Approved by:	ports-secteam (delphij)

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

Modified: branches/2015Q3/www/chromium/Makefile
==============================================================================
--- branches/2015Q3/www/chromium/Makefile	Sat Aug 22 09:29:14 2015	(r395024)
+++ branches/2015Q3/www/chromium/Makefile	Sat Aug 22 09:45:44 2015	(r395025)
@@ -55,13 +55,14 @@ RUN_DEPENDS=	${LOCALBASE}/lib/alsa-lib/l
 		xdg-open:${PORTSDIR}/devel/xdg-utils
 
 ONLY_FOR_ARCHS=	i386 amd64
-USES=		bison compiler:c++11-lib cpe desktop-file-utils jpeg pkgconfig \
-		perl5 shebangfix ninja tar:xz python:2,build execinfo
+USES=		bison compiler:c++11-lib cpe desktop-file-utils execinfo jpeg \
+		ninja perl5 pkgconfig python:2,build shebangfix tar:xz
 CPE_VENDOR=	google
 CPE_PRODUCT=	chrome
 USE_PERL5=	build
 USE_XORG=	scrnsaverproto x11 xproto xscrnsaver xtst
 USE_GNOME=	atk glib20 gtk20 dconf libxslt
+MAKE_ARGS=	-C out/${BUILDTYPE}
 SHEBANG_FILES=	chrome/tools/build/linux/chrome-wrapper
 ALL_TARGET=	chrome
 INSTALLS_ICONS=	yes
@@ -137,7 +138,7 @@ OPTIONS_SUB=	yes
 
 GCONF_USE=	GNOME=gconf2
 PULSEAUDIO_LIB_DEPENDS=	libpulse.so:${PORTSDIR}/audio/pulseaudio
-
+DRIVER_MAKE_ARGS=chromedriver
 TEST_DISTFILES=	${PORTNAME}-${DISTVERSION}-testdata${EXTRACT_SUFX}
 
 BROKEN_FreeBSD_8=	Does not compile, missing locale
@@ -196,8 +197,6 @@ CONFIGURE_ENV+=	CC="${CC}" \
 		GYP_DEFINES="${GYP_DEFINES}"
 MAKE_ENV+=	BUILDTYPE=${BUILDTYPE} \
 		GPERF="${LOCALBASE}/bin/gperf"
-MAKE_ARGS=	-C out/${BUILDTYPE}
-DRIVER_MAKE_ARGS=chromedriver
 
 .include <bsd.port.pre.mk>
 



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