From owner-svn-ports-head@FreeBSD.ORG Mon Jun 9 15:37:18 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 06CF123C; Mon, 9 Jun 2014 15:37:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E78932385; Mon, 9 Jun 2014 15:37:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s59FbHj0074154; Mon, 9 Jun 2014 15:37:17 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s59FbHu9074152; Mon, 9 Jun 2014 15:37:17 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201406091537.s59FbHu9074152@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 9 Jun 2014 15:37:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357173 - in head/devel/boost-libs: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 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: Mon, 09 Jun 2014 15:37:18 -0000 Author: bapt Date: Mon Jun 9 15:37:17 2014 New Revision: 357173 URL: http://svnweb.freebsd.org/changeset/ports/357173 QAT: https://qat.redports.org/buildarchive/r357173/ Log: Back port a bug fix from boost svn Obtained from: https://svn.boost.org/trac/boost/ticket/9421 Added: head/devel/boost-libs/files/patch-boost__archive__iterators__transorm_width.hpp (contents, props changed) Modified: head/devel/boost-libs/Makefile Modified: head/devel/boost-libs/Makefile ============================================================================== --- head/devel/boost-libs/Makefile Mon Jun 9 15:35:02 2014 (r357172) +++ head/devel/boost-libs/Makefile Mon Jun 9 15:37:17 2014 (r357173) @@ -4,7 +4,7 @@ PORTNAME= boost-libs COMMENT= Free portable C++ libraries (without Boost.Python) -PORTREVISION= 2 +PORTREVISION= 3 BUILD_DEPENDS+= bjam:${PORTSDIR}/devel/boost-jam Added: head/devel/boost-libs/files/patch-boost__archive__iterators__transorm_width.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/boost-libs/files/patch-boost__archive__iterators__transorm_width.hpp Mon Jun 9 15:37:17 2014 (r357173) @@ -0,0 +1,11 @@ +--- boost/archive/iterators/transform_width.hpp.orig 2013-04-28 18:07:27.000000000 +0200 ++++ boost/archive/iterators/transform_width.hpp 2014-06-09 17:27:54.615330893 +0200 +@@ -30,6 +30,8 @@ + #include + #include + ++#include // std::min ++ + namespace boost { + namespace archive { + namespace iterators {