[87834] trunk/dports/devel/boost/Portfile

adfernandes at macports.org adfernandes at macports.org
Wed Dec 7 12:00:29 PST 2011


Revision: 87834
          http://trac.macports.org/changeset/87834
Author:   adfernandes at macports.org
Date:     2011-12-07 12:00:27 -0800 (Wed, 07 Dec 2011)
Log Message:
-----------
devel/boost: revbump to 1.48.0, should retroactively fix #31525 and close #31864 and #32443

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

Modified: trunk/dports/devel/boost/Portfile
===================================================================
--- trunk/dports/devel/boost/Portfile	2011-12-07 18:34:57 UTC (rev 87833)
+++ trunk/dports/devel/boost/Portfile	2011-12-07 20:00:27 UTC (rev 87834)
@@ -4,8 +4,8 @@
 PortSystem      1.0
 
 name            boost
-version         1.47.0
-revision        2
+version         1.48.0
+revision        1
 license         Boost-1.0
 categories      devel
 platforms       darwin
@@ -23,9 +23,9 @@
 distname        ${name}_${distver}
 use_bzip2       yes
 
-checksums           md5     a2dc343f7bc7f83f8941e47ed4a18200 \
-                    sha1    6e3eb548b9d955c0bc6f71c51042b713b678136a \
-                    rmd160  511144eb5ade340115971c372a3c849bd55181f1
+checksums           md5     d1e9a7a7f532bb031a3c175d86688d95 \
+                    sha1    27aced5086e96c6f7b2b684bda2bd515e115da35 \
+                    rmd160  e006121ae5cac37aa419ac5bbf59e090e6ca7f70
 
 depends_lib     port:zlib \
                 port:expat \
@@ -49,10 +49,6 @@
     close ${config}
 }
 
-# FIXME: clang++ 3.0 produces broken boost libraries (Ticket #31525)
-if {${configure.compiler} == "clang"} {
-    configure.compiler llvm-gcc-4.2
-}
 
 configure.cmd       ./bootstrap.sh
 configure.args      --without-libraries=python \
@@ -99,6 +95,7 @@
                 -sEXPAT_LIBPATH=${prefix}/lib \
                 -sZLIB_INCLUDE=${prefix}/include \
                 -sZLIB_LIBPATH=${prefix}/lib \
+                -sICU_PATH=${prefix} \
                 variant=release \
                 threading=single,multi \
                 link=static,shared
@@ -153,7 +150,7 @@
     set i [lsearch -exact ${pythons_ports} ${p}]
     set c [lreplace ${pythons_ports} ${i} ${i}]
     eval [subst {
-        variant ${p} description "Build Boost.Python for Python ${v}" conflicts ${c} {
+        variant ${p} description "Build Boost.Python for Python ${v}" conflicts ${c} debug {
             
             # There is a conflict with python and debug support, so we should really change the 'variant' line above
             # to end with "conflicts ${c} debug" above. However, we leave it enabled for those who want to try it.
@@ -190,7 +187,7 @@
     build.args-append   threading=multi
 }
 
-variant openmpi description {Build Boost.MPI} {
+variant openmpi conflicts debug description {Build Boost.MPI} {
     
     # There is a conflict with python and debug support, so we should really change the 'variant' line above
     # to end with "conflicts debug" above. However, we leave it enabled for those who want to try it.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111207/d415bb37/attachment-0001.html>


More information about the macports-changes mailing list