diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2012-10-23 16:36:12 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2012-10-23 16:36:12 +0000 |
commit | d6799815c851ac146837cf9e7cb16df074831de7 (patch) | |
tree | c733955d117de27b8e2b75ed42a0b0195a73be1f /lang/v8 | |
parent | Add the test-target for running vendor's self-tests and attempt to (diff) |
Upgrade to 3.14.5.
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=306316
Diffstat (limited to 'lang/v8')
-rw-r--r-- | lang/v8/Makefile | 3 | ||||
-rw-r--r-- | lang/v8/distinfo | 4 | ||||
-rw-r--r-- | lang/v8/files/patch-SConstruct | 11 | ||||
-rw-r--r-- | lang/v8/files/patch-gyp_common.py | 11 | ||||
-rw-r--r-- | lang/v8/pkg-plist | 1 |
5 files changed, 5 insertions, 25 deletions
diff --git a/lang/v8/Makefile b/lang/v8/Makefile index af63c7735ca4..2171bce7b215 100644 --- a/lang/v8/Makefile +++ b/lang/v8/Makefile @@ -6,7 +6,7 @@ # PORTNAME= v8 -PORTVERSION= 3.13.7 +PORTVERSION= 3.14.5 PORTREVISION= 0 CATEGORIES= lang MASTER_SITES= LOCAL/vanilla @@ -45,6 +45,7 @@ ONLY_FOR_ARCHS= i386 amd64 .include <bsd.port.pre.mk> do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/out/native/d8 ${PREFIX}/bin/d8 ${INSTALL_LIB} -m 755 ${WRKSRC}/out/native/lib.target/libv8.so ${PREFIX}/lib/libv8.so.1 ${LN} -sf ${PREFIX}/lib/libv8.so.1 ${PREFIX}/lib/libv8.so ${INSTALL_DATA} ${WRKSRC}/include/v8.h ${PREFIX}/include/ diff --git a/lang/v8/distinfo b/lang/v8/distinfo index c141484c5bd2..047e8025e402 100644 --- a/lang/v8/distinfo +++ b/lang/v8/distinfo @@ -1,2 +1,2 @@ -SHA256 (v8-3.13.7.tar.xz) = 54508a2ae149fc6d2a56e362ab621a98cd689682c0f331ba69f32d59ede21fee -SIZE (v8-3.13.7.tar.xz) = 8458240 +SHA256 (v8-3.14.5.tar.xz) = f6eed39bcd9f92116f665b82dcdf76a1708ac974e45dfcedb53eed5fefda8a7f +SIZE (v8-3.14.5.tar.xz) = 8565300 diff --git a/lang/v8/files/patch-SConstruct b/lang/v8/files/patch-SConstruct deleted file mode 100644 index 8f64d7df09bd..000000000000 --- a/lang/v8/files/patch-SConstruct +++ /dev/null @@ -1,11 +0,0 @@ ---- SConstruct.orig 2012-02-08 09:38:50.000000000 +0800 -+++ SConstruct 2012-02-08 09:50:13.000000000 +0800 -@@ -115,7 +115,7 @@ LIBRARY_FLAGS = { - 'CPPPATH' : [src_dir, '/usr/local/include'], - 'LIBPATH' : ['/usr/local/lib'], - 'CCFLAGS': ['-ansi'], -- 'LIBS': ['execinfo'] -+ 'LIBS': ['pthread', 'execinfo'] - }, - 'os:openbsd': { - 'CPPPATH' : [src_dir, '/usr/local/include'], diff --git a/lang/v8/files/patch-gyp_common.py b/lang/v8/files/patch-gyp_common.py deleted file mode 100644 index 9af68f4b6ef4..000000000000 --- a/lang/v8/files/patch-gyp_common.py +++ /dev/null @@ -1,11 +0,0 @@ ---- build/gyp/pylib/gyp/common.py.orig 2012-05-14 16:25:53.000000000 +0800 -+++ build/gyp/pylib/gyp/common.py 2012-05-14 16:26:03.000000000 +0800 -@@ -355,6 +355,8 @@ def GetFlavor(params): - 'sunos5': 'solaris', - 'freebsd7': 'freebsd', - 'freebsd8': 'freebsd', -+ 'freebsd9': 'freebsd', -+ 'freebsd10': 'freebsd', - } - flavor = flavors.get(sys.platform, 'linux') - return params.get('flavor', flavor) diff --git a/lang/v8/pkg-plist b/lang/v8/pkg-plist index d2009bb39a9c..6f5d8cd5798c 100644 --- a/lang/v8/pkg-plist +++ b/lang/v8/pkg-plist @@ -1,3 +1,4 @@ +bin/d8 include/v8.h include/v8-debug.h include/v8-preparser.h |