From owner-svn-ports-head@FreeBSD.ORG Sat Feb 23 12:50:04 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B9558160; Sat, 23 Feb 2013 12:50:04 +0000 (UTC) (envelope-from jbeich@tormail.org) Received: from outgoing.tormail.org (outgoing.tormail.org [82.221.96.22]) by mx1.freebsd.org (Postfix) with ESMTP id 75EDCCC3; Sat, 23 Feb 2013 12:50:04 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=internal.tormail.org) by outgoing.tormail.org with esmtp (Exim 4.72) (envelope-from ) id 1U9EYB-0005mL-2m; Sat, 23 Feb 2013 15:50:00 +0300 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.org; s=tm; h=Message-Id:X-TorMail-User:Content-Type:MIME-Version:References:Date:In-Reply-To:Subject:Cc:To:From; bh=Wdl3OleSgDJUUNF8x9UAHHVVDB+3AlBkhnRPHECuubU=; b=USMEhID4xb+Bg8Oa6vgx6CmSTEWTnj9QTngXtP6PgaXFglqLQde+dYwBz8p47GNF8c2vYuRuKglFertVUY/rL349E1XKIIbSag+OiqWfVHMXzTRA/YjDT0b+rIcH4c1DfGYEe+plNsM89+kikQtQ1XaDPqo9RgjWZrvp1vU9Q+w=; Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1U9EVZ-0007Kz-89; Sat, 23 Feb 2013 12:47:44 +0000 From: Jan Beich To: Florian Smeets Subject: Re: svn commit: r312802 - in head/www: firefox firefox-esr In-Reply-To: <201302230921.r1N9LB2O038108@svn.freebsd.org> (Florian Smeets's message of "Sat, 23 Feb 2013 09:21:11 +0000 (UTC)") Date: Sat, 23 Feb 2013 03:46:50 -0900 References: <201302230921.r1N9LB2O038108@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain X-TorMail-User: jbeich Message-Id: <1U9EVZ-0007Kz-89@internal.tormail.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Feb 2013 12:50:04 -0000 Florian Smeets writes: > Author: flo > Date: Sat Feb 23 09:21:11 2013 > New Revision: 312802 > URL: http://svnweb.freebsd.org/changeset/ports/312802 > > Log: > Clang does not support Profile-Guided Optimization yet. [...] > Modified: head/www/firefox/Makefile > ============================================================================== > --- head/www/firefox/Makefile Sat Feb 23 09:16:01 2013 (r312801) > +++ head/www/firefox/Makefile Sat Feb 23 09:21:11 2013 (r312802) > @@ -69,6 +69,7 @@ CFLAGS+= -mminimal-toc > .endif > > .if ${PORT_OPTIONS:MPGO} > +USE_GCC?= any "any" wouldn't work here as www/firefox dropped support for gcc42. > USE_DISPLAY= yes > .include "${PORTSDIR}/Mk/bsd.python.mk" >