Modified: trunk/dports/lang/v8/Portfile (111842 => 111843)
--- trunk/dports/lang/v8/Portfile 2013-10-03 16:54:33 UTC (rev 111842)
+++ trunk/dports/lang/v8/Portfile 2013-10-03 17:14:08 UTC (rev 111843)
@@ -4,9 +4,9 @@
PortSystem 1.0
PortGroup github 1.0
-github.setup v8 v8 3.21.15
-checksums rmd160 79734ff8e51e453a237d4f8d92a595e35aacc306 \
- sha256 3a07b7928aafc814f658c727c87d5de7159ef3863733c66020936f0d51677904
+github.setup v8 v8 3.22.7
+checksums rmd160 515ffd46d2565aa58be328e7ece3b0061f0e7aa8 \
+ sha256 8585504035aeb7c814229fd73f9e2fe53e7e31fba559e4fc6b2188510b322437
platforms darwin
supported_archs i386 x86_64
@@ -23,6 +23,8 @@
depends_build bin:svn:subversion
+depends_lib port:icu
+
variant universal {}
post-patch {
@@ -38,9 +40,16 @@
--disable-dependency-tracking
-build.env-append CC=${configure.cc} \
- CXX=${configure.cxx} \
- LINK=${configure.cxx}
+build.env-append CC="${configure.cc}" \
+ CXX="${configure.cxx}" \
+ LINK="${configure.cxx}" \
+ CC.host="${configure.cc}" \
+ CFLAGS.host="${configure.cflags}" \
+ CXX.host="${configure.cxx}" \
+ CXXFLAGS.host="${configure.cxxflags}" \
+ LINK.host="${configure.cxx}" \
+ LDFLAGS.host="${configure.ldflags}" \
+ GYPFLAGS="-Duse_system_icu=1"
if {[string match *clang* ${configure.compiler}]} {
build.env-append GYP_DEFINES=clang=1
}