[139418] trunk/dports/devel/boost

ryandesign at macports.org ryandesign at macports.org
Sun Aug 16 16:49:15 PDT 2015


Revision: 139418
          https://trac.macports.org/changeset/139418
Author:   ryandesign at macports.org
Date:     2015-08-16 16:49:15 -0700 (Sun, 16 Aug 2015)
Log Message:
-----------
boost: update to 1.59.0

Modified Paths:
--------------
    trunk/dports/devel/boost/Portfile

Removed Paths:
-------------
    trunk/dports/devel/boost/files/patch-bootstrap.sh.diff
    trunk/dports/devel/boost/files/patch-numeric-ublas-storage.hpp.diff

Modified: trunk/dports/devel/boost/Portfile
===================================================================
--- trunk/dports/devel/boost/Portfile	2015-08-16 23:45:44 UTC (rev 139417)
+++ trunk/dports/devel/boost/Portfile	2015-08-16 23:49:15 UTC (rev 139418)
@@ -6,8 +6,7 @@
 PortGroup       mpi 1.0
 
 name            boost
-version         1.58.0
-revision        3
+version         1.59.0
 license         Boost-1
 categories      devel
 platforms       darwin
@@ -26,8 +25,8 @@
 distname        ${name}_${distver}
 use_bzip2       yes
 
-checksums       rmd160  efc78b2b1a5d33ed72fcfa6688564c2fcd56772a \
-                sha256  fdfc204fc33ec79c99b9a74944c3e54bd78be4f7f15e260c0e2700a36dc7d3e5
+checksums       rmd160  a106b3cd1dbda2323e5e84c7106cedee327db03c \
+                sha256  727a932322d94287b62abb1bd2d41723eec4356a7728909e38adb65ca25241ca
 
 depends_lib     port:zlib \
                 port:expat \
@@ -45,13 +44,7 @@
 
 patchfiles      patch-tools-build-src-engine-build.sh.diff \
                 patch-tools-build-src-engine-build.jam.diff \
-                patch-bootstrap.sh.diff \
-                patch-numeric-ublas-storage.hpp.diff \
                 patch-apple-clang-no-libcxx.diff
-                # patch-numeric-ublas-storage.hpp.diff fixes a rather obscure error
-                # in Boost. Fixed upstream; see:
-                # https://github.com/uBLAS/ublas/pull/30/files
-                #
                 # patch-apple-clang-no-libcxx.diff fixes a clang configuration
                 # error that occurs on OS X 10.7 and 10.8 due to the assumption
                 # that if clang is the compiler in use it must be using libc++.

Deleted: trunk/dports/devel/boost/files/patch-bootstrap.sh.diff
===================================================================
--- trunk/dports/devel/boost/files/patch-bootstrap.sh.diff	2015-08-16 23:45:44 UTC (rev 139417)
+++ trunk/dports/devel/boost/files/patch-bootstrap.sh.diff	2015-08-16 23:49:15 UTC (rev 139418)
@@ -1,36 +0,0 @@
---- bootstrap.sh.orig	2014-08-05 10:48:09.000000000 -0500
-+++ bootstrap.sh	2014-08-14 07:57:07.000000000 -0500
-@@ -213,7 +213,7 @@
- 
- # Build bjam
- if test "x$BJAM" = x; then
--  echo -n "Building Boost.Build engine with toolset $TOOLSET... "
-+  printf "Building Boost.Build engine with toolset $TOOLSET... "
-   pwd=`pwd`
-   (cd "$my_dir/tools/build/src/engine" && ./build.sh "$TOOLSET") > bootstrap.log 2>&1
-   if [ $? -ne 0 ]; then
-@@ -270,20 +270,20 @@
- 
- if test "x$flag_no_python" = x; then
-     if test "x$PYTHON_VERSION" = x; then
--        echo -n "Detecting Python version... "
-+        printf "Detecting Python version... "
-         PYTHON_VERSION=`$PYTHON -c "import sys; print (\"%d.%d\" % (sys.version_info[0], sys.version_info[1]))"`
-         echo $PYTHON_VERSION
-     fi
- 
-     if test "x$PYTHON_ROOT" = x; then
--        echo -n "Detecting Python root... "
--        PYTHON_ROOT=`$PYTHON -c "import sys; print sys.prefix"`
-+        printf "Detecting Python root... "
-+        PYTHON_ROOT=`$PYTHON -c "import sys; print (sys.prefix)"`
-         echo $PYTHON_ROOT
-     fi    
- fi
- 
- # Configure ICU
--echo -n "Unicode/ICU support for Boost.Regex?... "
-+printf "Unicode/ICU support for Boost.Regex?... "
- if test "x$flag_icu" != xno; then
-   if test "x$ICU_ROOT" = x; then
-     COMMON_ICU_PATHS="/usr /usr/local /sw"

Deleted: trunk/dports/devel/boost/files/patch-numeric-ublas-storage.hpp.diff
===================================================================
--- trunk/dports/devel/boost/files/patch-numeric-ublas-storage.hpp.diff	2015-08-16 23:45:44 UTC (rev 139417)
+++ trunk/dports/devel/boost/files/patch-numeric-ublas-storage.hpp.diff	2015-08-16 23:49:15 UTC (rev 139418)
@@ -1,28 +0,0 @@
---- boost/numeric/ublas/storage.hpp	2015-03-28 05:33:28.000000000 -0500
-+++ boost/numeric/ublas/storage.hpp	2015-04-21 15:55:49.000000000 -0500
-@@ -777,8 +777,8 @@
-         BOOST_UBLAS_INLINE
-         shallow_array_adaptor (size_type size, pointer data):
-             size_ (size), own_ (false), data_ (data, leaker<value_type> ()) {}
--        BOOST_UBLAS_INLINE
-         template <size_t N>
-+        BOOST_UBLAS_INLINE
-         shallow_array_adaptor (T (&data)[N]):
-             size_ (N), own_ (false), data_ (data, leaker<value_type> ()) {}
- 
-@@ -833,13 +833,13 @@
-         void resize (size_type size, pointer data, value_type init) {
-             resize_internal (size, data, init, true);
-         }
--        BOOST_UBLAS_INLINE
-         template <size_t N>
-+        BOOST_UBLAS_INLINE
-         void resize (T (&data)[N]) {
-             resize_internal (N, data, value_type (), false);
-         }
--        BOOST_UBLAS_INLINE
-         template <size_t N>
-+        BOOST_UBLAS_INLINE
-         void resize (T (&data)[N], value_type init) {
-             resize_internal (N, data, init, true);
-         }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150816/73e50fd4/attachment.html>


More information about the macports-changes mailing list