[111843] trunk/dports/lang/v8/Portfile
cal at macports.org
cal at macports.org
Thu Oct 3 10:14:08 PDT 2013
Revision: 111843
https://trac.macports.org/changeset/111843
Author: cal at macports.org
Date: 2013-10-03 10:14:08 -0700 (Thu, 03 Oct 2013)
Log Message:
-----------
v8: update to 3.22.7, use MacPorts icu
Modified Paths:
--------------
trunk/dports/lang/v8/Portfile
Modified: trunk/dports/lang/v8/Portfile
===================================================================
--- 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
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131003/7991e324/attachment.html>
More information about the macports-changes
mailing list