From owner-svn-ports-head@FreeBSD.ORG Sun Feb 9 18:18:32 2014 Return-Path: Delivered-To: svn-ports-head@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 3F143C00; Sun, 9 Feb 2014 18:18:32 +0000 (UTC) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EADE819BB; Sun, 9 Feb 2014 18:18:31 +0000 (UTC) Received: from mouf.net (swills@mouf [199.48.129.64]) by mouf.net (8.14.5/8.14.5) with ESMTP id s19IILes074131 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 9 Feb 2014 18:18:26 GMT (envelope-from swills@mouf.net) Received: (from swills@localhost) by mouf.net (8.14.5/8.14.5/Submit) id s19IILZ8074130; Sun, 9 Feb 2014 18:18:21 GMT (envelope-from swills) Date: Sun, 9 Feb 2014 18:18:21 +0000 From: Steve Wills To: Baptiste Daroussin Subject: Re: svn commit: r343213 - in head/devel: boost-all boost-docs boost-jam boost-libs boost-libs/files boost-python-libs Message-ID: <20140209181818.GA74093@mouf.net> References: <201402071143.s17Bh2SJ084293@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201402071143.s17Bh2SJ084293@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Sun, 09 Feb 2014 18:18:26 +0000 (UTC) X-Spam-Status: No, score=0.0 required=4.5 tests=none autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.97.8 at mouf.net X-Virus-Status: Clean Cc: svn-ports-head@FreeBSD.org, svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Feb 2014 18:18:32 -0000 On Fri, Feb 07, 2014 at 11:43:02AM +0000, 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) Did this need an UPDATING entry similar to 20130131 or are we lucky enough now that it isn't necessary? Steve