Upgrade v8-devel to 3.27.7.
This commit is contained in:
parent
9f764c35ed
commit
59f65c82ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356351
4 changed files with 5 additions and 16 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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];
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue