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

jmr at macports.org jmr at macports.org
Tue Jun 17 11:26:22 PDT 2008


Revision: 37656
          http://trac.macosforge.org/projects/macports/changeset/37656
Author:   jmr at macports.org
Date:     2008-06-17 11:26:21 -0700 (Tue, 17 Jun 2008)

Log Message:
-----------
boost: add a 'complete' variant rather than building static, debug, etc. libs by default (#15334)

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

Modified: trunk/dports/devel/boost/Portfile
===================================================================
--- trunk/dports/devel/boost/Portfile	2008-06-17 17:57:08 UTC (rev 37655)
+++ trunk/dports/devel/boost/Portfile	2008-06-17 18:26:21 UTC (rev 37656)
@@ -4,7 +4,7 @@
 
 name			boost
 version			1.35.0
-revision		1
+revision		2
 categories		devel
 maintainers		sanchom at gmail.com
 description		Collection of portable C++ source libraries
@@ -19,8 +19,7 @@
 platforms		darwin
 
 patchfiles		patch-tools-build-v2-tools-darwin.jam \
-			patch-boost-serialization-utility.hpp \
-			patch-build-type-Jamroot
+			patch-boost-serialization-utility.hpp
 
 depends_build		bin:bjam:boost-jam
 
@@ -151,3 +150,9 @@
         file copy ${worksrcpath}/libs ${destroot}${prefix}/share/doc/${name}
     }
 }
+
+# Should no longer conflict with icu in version 1.35.1, see:
+# http://svn.boost.org/trac/boost/ticket/1928
+variant complete conflicts icu description {Build all library types (debug, static, single-threaded)} {
+    patchfiles-append   patch-build-type-Jamroot
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080617/cc60dce3/attachment.htm 


More information about the macports-changes mailing list