From owner-svn-ports-head@FreeBSD.ORG Sat Mar 15 21:58:16 2014 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 AD9B565D; Sat, 15 Mar 2014 21:58:16 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7F93AA1E; Sat, 15 Mar 2014 21:58:16 +0000 (UTC) Received: from nemysis3now (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2FLwESN024440; Sat, 15 Mar 2014 21:58:15 GMT (envelope-from nemysis@FreeBSD.org) Date: Sat, 15 Mar 2014 22:58:15 +0100 From: Rusmir Dusko To: Tijl Coosemans Subject: Re: svn commit: r348378 - in head/games/traingame: . files Message-ID: <20140315225815.7451f8ce@nemysis3now> In-Reply-To: <20140315222818.1de8405d@kalimero.tijl.coosemans.org> References: <201403152055.s2FKtXdX076848@svn.freebsd.org> <20140315222818.1de8405d@kalimero.tijl.coosemans.org> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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, 15 Mar 2014 21:58:16 -0000 On Sat, 15 Mar 2014 22:28:18 +0100 Tijl Coosemans wrote: > On Sat, 15 Mar 2014 20:55:33 +0000 (UTC) Rusmir Dusko wrote: > > +CXXFLAGS+= -std=c++11 > > > +USE_CXXSTD= gnu++11 > > These two lines do the same thing really. You only need one of them. > Thanks for report I have tested all three Options CXXFLAGS+= -std=c++11 USE_CXXSTD= gnu++11 and have commited in r348381 with USE_CXXSTD= c++11 -- Best regards, Rusmir Dusko