From owner-svn-ports-head@FreeBSD.ORG Sat Dec 7 22:56:05 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 9FC2F90D; Sat, 7 Dec 2013 22:56:05 +0000 (UTC) Received: from mail-yh0-x22b.google.com (mail-yh0-x22b.google.com [IPv6:2607:f8b0:4002:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2C5731FD8; Sat, 7 Dec 2013 22:56:05 +0000 (UTC) Received: by mail-yh0-f43.google.com with SMTP id a41so1568398yho.2 for ; Sat, 07 Dec 2013 14:56:04 -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=Twuh2xFmd66izm2K+ipg4vhuqiQpff7jyhdlajEWr7o=; b=ZS8JbzbkDC59+1pnysAruuAVSyZzwPn4W0y7RYPHfSCrHs1BS3k26fUcJU/Q8dbeYQ cA4eSGGpT9WTEMSdoc4KewGIOkSxcLVN9tyFOrx2kYW4Qn7+tR7Z7DfdTp3dhfErp9kD W09LX/RUXm/9XrHq+WQr4ESowYYadnQ9p0mZtynLblIlwbgb6C64+3Xx6g1Jrn6GOGKE bcuXEG3JjboF0gaxVo13X7oAl/UY/pHJfYiehChges0HCPwc8mGVtfRl/6hqPxkRCAr4 HpVZ2P37sTRTHcUSzW7DFQnXJ1NstcIBWWrmzg8UBrab0UYVfe51PiL9krg8XszhLpkb SM8Q== X-Received: by 10.236.73.1 with SMTP id u1mr1196460yhd.91.1386456964327; Sat, 07 Dec 2013 14:56:04 -0800 (PST) Received: from [192.168.0.101] ([187.23.180.139]) by mx.google.com with ESMTPSA id w45sm6236351yhk.4.2013.12.07.14.56.02 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 07 Dec 2013 14:56:03 -0800 (PST) Sender: =?UTF-8?Q?Danilo_Eg=C3=AAa_Gondolfo?= Message-ID: <52A3A7A3.9060800@freebsd.org> Date: Sat, 07 Dec 2013 20:56:35 -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 Subject: Re: svn commit: r335835 - head/audio/beast References: <201312071721.rB7HLsph049433@svn.freebsd.org> <20131207203734.GG76976@ithaqua.etoilebsd.net> <52A394AE.40308@freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, Baptiste Daroussin , 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 22:56:05 -0000 On 12/07/13 20:29, Gerald Pfeifer wrote: > On Sat, 7 Dec 2013, Danilo E. Gondolfo wrote: >> Should I use both compiler:c++11-lang and USE_GCC=yes? Because just >> USE_GCC=yes (gcc 4.6) is enough. > > Only one of the two. > >> audio/beast doesn't build with clang. > > In that case, USE_GCC=yes, until you or someone else has fixed the > build with clang. Ok :) Thanks for the advice! Danilo. > > Cheers, > Gerald >