Date: Mon, 9 Jun 2014 15:37:17 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> 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 Message-ID: <201406091537.s59FbHu9074152@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <boost/iterator/iterator_adaptor.hpp> + #include <boost/iterator/iterator_traits.hpp> + ++#include <algorithm> // std::min ++ + namespace boost { + namespace archive { + namespace iterators {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406091537.s59FbHu9074152>