From owner-freebsd-ports@FreeBSD.ORG Thu Jul 30 11:20:57 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 E09E9106566B for ; Thu, 30 Jul 2009 11:20:57 +0000 (UTC) (envelope-from alexanderchuranov@gmail.com) Received: from mail-bw0-f206.google.com (mail-bw0-f206.google.com [209.85.218.206]) by mx1.freebsd.org (Postfix) with ESMTP id 364A48FC12 for ; Thu, 30 Jul 2009 11:20:57 +0000 (UTC) (envelope-from alexanderchuranov@gmail.com) Received: by bwz2 with SMTP id 2so491250bwz.43 for ; Thu, 30 Jul 2009 04:20:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=rWcZZsUxxlh1r183tw9Y9pqpM4YRCbsAkbStnnmgHCI=; b=njKF9aQxm4MmpJgxMHSTN/28CnCR/DXPKXR5G3J/6Z1VYNs9K3CWjaTAEQkHcepszU xEqfr8HscsAE35OSk6GDA4gWQXMPhAskfhLUnO5uFoDFdu7wPnmigHukm/hvB1nJLm3d IfjHYmO3VCHEzCZHKbHuLfYYuPAu1DLiXHHI4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=bkW1tlFNtwleiSQOZHzVny1xSv5okUN34i3wXK+PBPw/yFKB5xNlQ5Dch+mIukSsgx HAcEXxoKFifPGSaxEEDgu+95p3rCB/r3QTe5T02mlQXU77CCFPTc1LpLDgG/9FSspbFN u4tNeAPm90KNpF+5gByyMFXQWY0eAYXZ6fA7E= MIME-Version: 1.0 Received: by 10.204.103.203 with SMTP id l11mr1071837bko.71.1248952856204; Thu, 30 Jul 2009 04:20:56 -0700 (PDT) In-Reply-To: <200907291356.39608.mel.flynn+fbsd.ports@mailing.thruhere.net> References: <3cb459ed0906290644x86ac44cu48fd8bba52d024f9@mail.gmail.com> <200907291356.39608.mel.flynn+fbsd.ports@mailing.thruhere.net> Date: Thu, 30 Jul 2009 15:20:56 +0400 Message-ID: <3cb459ed0907300420m4b0bd47cjd209aacdbbeb10da@mail.gmail.com> From: Alexander Churanov To: Mel Flynn Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Volker Stolz , freebsd-ports@freebsd.org Subject: Re: devel/boost: new patch for testing update to 1.39 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, 30 Jul 2009 11:20:58 -0000 Mel, I do not understand. Is it correct that you are discussing the issue of Pyste being part of boost and depending on gccxml port, which has issues of its own? I do not use Pyste and did not performed any specific testing of it, but all of boost-python-libs builds and installs, including dependencies. Please, describe what do you expect from ports and what do you observe, what negative outcome the issue has. Sincerely, Alexander Churanov, maintainer of devel/boost-* 2009/7/30 Mel Flynn : > On Monday 29 June 2009 05:44:20 Alexander Churanov wrote: > >> I've made several changes to new set of boost ports. Please, review >> them and test new set of ports, if possible. > > I guess I should've tested these, but I didn't expect it to replace a minor > CONFLICTS problem that I had locally patched with a few lines, with a major > not optional dependency on a retired compiler. > > Is pyste going to be optional in a new revision or is there any chance gccxml > can be patched so it builds cleanly with the current GCC? > > If the Makefile comment is the only problem, surely it can be addressed? > > # GCC-XML has some constructs that GCC 4.2 does not like. Namely, > # the use of casted-pointer-dereferences as an lvalue to post-increment > # operations. > > Additionally the gccxml port seems pretty much dead. An attempt of revival has > been done in 2007, but no release has ever been made. > -- > Mel >