Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/boost-libs/Makefile,v retrieving revision 1.10 diff -u -u -r1.10 Makefile --- Makefile 16 Jul 2011 05:20:15 -0000 1.10 +++ Makefile 29 Feb 2012 22:42:54 -0000 @@ -6,7 +6,7 @@ # PORTNAME= boost-libs -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= Free portable C++ libraries (without Boost.Python) USE_BZIP2= yes Index: files/patch-boost__config__compiler__clang.hpp =================================================================== RCS file: files/patch-boost__config__compiler__clang.hpp diff -N files/patch-boost__config__compiler__clang.hpp --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-boost__config__compiler__clang.hpp 29 Feb 2012 22:42:54 -0000 @@ -0,0 +1,8 @@ +--- ./boost/config/compiler/clang.hpp.orig 2010-10-01 11:19:44.000000000 +0200 ++++ ./boost/config/compiler/clang.hpp 2012-02-29 15:20:25.157457434 +0100 +@@ -60,4 +60,4 @@ + + // Macro used to identify the Clang compiler. + #define BOOST_CLANG 1 +- ++#define BOOST_HAS_LONG_LONG 1