mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
www/node: regenerate patches with 'make makepatch'
PR: 210619 Submitted by: Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
This commit is contained in:
parent
b8b1a39d25
commit
9b3c997cb8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417792
@ -1,5 +1,5 @@
|
||||
--- deps/v8/src/arm/cpu-arm.cc.orig 2016-05-06 17:09:05.953032000 +0200
|
||||
+++ deps/v8/src/arm/cpu-arm.cc 2016-05-06 17:10:42.094376000 +0200
|
||||
--- deps/v8/src/arm/cpu-arm.cc.orig 2016-06-02 21:53:45 UTC
|
||||
+++ deps/v8/src/arm/cpu-arm.cc
|
||||
@@ -7,6 +7,9 @@
|
||||
#ifdef __QNXNTO__
|
||||
#include <sys/mman.h> // for cache flushing.
|
||||
|
@ -1,4 +1,4 @@
|
||||
--- deps/v8/src/base/atomicops_internals_arm_gcc.h.orig 2016-01-19 17:14:41 UTC
|
||||
--- deps/v8/src/base/atomicops_internals_arm_gcc.h.orig 2016-06-02 21:53:45 UTC
|
||||
+++ deps/v8/src/base/atomicops_internals_arm_gcc.h
|
||||
@@ -13,6 +13,11 @@
|
||||
#include <sys/cpuinline.h>
|
@ -1,6 +1,6 @@
|
||||
--- deps/v8/src/base/platform/platform-freebsd.cc.orig 2016-01-19 17:19:28 UTC
|
||||
--- deps/v8/src/base/platform/platform-freebsd.cc.orig 2016-06-02 21:53:45 UTC
|
||||
+++ deps/v8/src/base/platform/platform-freebsd.cc
|
||||
@@ -36,6 +36,48 @@
|
||||
@@ -35,6 +35,48 @@
|
||||
namespace v8 {
|
||||
namespace base {
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
--- deps/v8/src/log-utils.h.orig 2015-12-09 04:12:52 UTC
|
||||
--- deps/v8/src/log-utils.h.orig 2016-06-02 21:53:46 UTC
|
||||
+++ deps/v8/src/log-utils.h
|
||||
@@ -5,6 +5,9 @@
|
||||
#ifndef V8_LOG_UTILS_H_
|
||||
#define V8_LOG_UTILS_H_
|
||||
@@ -9,6 +9,9 @@
|
||||
|
||||
#include <cstdarg>
|
||||
|
||||
+#include <cstdio>
|
||||
+#include <cstdarg>
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- ./deps/v8/src/profiler/sampler.cc.orig 2016-05-06 11:58:26 UTC
|
||||
+++ ./deps/v8/src/profiler/sampler.cc
|
||||
--- deps/v8/src/profiler/sampler.cc.orig 2016-06-02 21:53:46 UTC
|
||||
+++ deps/v8/src/profiler/sampler.cc
|
||||
@@ -515,9 +515,9 @@ void SignalHandler::HandleProfilerSignal
|
||||
state.sp = reinterpret_cast<Address>(mcontext.mc_rsp);
|
||||
state.fp = reinterpret_cast<Address>(mcontext.mc_rbp);
|
||||
|
Loading…
Reference in New Issue
Block a user