diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-06-03 12:45:27 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-06-03 12:45:27 +0000 |
commit | a2be03d9e043b2aa0a47555dcc1f989b76002c90 (patch) | |
tree | e887032a7873793c6df97212af60e11960f36b8e | |
parent | 4bc867d31f21da4a48090630f7b66c1f053bab93 (diff) | |
download | FreeBSD-ports-a2be03d9e043b2aa0a47555dcc1f989b76002c90.zip FreeBSD-ports-a2be03d9e043b2aa0a47555dcc1f989b76002c90.tar.gz |
Upgrade v8-devel to 3.27.7.
-rw-r--r-- | lang/v8-devel/Makefile | 4 | ||||
-rw-r--r-- | lang/v8-devel/distinfo | 4 | ||||
-rw-r--r-- | lang/v8-devel/files/patch-lithium-codegen-ia32.h | 11 | ||||
-rw-r--r-- | lang/v8/Makefile | 2 |
4 files changed, 5 insertions, 16 deletions
diff --git a/lang/v8-devel/Makefile b/lang/v8-devel/Makefile index 7ebad47..09a8a1c 100644 --- a/lang/v8-devel/Makefile +++ b/lang/v8-devel/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= v8 -PORTVERSION= 3.24.30 -PORTREVISION= 1 +PORTVERSION= 3.27.7 +PORTREVISION= 0 CATEGORIES= lang MASTER_SITES= LOCAL/vanilla PKGNAMESUFFIX= -devel diff --git a/lang/v8-devel/distinfo b/lang/v8-devel/distinfo index 493cc15..0be92b2 100644 --- a/lang/v8-devel/distinfo +++ b/lang/v8-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (v8-3.24.30.tar.xz) = 9178700254290e38eb7085e44d879ffbc7871dd1eeacebb7c08cb1c49924e22a -SIZE (v8-3.24.30.tar.xz) = 34185612 +SHA256 (v8-3.27.7.tar.xz) = 1b93c506c27f934df092d4193a3caa5fc845141ea397bf0adbc6e6a81ba55db5 +SIZE (v8-3.27.7.tar.xz) = 34568660 diff --git a/lang/v8-devel/files/patch-lithium-codegen-ia32.h b/lang/v8-devel/files/patch-lithium-codegen-ia32.h deleted file mode 100644 index 848718a..0000000 --- a/lang/v8-devel/files/patch-lithium-codegen-ia32.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/ia32/lithium-codegen-ia32.h.orig 2013-12-28 22:35:15.000000000 +0800 -+++ src/ia32/lithium-codegen-ia32.h 2013-12-28 22:35:41.000000000 +0800 -@@ -426,7 +426,7 @@ class LCodeGen: public LCodeGenBase { - explicit X87Stack(MacroAssembler* masm) - : stack_depth_(0), is_mutable_(true), masm_(masm) { } - explicit X87Stack(const X87Stack& other) -- : stack_depth_(other.stack_depth_), is_mutable_(false), masm_(masm()) { -+ : stack_depth_(other.stack_depth_), is_mutable_(false), masm_(NULL) { - for (int i = 0; i < stack_depth_; i++) { - stack_[i] = other.stack_[i]; - } diff --git a/lang/v8/Makefile b/lang/v8/Makefile index c69c315..e97b84e 100644 --- a/lang/v8/Makefile +++ b/lang/v8/Makefile @@ -14,7 +14,7 @@ LICENSE= BSD3CLAUSE BUILD_DEPENDS= python:${PORTSDIR}/lang/python LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo -CONFLICTS= v8-3.24.* +CONFLICTS= v8-3.27.* USES= gmake compiler tar:xz USE_PYTHON= 2 |