Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 May 2014 15:30:00 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        chromium@FreeBSD.org
Subject:   Re: ports/187702: commit references a PR
Message-ID:  <201405141530.s4EFU0tY014299@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/187702; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/187702: commit references a PR
Date: Wed, 14 May 2014 15:26:40 +0000 (UTC)

 Author: rene
 Date: Wed May 14 15:26:36 2014
 New Revision: 354066
 URL: http://svnweb.freebsd.org/changeset/ports/354066
 QAT: https://qat.redports.org/buildarchive/r354066/
 
 Log:
   MFH: r352994
   
   Fix quoting of environment variables.
   
   PR:		ports/187702
   Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de>
   
   Approved by:	portmgr (erwin)
 
 Modified:
   branches/2014Q2/www/chromium/Makefile
 Directory Properties:
   branches/2014Q2/   (props changed)
 
 Modified: branches/2014Q2/www/chromium/Makefile
 ==============================================================================
 --- branches/2014Q2/www/chromium/Makefile	Wed May 14 15:19:27 2014	(r354065)
 +++ branches/2014Q2/www/chromium/Makefile	Wed May 14 15:26:36 2014	(r354066)
 @@ -138,12 +138,12 @@ BUILDTYPE=	Release
  GYP_DEFINES+=	buildtype=Official
  .endif
  
 -CONFIGURE_ENV+=	CC=${CC} \
 -		CXX=${CXX} \
 +CONFIGURE_ENV+=	CC="${CC}" \
 +		CXX="${CXX}" \
  		GYP_GENERATORS=ninja \
  		GYP_DEFINES="${GYP_DEFINES}"
  MAKE_ENV+=	BUILDTYPE=${BUILDTYPE} \
 -		GPERF=${LOCALBASE}/bin/gperf
 +		GPERF="${LOCALBASE}/bin/gperf"
  MAKE_ARGS+=	-C out/${BUILDTYPE}
  
  .include <bsd.port.pre.mk>
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



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