[63360] trunk/dports/devel/boost

nox at macports.org nox at macports.org
Wed Feb 3 07:43:53 PST 2010


Revision: 63360
          http://trac.macports.org/changeset/63360
Author:   nox at macports.org
Date:     2010-02-03 07:43:50 -0800 (Wed, 03 Feb 2010)
Log Message:
-----------
Update to boost 1.42.0

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

Removed Paths:
-------------
    trunk/dports/devel/boost/files/patch-boost-iostreams-device-mapped_file.hpp.diff

Modified: trunk/dports/devel/boost/Portfile
===================================================================
--- trunk/dports/devel/boost/Portfile	2010-02-03 14:55:15 UTC (rev 63359)
+++ trunk/dports/devel/boost/Portfile	2010-02-03 15:43:50 UTC (rev 63360)
@@ -4,9 +4,8 @@
 PortSystem      1.0
 
 name            boost
-version         1.41.0
+version         1.42.0
 license         Boost-1.0
-revision        2
 categories      devel
 platforms       darwin
 maintainers     nox openmaintainer
@@ -22,12 +21,11 @@
 distname        ${name}_[join [split ${version} .] _]
 use_bzip2       yes
 
-checksums       md5     8bb65e133907db727a2a825c5400d0a6 \
-                sha1    31134e28866b90c39ca4a903c263e036bb25550c \
-                rmd160  a604ef5a6f6f5bf50be59206c8534258ab431aea
+checksums       md5     7bf3b4eb841b62ffb0ade2b82218ebe6 \
+                sha1    3ce3bb1a1bed504635287017f9e628597b409e7b \
+                rmd160  90cea6aaa35f22b97e6eb3f5879ca9fe21098349
 
-patchfiles      patch-boost-iostreams-device-mapped_file.hpp.diff \
-                patch-libs-random-random_device.cpp.diff
+patchfiles      patch-libs-random-random_device.cpp.diff
 
 post-extract {
     file mkdir ${worksrcpath}/libs/random/build
@@ -164,9 +162,7 @@
     }
 
     if {![catch python_dir]} {
-        if {[variant_isset st]} {
-            patchfiles-append   patch-libs-mpi-build-Jamfile.v2.diff
-        }
+        patchfiles-append patch-libs-mpi-build-Jamfile.v2.diff
 
         post-destroot {
             set site_packages [python_dir]

Deleted: trunk/dports/devel/boost/files/patch-boost-iostreams-device-mapped_file.hpp.diff
===================================================================
--- trunk/dports/devel/boost/files/patch-boost-iostreams-device-mapped_file.hpp.diff	2010-02-03 14:55:15 UTC (rev 63359)
+++ trunk/dports/devel/boost/files/patch-boost-iostreams-device-mapped_file.hpp.diff	2010-02-03 15:43:50 UTC (rev 63360)
@@ -1,18 +0,0 @@
---- boost/iostreams/device/mapped_file.hpp
-+++ boost/iostreams/device/mapped_file.hpp
-@@ -4,6 +4,9 @@
- // Distributed under the Boost Software License, Version 1.0. (See accompanying
- // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.)
- 
-+#ifndef BOOST_IOSTREAMS_MAPPED_FILE_HPP_INCLUDED
-+#define BOOST_IOSTREAMS_MAPPED_FILE_HPP_INCLUDED
-+
- #if defined(_MSC_VER) && (_MSC_VER >= 1020)
- # pragma once
- #endif
-@@ -591,3 +594,5 @@ operator^=(mapped_file::mapmode& a, mapped_file::mapmode b)
- } } // End namespaces iostreams, boost.
- 
- #include <boost/config/abi_suffix.hpp> // pops abi_suffix.hpp pragmas
-+
-+#endif // #ifndef BOOST_IOSTREAMS_MAPPED_FILE_HPP_INCLUDED
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100203/39060715/attachment.html>


More information about the macports-changes mailing list