aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-06-09 15:37:17 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-06-09 15:37:17 +0000
commit76198cacea1f674582312f6e2d3d022b5b3a1b2c (patch)
tree2cca6d6ed06788c7be7f94dd566cab8a1d34f943 /devel
parentba7716422450b1b40bf3d41dc629b3a22a706d9d (diff)
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/boost-libs/Makefile2
-rw-r--r--devel/boost-libs/files/patch-boost__archive__iterators__transorm_width.hpp11
2 files changed, 12 insertions, 1 deletions
diff --git a/devel/boost-libs/Makefile b/devel/boost-libs/Makefile
index 3c315995e462..6f30b167b5fd 100644
--- a/devel/boost-libs/Makefile
+++ b/devel/boost-libs/Makefile
@@ -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
diff --git a/devel/boost-libs/files/patch-boost__archive__iterators__transorm_width.hpp b/devel/boost-libs/files/patch-boost__archive__iterators__transorm_width.hpp
new file mode 100644
index 000000000000..278f284736e6
--- /dev/null
+++ b/devel/boost-libs/files/patch-boost__archive__iterators__transorm_width.hpp
@@ -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 {