From owner-svn-ports-head@FreeBSD.ORG Sat Dec 7 21:35:13 2013 Return-Path: Delivered-To: svn-ports-head@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 90B8670F; Sat, 7 Dec 2013 21:35:13 +0000 (UTC) Received: from mail-yh0-x232.google.com (mail-yh0-x232.google.com [IPv6:2607:f8b0:4002:c01::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1E3FA1B19; Sat, 7 Dec 2013 21:35:13 +0000 (UTC) Received: by mail-yh0-f50.google.com with SMTP id b6so1577734yha.37 for ; Sat, 07 Dec 2013 13:35:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=4P/uSfV8waT9Mv0TFojM7nfT/bRWFSaLOuYJ+W+GOUY=; b=f2nm/Jf+ASS2IHHAq5pQoM6AUMWdgrJNr+KVITXtIS8w+HA0RAHwvR4QlWWuQyFQkj II8DHIdmGVSY0VaFdQxBmF/NKGW4e492CT95vXGHc9QCNAjGd1c9pSKwSWuSbj9XXbqv CgoX6MOd7FrvFvEX2ncF0TVQ11yG8hC21litWJXrN4tLbxloqGshneZ1kymgk9VrywMv CGGkGE7rpLiUy11rt2Aj2ZlPKbND8Yvj0Iwq+dsDoP9/etkVQRbVL8Lueol+E/fg9TBo P5MRTLwS+s2VJWBX88PusX6dITCNuE4nBLk709U+mDL3QlbuivZugZ47VdnifnEvyDBC mgmQ== X-Received: by 10.236.16.41 with SMTP id g29mr59768050yhg.17.1386452112200; Sat, 07 Dec 2013 13:35:12 -0800 (PST) Received: from [192.168.0.101] ([187.23.180.139]) by mx.google.com with ESMTPSA id r1sm5860621yhf.17.2013.12.07.13.35.10 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 07 Dec 2013 13:35:11 -0800 (PST) Sender: =?UTF-8?Q?Danilo_Eg=C3=AAa_Gondolfo?= Message-ID: <52A394AE.40308@freebsd.org> Date: Sat, 07 Dec 2013 19:35:42 -0200 From: "Danilo E. Gondolfo" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Gerald Pfeifer , Baptiste Daroussin Subject: Re: svn commit: r335835 - head/audio/beast References: <201312071721.rB7HLsph049433@svn.freebsd.org> <20131207203734.GG76976@ithaqua.etoilebsd.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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.17 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, 07 Dec 2013 21:35:13 -0000 On 12/07/13 18:49, Gerald Pfeifer wrote: > On Sat, 7 Dec 2013, Baptiste Daroussin wrote: >> compiler:c++11-lang (or c++11-lib) does not work? the bonus is that you >> are not tight to gcc but you can also use clang when available. > > The malus is that if GCC is used/desired, it's a different version > than USE_GCC=yes (thanks to the painful process of fixing all those > broken ports), so the user may find herself with several version. > > We should sync this more closely going forward. > > > USES=compiler:c++11-lang is fine otherwise, but if USE_GCC is used, > I suggest you make that USE_GCC=yes, Danilo. Should I use both compiler:c++11-lang and USE_GCC=yes? Because just USE_GCC=yes (gcc 4.6) is enough. audio/beast doesn't build with clang. > > Gerald >