From owner-freebsd-ports@FreeBSD.ORG Mon Mar 2 14:30:09 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E37510657C8 for ; Mon, 2 Mar 2009 14:30:09 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 6D3C68FC23 for ; Mon, 2 Mar 2009 14:30:07 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id QAA25528; Mon, 02 Mar 2009 16:30:06 +0200 (EET) (envelope-from avg@icyb.net.ua) Message-ID: <49ABED6D.8080909@icyb.net.ua> Date: Mon, 02 Mar 2009 16:30:05 +0200 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.19 (X11/20090110) MIME-Version: 1.0 To: FreeBSD Ports X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Alexander Churanov Subject: fresh devel/boost X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Mar 2009 14:30:10 -0000 I've seen couple of conversations in this list about updating devel/boost to the recent version. As I understand people already have patches but the main issue is getting all ports depending on boost to work with the new version, and testing this. Now I am thinking - why not create a boost-devel or something like that port, or move current boost to boost_1_34. This would immediately provide recent boot to all and give time for dependent ports to be switched over (if needed at all). I believe that something like the following configure --libdir=${LOCALBASE}/lib/boost/1.38.0 --includedir=${LOCALBASE}/include/boost/1.38.0 should allow multiple boost versions to co-exist. -- Andriy Gapon