From owner-freebsd-ports@FreeBSD.ORG Thu Mar 8 16:49:29 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8964C106566C; Thu, 8 Mar 2012 16:49:29 +0000 (UTC) (envelope-from rflynn@acsalaska.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 4D35F8FC12; Thu, 8 Mar 2012 16:49:29 +0000 (UTC) Received: from [127.0.0.1] (squeeze.lan.rachie.is-a-geek.net [192.168.2.30]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 7FF747E898; Thu, 8 Mar 2012 07:49:24 -0900 (AKST) Message-ID: <4F58E2FB.6010909@acsalaska.net> Date: Thu, 08 Mar 2012 17:48:59 +0100 From: Mel Flynn User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: Baptiste Daroussin References: <20120307224445.GB87450@azathoth.lan> <4F57ED11.8070206@acsalaska.net> In-Reply-To: <4F57ED11.8070206@acsalaska.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Thu, 08 Mar 2012 17:05:48 +0000 Cc: danfe@freebsd.org, office@freebsd.org, kde@freebsd.org, avg@freebsd.org, ports@freebsd.org, dev2@heesakkers.info, Alexander Churanov , boost-ports , sem@freebsd.org, linimon@lonesome.com, martymac@freebsd.org Subject: Re: Boost ports update 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: Thu, 08 Mar 2012 16:49:29 -0000 On 3/8/2012 00:19, Mel Flynn wrote: > On 3/7/2012 23:44, Baptiste Daroussin wrote: >> On Wed, Mar 07, 2012 at 11:56:17PM +0300, Alexander Churanov wrote: >>> Folks, >>> >>> I've read the conversation on ports/156253 ("Update devel/boost-* from >>> 1.45 to 1.46.1") and decided to share current status of my work. >>> >>> I have a patch for updating Boost to 1.48.0. >>> http://alexanderchuranov.com/boost-port/boost-145-to-148-v05.diff > > Adding myself to CC, as the upcoming mail/zarafa uses boost_filesystem. > Will be testing patch tomorrow. The current Zarafa 7.0.5 fails with a version check. However, the beta1 of 7.0.6 has the version check upgraded to greater or equal then 149. Patched the version check in 7.0.5's configure and everything compiles OK, with clang on 9.0. Will do runtime tests later this week. -- Mel