From owner-freebsd-ports@FreeBSD.ORG Fri Dec 13 10:27:40 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9B231C2B for ; Fri, 13 Dec 2013 10:27:40 +0000 (UTC) Received: from mail-we0-x22e.google.com (mail-we0-x22e.google.com [IPv6:2a00:1450:400c:c03::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2D33619C6 for ; Fri, 13 Dec 2013 10:27:40 +0000 (UTC) Received: by mail-we0-f174.google.com with SMTP id q58so1636544wes.5 for ; Fri, 13 Dec 2013 02:27:38 -0800 (PST) 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=XxFOeVV3UkghHQEN+j3HMgDUSdVIdO0pcsFJTR8pOCw=; b=EcnxAT6ZpEUlh3PrwDQxeYKfeMX5nN5o9euO72Q+JLowqCAE4HwFTl+sVW9r48neg6 laJC8gadNTxYHtpOP+9ps+bLERb2P57WL4ALGMM+tLzX3unX0/MHHRfsb4Dr1fiO15Oa QZWccdxwbsa0IPCjN2FnycqUejn+jyfaGnRBLAsBr2tpvFI5dRobFHaaJ2hdi10kqKUa xhnUlOmcEEvJ81gJhIiNUzT3dD/ZZ7qG/TqHjlCUKt2UAn1j/YBL6ytd0M6U0wEj9b+A 3eOjhyIy6BU4Gsmo9iuth/paMVbNVamN/8DGviPRcFQRG4l5hv3uRxQZiAota/wbGy+R rXig== X-Received: by 10.194.82.68 with SMTP id g4mr1478604wjy.85.1386930458278; Fri, 13 Dec 2013 02:27:38 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id hb7sm5491448wib.6.2013.12.13.02.27.36 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 13 Dec 2013 02:27:37 -0800 (PST) Sender: Baptiste Daroussin Date: Fri, 13 Dec 2013 11:27:34 +0100 From: Baptiste Daroussin To: Andrea Venturoli Subject: Re: [CFT] boost 1.55.0 Message-ID: <20131213102734.GE52736@ithaqua.etoilebsd.net> References: <20131213084707.GC52736@ithaqua.etoilebsd.net> <52AAD62C.6090300@netfence.it> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="YkJPYEFdoxh/AXLE" Content-Disposition: inline In-Reply-To: <52AAD62C.6090300@netfence.it> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Dec 2013 10:27:40 -0000 --YkJPYEFdoxh/AXLE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Dec 13, 2013 at 10:41:00AM +0100, Andrea Venturoli wrote: > On 12/13/13 09:47, Baptiste Daroussin wrote: >=20 > > It uses a modern compiler (sorry I haven't been able to make it use gcc= from > > base at all, so it uses clang33 or gcc47+ from ports on FreeBSD 9.1 and= FreeBSD > > 8.*, clang33 from base in FreeBSD 9.2 (if available) and cc on 10+) >=20 > Hello. > Thanks for the work... however I have a (hopefully quick) question: does= =20 > this mean I can't mix this with other ports which use a different compile= r? >=20 > I.e. Can I link against boost (compiled with clang33 or gcc47+) and=20 > against port XYZ (compiled with base gcc)? >=20 > Does this mean I have to compile XYZ with clang33/gcc47+ too? > So it would mean I'll need to compile XYZ's dependencies with=20 > clang33/gcc47+ and other ports depending on those dependencies with=20 > clang33/gcc47+ and so on? >=20 The situation is the same as before for anyone, meaning that by default boo= st will be linked against the libstdc++ from base on 8 and 9 and libc++ on 10 = and 11, that means that you can mix with ports with the exact same risk as you = have now :) that just changes compilation dependencies not runtime one. I hope that does answer your question :) regards, Bapt --YkJPYEFdoxh/AXLE Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (FreeBSD) iEYEARECAAYFAlKq4RYACgkQ8kTtMUmk6Ez9PgCfRpi0Q+x0JIxhIRKe+y9eYEzS IWoAoL9/PgHWx9TEw+CXCPS85MLC4MgZ =dnGW -----END PGP SIGNATURE----- --YkJPYEFdoxh/AXLE--