[129987] trunk/dports/devel/boost

sean at macports.org sean at macports.org
Tue Dec 23 16:42:44 PST 2014


Revision: 129987
          https://trac.macports.org/changeset/129987
Author:   sean at macports.org
Date:     2014-12-23 16:42:44 -0800 (Tue, 23 Dec 2014)
Log Message:
-----------
boost: update to 1.57; closes #46156

Modified Paths:
--------------
    trunk/dports/devel/boost/Portfile
    trunk/dports/devel/boost/files/patch-apple-clang-no-libcxx.diff

Modified: trunk/dports/devel/boost/Portfile
===================================================================
--- trunk/dports/devel/boost/Portfile	2014-12-24 00:42:41 UTC (rev 129986)
+++ trunk/dports/devel/boost/Portfile	2014-12-24 00:42:44 UTC (rev 129987)
@@ -6,8 +6,7 @@
 PortGroup       mpi 1.0
 
 name            boost
-version         1.56.0
-revision        2
+version         1.57.0
 license         Boost-1
 categories      devel
 platforms       darwin
@@ -25,8 +24,8 @@
 distname        ${name}_${distver}
 use_bzip2       yes
 
-checksums       rmd160  cef8907987b4187ff913cbf266fd5d99b40137c4 \
-                sha256  134732acaf3a6e7eba85988118d943f0fa6b7f0850f65131fff89823ad30ff1d
+checksums       rmd160  8365f7c11e5ae088164ab1cb40ac624e76f8e72e \
+                sha256  910c8c022a33ccec7f088bd65d4f14b466588dda94ba2124e78b8c57db264967
 
 depends_lib     port:zlib \
                 port:expat \
@@ -122,10 +121,10 @@
 
 }
 
-# Although bjam can supposedly use parallel builds, it has random failures. See #28878 and #23531.
-# To re-enable it, comment out the below and add '-j${build.jobs}' to 'build.args', also below.
-#
-use_parallel_build  no
+# Ever since the tickets #28878 and #23531 disabled parallel builds, boost has
+# had many releases. We enable parallel builds back but can disable again if
+# problems arise.
+# use_parallel_build no
 
 build.cmd       ${worksrcpath}/b2
 build.target

Modified: trunk/dports/devel/boost/files/patch-apple-clang-no-libcxx.diff
===================================================================
--- trunk/dports/devel/boost/files/patch-apple-clang-no-libcxx.diff	2014-12-24 00:42:41 UTC (rev 129986)
+++ trunk/dports/devel/boost/files/patch-apple-clang-no-libcxx.diff	2014-12-24 00:42:44 UTC (rev 129987)
@@ -1,9 +1,12 @@
---- boost/config/compiler/clang.hpp.orig        2013-07-20 10:17:10.000000000 -0700
-+++ boost/config/compiler/clang.hpp     2014-06-13 14:52:46.000000000 -0700
-@@ -168,6 +168,16 @@
+diff --git boost/config/compiler/clang.hpp boost/config/compiler/clang.hpp
+--- boost/config/compiler/clang.hpp
++++ boost/config/compiler/clang.hpp
+@@ -199,10 +199,20 @@
+ 
+ #if !__has_feature(cxx_inline_namespaces)
  #  define BOOST_NO_CXX11_INLINE_NAMESPACES
  #endif
-
+ 
 +// Apple Clang uses libc++ by default on Mavericks (OS X 10.9)  and higher
 +// Apple Clang uses libstdc++ by default on Mountain Lion (OS X 10.8) and lower
 +
@@ -14,12 +17,17 @@
 +#endif
 +#endif
 +
- // Clang always supports variadic macros
- // Clang always supports extern templates
-
---- boost/multi_index/detail/vartempl_support.hpp.orig	2014-06-13 09:57:53.000000000 -0700
-+++ boost/multi_index/detail/vartempl_support.hpp	2014-06-13 09:59:52.000000000 -0700
-@@ -42,7 +42,8 @@
+ #if !__has_feature(cxx_override_control)
+ #  define BOOST_NO_CXX11_FINAL
+ #endif
+ 
+ #if !(__has_feature(cxx_binary_literals) || __has_extension(cxx_binary_literals))
+diff --git boost/multi_index/detail/vartempl_support.hpp boost/multi_index/detail/vartempl_support.hpp
+--- boost/multi_index/detail/vartempl_support.hpp
++++ boost/multi_index/detail/vartempl_support.hpp
+@@ -40,11 +40,12 @@
+  */
+ 
  #include <boost/config.hpp>
  
  #if defined(BOOST_NO_CXX11_RVALUE_REFERENCES)||\
@@ -29,3 +37,5 @@
  
  #include <boost/move/core.hpp>
  #include <boost/move/utility.hpp>
+ #include <boost/preprocessor/arithmetic/add.hpp>
+ #include <boost/preprocessor/arithmetic/sub.hpp>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141223/f4ab31e5/attachment.html>


More information about the macports-changes mailing list