From owner-svn-ports-all@FreeBSD.ORG Fri Jan 24 16:30:56 2014 Return-Path: Delivered-To: svn-ports-all@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 B5B73EF6; Fri, 24 Jan 2014 16:30:56 +0000 (UTC) Received: from h.highsecure.ru (unknown [IPv6:2a01:4f8:191:22a6:e928:fc48:498d:51c9]) (using TLSv1.1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 76B7D1F97; Fri, 24 Jan 2014 16:30:56 +0000 (UTC) Received: from medway.cl.cam.ac.uk (medway.cl.cam.ac.uk [128.232.64.24]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: vsevolod@highsecure.ru) by h.highsecure.ru (Postfix) with ESMTPSA id E2F09300047; Fri, 24 Jan 2014 17:30:53 +0100 (CET) Message-ID: <52E2953D.7000507@FreeBSD.org> Date: Fri, 24 Jan 2014 16:30:53 +0000 From: Vsevolod Stakhov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r340913 - head/math/gringo References: <201401241544.s0OFiXLM099911@svn.freebsd.org> In-Reply-To: X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jan 2014 16:30:56 -0000 On 24/01/14 15:57, Mathieu Arnold wrote: > +--On 24 janvier 2014 15:44:33 +0000 Vsevolod Stakhov > wrote: > | +.if ${OSVERSION} < 1000000 > | +USE_GCC= 4.8+ > | +.endif > > Can't this be replaced with just : > > USES= compiler:c++11-lang > > or -lib ? > Unfortunately, it cannot. This port is broken with both clang and libstdc++ from gcc 4.2 (c++11-lang) and with gcc 4.7 (c++11-lib). Actually, it works only with clang + libc++ (from the base) and with gcc>4.8 and the corresponding libstdc++. -- Vsevolod Stakhov