regen patches

This commit is contained in:
jasper 2012-05-07 18:11:29 +00:00
parent 5ce8777473
commit 4a1b9539c3
3 changed files with 12 additions and 12 deletions

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-deps_v8_src_heap_cc,v 1.4 2011/12/07 12:18:01 sthen Exp $
--- deps/v8/src/heap.cc.orig Wed Nov 16 13:45:37 2011
+++ deps/v8/src/heap.cc Wed Nov 16 13:47:00 2011
@@ -5025,6 +5025,29 @@ bool Heap::ConfigureHeap(int max_semispace_size,
$OpenBSD: patch-deps_v8_src_heap_cc,v 1.5 2012/05/07 18:11:29 jasper Exp $
--- deps/v8/src/heap.cc.orig Fri May 4 22:12:52 2012
+++ deps/v8/src/heap.cc Mon May 7 20:09:43 2012
@@ -5032,6 +5032,29 @@ bool Heap::ConfigureHeap(int max_semispace_size,
initial_semispace_size_ = Min(initial_semispace_size_, max_semispace_size_);
external_allocation_limit_ = 10 * max_semispace_size_;

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-lib_module_js,v 1.1 2012/01/05 20:36:53 jeremy Exp $
--- lib/module.js.orig Wed Jan 4 09:06:46 2012
+++ lib/module.js Wed Jan 4 09:08:58 2012
@@ -473,6 +473,8 @@ Module.runMain = function() {
$OpenBSD: patch-lib_module_js,v 1.2 2012/05/07 18:11:29 jasper Exp $
--- lib/module.js.orig Fri May 4 22:12:52 2012
+++ lib/module.js Mon May 7 20:09:43 2012
@@ -482,6 +482,8 @@ Module.runMain = function() {
Module._initPaths = function() {
var paths = [path.resolve(process.execPath, '..', '..', 'lib', 'node')];

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-wscript,v 1.10 2011/12/21 09:56:54 sthen Exp $
--- wscript.orig Tue Dec 20 14:55:21 2011
+++ wscript Tue Dec 20 14:57:09 2011
@@ -537,7 +537,7 @@ def configure(conf):
$OpenBSD: patch-wscript,v 1.11 2012/05/07 18:11:29 jasper Exp $
--- wscript.orig Fri May 4 22:12:52 2012
+++ wscript Mon May 7 20:09:43 2012
@@ -540,7 +540,7 @@ def configure(conf):
# Configure default variant
conf.setenv('Release')