From owner-freebsd-ports@FreeBSD.ORG Wed Nov 26 23:04:24 2008 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 961FD1065673 for ; Wed, 26 Nov 2008 23:04:24 +0000 (UTC) (envelope-from alexanderchuranov@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.25]) by mx1.freebsd.org (Postfix) with ESMTP id 137E88FC0C for ; Wed, 26 Nov 2008 23:04:23 +0000 (UTC) (envelope-from alexanderchuranov@gmail.com) Received: by ey-out-2122.google.com with SMTP id 6so289350eyi.7 for ; Wed, 26 Nov 2008 15:04:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=54XaVZIpIiXP1wVhmXFKZpQhNyiVF0MxqHK7pY1qmE0=; b=BfK35knlB91ZgOy74232XVZWmnFU2mLRjc1VYHEsMR0Na7pX+iy+mEWN8JPLsMPR6A mnBCbaSzVvik6qCZU9OS/a3ac2m8r5YXcgV9+RVmCNtp9Q1eynxTH0sv7W3MLSXcI4hX pKyzwliNiDN3nbTm9dqVMtoJJQTliMqZ729xw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=rYWmMG60uZfNNPH/gIp4Fwjcuh9us1n3mFPsBaToxxiDVIsza+Mq8pwPnFFeV7nvps BUqITsdfjchQrse2psWvUieYn/B7T/NJf276VKcj6IZtjV51yQV4NjEY8fGYqBnk6ubS gKGKdgj1Cy3241n1U9JQKm7T/ydFFCHsovlGw= Received: by 10.210.137.14 with SMTP id k14mr2440983ebd.175.1227740662753; Wed, 26 Nov 2008 15:04:22 -0800 (PST) Received: by 10.210.130.15 with HTTP; Wed, 26 Nov 2008 15:04:22 -0800 (PST) Message-ID: <3cb459ed0811261504j4cada6d3ue5c80eeaf3d78101@mail.gmail.com> Date: Thu, 27 Nov 2008 02:04:22 +0300 From: "Alexander Churanov" To: freebsd-ports@freebsd.org In-Reply-To: <492A880E.5090908@netfence.it> MIME-Version: 1.0 References: <20c4814a0811030712n4105c765p23983b55f729b25e@mail.gmail.com> <20081104002942.f136adec.ehaupt@FreeBSD.org> <20c4814a0811050113i1bed72abu84b16c7343f93c4f@mail.gmail.com> <20081105180245.GA51239@server.vk2pj.dyndns.org> <3cb459ed0811091430u46bb1eb9y5dccdab051e8a981@mail.gmail.com> <3cb459ed0811170402i72142866qb0921fbe65746ae1@mail.gmail.com> <3cb459ed0811231513o6da3fc1dmf2af3545299ca5c4@mail.gmail.com> <492A880E.5090908@netfence.it> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Boost 1.37 released! 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: Wed, 26 Nov 2008 23:04:24 -0000 Hi folks! This is a status update on porting boost-1.37. It is finished. Port builds, installs and deinstalls correctly. Currently I have a patch and port tarball. Files can be downloaded from: boost-port-1_37_0.tar.bz2 - http://www.driveway.com/w1d2c5l7t4 devel-boost-from-1.34.1-to-1.37.diff.txt - http://www.driveway.com/m0a2x8z0v9 Unfortunately, I was unable to send a PR, because diff is about 1Mb - devel/boost has too many files :-) Does anybody know how to request an update like this? How patch was tested: 1) verified that port builds, installs and cleanly deinstalls. 2) verified that port builds, installs and cleanly deinstalls with "WITH_PYTHON=yes and WITH_PYSTE=yes" flags. 3) verified that some applications (my own works in progress) using 1.34 compile if 1.37 is installed. Applications use Boost.Assign, Boost.Bind, Boost.Operators, Boost.PointerContainer, Boost.ProgramOptions, Boost.Range, and Boost.Test libraries. This can be viewed as a very basic test for boost libraries. What was not verified: 1) That devel/boost-build is usable. 2) That any application (from ports collection) that depend on devel/boost can be built with 1.37 version. 3) That boost regression suite executes successfully. Actually, at present it's not clear how to perform this, I have problems with running boost regression testing suite. Probably, it is possible to discuss this with boost developers. Alexander Churanov