From owner-freebsd-office@FreeBSD.ORG Fri Feb 7 20:35:10 2014 Return-Path: Delivered-To: office@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 D864C75E for ; Fri, 7 Feb 2014 20:35:10 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BAF6F1665 for ; Fri, 7 Feb 2014 20:35:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s17KZAO4043722 for ; Fri, 7 Feb 2014 20:35:10 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s17KZAHE043720 for office@FreeBSD.org; Fri, 7 Feb 2014 20:35:10 GMT (envelope-from bdrewery) Received: (qmail 69008 invoked from network); 7 Feb 2014 14:35:06 -0600 Received: from unknown (HELO roundcube.xk42.net) (10.10.5.5) by sweb.xzibition.com with SMTP; 7 Feb 2014 14:35:06 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 07 Feb 2014 14:35:06 -0600 From: Bryan Drewery To: Baptiste Daroussin , office@FreeBSD.org Subject: Re: svn commit: r343213 - in head/devel: boost-all boost-docs boost-jam boost-libs boost-libs/files boost-python-libs Organization: FreeBSD In-Reply-To: <201402071143.s17Bh2SJ084293@svn.freebsd.org> References: <201402071143.s17Bh2SJ084293@svn.freebsd.org> Message-ID: X-Sender: bdrewery@FreeBSD.org User-Agent: Roundcube Webmail/0.9.5 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Feb 2014 20:35:10 -0000 On 2014-02-07 05:43, Baptiste Daroussin wrote: > Author: bapt > Date: Fri Feb 7 11:43:02 2014 > New Revision: 343213 > URL: http://svnweb.freebsd.org/changeset/ports/343213 > QAT: https://qat.redports.org/buildarchive/r343213/ > > Log: > Update to boost 1.55.0 > switch back to normal library naming > Add a compat symlink for .so.5 > Use compiler.mk to detect compiler > Use a modern compiler (doesn't work with base gcc) > > Deleted: > head/devel/boost-libs/files/patch-boost-locale-utf > head/devel/boost-libs/files/patch-freebsd-has-long-double > Modified: > head/devel/boost-all/Makefile > head/devel/boost-all/common.mk > head/devel/boost-all/compiled.mk > head/devel/boost-docs/Makefile > head/devel/boost-docs/distinfo > head/devel/boost-docs/pkg-plist > head/devel/boost-jam/Makefile > head/devel/boost-jam/distinfo > head/devel/boost-libs/Makefile > head/devel/boost-libs/distinfo > head/devel/boost-libs/pkg-plist > head/devel/boost-python-libs/Makefile > head/devel/boost-python-libs/distinfo > head/devel/boost-python-libs/pkg-plist > (Sorry if this mail comes multiple times, mail client issue.) Fails to build on 8.3 amd64: http://people.freebsd.org/~bdrewery/boost-libs-1.55.0.log -- Regards, Bryan Drewery