From owner-svn-ports-head@FreeBSD.ORG Sat Jun 14 22:17:15 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 1F41C584; Sat, 14 Jun 2014 22:17:15 +0000 (UTC) Received: from mail-wi0-x22a.google.com (mail-wi0-x22a.google.com [IPv6:2a00:1450:400c:c05::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E29E1244B; Sat, 14 Jun 2014 22:17:13 +0000 (UTC) Received: by mail-wi0-f170.google.com with SMTP id cc10so3728774wib.1 for ; Sat, 14 Jun 2014 15:17:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=MZAe+agtFkBu7P+OZbFbKINvwfguAFWAb1n7XAm7VC4=; b=JI8bGFLAVqHsGoQ7DM9EOg0D7e6j5bP3yOUVk6eR/w3IpffLi/NBkoK01QcWBi6MUw SW4rjbIV7pSN+rr7ANvWiKNU1cpXskctK1ypzuuebDZx/p/RJ+eqhJ2tr4KuCkOTg66V +56RrN6yvZJX/53YQvytgu7b1WQf1Nn6gCJ6iHRHKb+nAwWwzSPEQumimXm+4JBMG1eg WH1QxbekYRVVPVozh2wz/qDRx7rchNrUeIbJrF2g+4TzqN5nHPJOxImez02C79VQMUeD 5wJSsWU2AXxawuCZnXMfFe7cPKW+sUFQaouW3SVIgGYq8wczESoMVUHa2bv7S5D+09HP oQPw== X-Received: by 10.180.221.229 with SMTP id qh5mr15024068wic.33.1402784231834; Sat, 14 Jun 2014 15:17:11 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id i8sm4966139wiw.22.2014.06.14.15.17.10 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 14 Jun 2014 15:17:10 -0700 (PDT) Sender: Baptiste Daroussin Date: Sun, 15 Jun 2014 00:17:08 +0200 From: Baptiste Daroussin To: Oliver Lehmann Subject: Re: svn commit: r357767 - head/net/cyphesis Message-ID: <20140614221708.GA4747@ivaldir.etoilebsd.net> References: <201406141111.s5EBBCgV016094@svn.freebsd.org> <539C8682.3030603@marino.st> <20140614175243.GD67971@mouf.net> <539C8E46.1010803@marino.st> <20140614185459.GA68684@mouf.net> <539C9E30.2070505@marino.st> <20140614222342.Horde.zaXCxIsq8DNmec9k7uKpYw7@avocado.salatschuessel.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9amGYk9869ThD9tj" Content-Disposition: inline In-Reply-To: <20140614222342.Horde.zaXCxIsq8DNmec9k7uKpYw7@avocado.salatschuessel.net> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, Steve Wills , svn-ports-all@freebsd.org, marino@freebsd.org, John Marino , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 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, 14 Jun 2014 22:17:15 -0000 --9amGYk9869ThD9tj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jun 14, 2014 at 10:23:42PM +0200, Oliver Lehmann wrote: >=20 > John Marino wrote: >=20 > > On 6/14/2014 20:55, Steve Wills wrote: >=20 > >> Also, would adding USE_GCC help here? > > > > From what I could see of the build log, it should be relatively easy for > > a knowledgeable person to fix it to work on any compiler. A real > > attempt to fix it should be made before resorting to USE_GCC. But yes, > > USE_GCC would be preferable to BROKEN IMO. >=20 > USE_GCC won't help as all the dependencies are compile with clang++ and > clang++ compile libs cannot be used with g++ and vice versa. >=20 USES=3Dgcc-c++11-lib might do the trick on head and work on 8 and 9 as well It will use gcc but link againt libc++ on 10 and head regards, Bapt --9amGYk9869ThD9tj Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iEYEARECAAYFAlOcyeQACgkQ8kTtMUmk6EzWWACguH1Umb9+OxcM1I9ajfz8Quo9 8ikAnAyyDIHHRjh+4pbHMfXHsfFajxvU =R9g+ -----END PGP SIGNATURE----- --9amGYk9869ThD9tj--