Browse Source

upgrading package: v8 3.21.11 -> 3.22.24

master
parent
commit
d460acaac2
  1. 28
      v8/v8.patch
  2. 5
      v8/v8.spec

28
v8/v8.patch

@ -1,21 +1,33 @@
Index: build/all.gyp
--- build/all.gyp.orig 2011-09-07 18:05:57.000000000 +0200
+++ build/all.gyp 2013-07-03 09:36:06.365162248 +0200
@@ -8,10 +8,7 @@
--- build/all.gyp.orig 2013-10-16 12:38:50.000000000 +0200
+++ build/all.gyp 2013-10-31 19:44:35.847786172 +0100
@@ -8,9 +8,7 @@
'target_name': 'All',
'type': 'none',
'dependencies': [
- '../preparser/preparser.gyp:*',
- '../samples/samples.gyp:*',
'../src/d8.gyp:d8',
- '../src/d8.gyp:d8',
- '../test/cctest/cctest.gyp:*',
+ '../src/d8.gyp:d8'
],
}
]
Index: src/platform-freebsd.cc
--- src/platform-freebsd.cc.orig 2013-09-28 18:02:01.000000000 +0200
+++ src/platform-freebsd.cc 2013-10-31 20:03:09.708026929 +0100
@@ -182,7 +182,7 @@
// There may be no filename in this line. Skip to next.
if (start_of_path == NULL) continue;
buffer[bytes_read] = 0;
- LOG(isolate SharedLibraryEvent(start_of_path, start, end));
+ LOG(isolate, SharedLibraryEvent(start_of_path, start, end));
}
close(fd);
}
Index: tools/gyp/v8.gyp
--- tools/gyp/v8.gyp.orig 2013-07-03 09:28:04.000000000 +0200
+++ tools/gyp/v8.gyp 2013-07-03 10:40:50.725174118 +0200
@@ -204,6 +204,9 @@
--- tools/gyp/v8.gyp.orig 2013-10-30 23:47:03.000000000 +0100
+++ tools/gyp/v8.gyp 2013-10-31 19:44:35.847786172 +0100
@@ -205,6 +205,9 @@
'../../src',
],
'sources': [ ### gcmole(all) ###

5
v8/v8.spec

@ -31,8 +31,8 @@ Distribution: OpenPKG Community
Class: EVAL
Group: Language
License: BSD
Version: 3.21.11
Release: 20130907
Version: 3.22.24
Release: 20131031
# list of sources
Source0: http://download.openpkg.org/components/versioned/v8/v8-%{version}.tar.bz2
@ -72,6 +72,7 @@ PreReq: libexecinfo
werror=no \
component=static_library \
strictaliasing=off \
i18nsupport=off \
vfp3=off
%install

Loading…
Cancel
Save