From owner-freebsd-chromium@FreeBSD.ORG Wed May 14 15:30:01 2014 Return-Path: Delivered-To: chromium@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4B129A53 for ; Wed, 14 May 2014 15:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 391DE2B17 for ; Wed, 14 May 2014 15:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4EFU1o1014300 for ; Wed, 14 May 2014 15:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4EFU0tY014299; Wed, 14 May 2014 15:30:00 GMT (envelope-from gnats) Date: Wed, 14 May 2014 15:30:00 GMT Message-Id: <201405141530.s4EFU0tY014299@freefall.freebsd.org> To: chromium@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/187702: commit references a PR Reply-To: dfilter@FreeBSD.ORG (dfilter service) X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2014 15:30:01 -0000 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 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 _______________________________________________ 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"