svn commit: r357173 - in head/devel/boost-libs: . files
Baptiste Daroussin
bapt at FreeBSD.org
Mon Jun 9 15:37:18 UTC 2014
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 {
More information about the svn-ports-all
mailing list