Modified: trunk/dports/devel/boost/Portfile (74804 => 74805)
--- 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