[74805] trunk/dports/devel/boost/Portfile
adfernandes at macports.org
adfernandes at macports.org
Sun Jan 2 17:10:49 PST 2011
Revision: 74805
http://trac.macports.org/changeset/74805
Author: adfernandes at macports.org
Date: 2011-01-02 17:10:42 -0800 (Sun, 02 Jan 2011)
Log Message:
-----------
devel/boost : add ICU as intrinsic dependency as per #27641
Modified Paths:
--------------
trunk/dports/devel/boost/Portfile
Modified: trunk/dports/devel/boost/Portfile
===================================================================
--- trunk/dports/devel/boost/Portfile 2011-01-03 01:09:33 UTC (rev 74804)
+++ trunk/dports/devel/boost/Portfile 2011-01-03 01:10:42 UTC (rev 74805)
@@ -5,7 +5,7 @@
name boost
version 1.45.0
-revision 1
+revision 2
license Boost-1.0
categories devel
platforms darwin
@@ -29,7 +29,8 @@
depends_lib port:zlib \
port:expat \
- port:bzip2
+ port:bzip2 \
+ port:icu
proc write_jam s {
global worksrcpath
@@ -41,7 +42,8 @@
configure.cmd ./bootstrap.sh
configure.args --without-libraries=python \
--without-libraries=mpi \
- --without-icu
+ --with-icu=${prefix}
+
configure.universal_args
post-configure {
@@ -87,7 +89,7 @@
destroot.post_args
#
pre-destroot {
- eval destroot.args ${build.args} --prefix=${destroot}${prefix}
+ eval destroot.args ${build.args} --prefix=${destroot}${prefix}
system "find ${worksrcpath} -type f -name '*.gch' -exec rm {} \\;"
}
@@ -159,12 +161,6 @@
build.args-append variant=debug,release
}
-variant icu description {Enable Unicode support in Boost.Regex through ICU} {
- depends_lib-append port:icu
- configure.args-delete --without-icu
- configure.args-append --with-icu=${prefix}
-}
-
variant no_static description {Disable building static libraries} {
build.args-delete link=shared,static
build.args-append link=shared
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110102/c88162a0/attachment.html>
More information about the macports-changes
mailing list