diff options
author | Landry Breuil <landry@rhaalovely.net> | 2014-03-08 11:38:09 +0100 |
---|---|---|
committer | Landry Breuil <landry@rhaalovely.net> | 2014-03-08 11:38:09 +0100 |
commit | 66e1577a083bd042df9a228cfebb90b7a21f170e (patch) | |
tree | 1b03219bb3077cee185833ed3a37e8562bb2131e /patches | |
parent | 633114ffb5d67bfde83584dbdf08b6726820eaa6 (diff) |
add links to upstream bugs
Diffstat (limited to 'patches')
5 files changed, 6 insertions, 0 deletions
diff --git a/patches/patch-Source_JavaScriptCore_heap_MachineStackMarker_cpp b/patches/patch-Source_JavaScriptCore_heap_MachineStackMarker_cpp index f9bd129..fe75558 100644 --- a/patches/patch-Source_JavaScriptCore_heap_MachineStackMarker_cpp +++ b/patches/patch-Source_JavaScriptCore_heap_MachineStackMarker_cpp @@ -1,4 +1,5 @@ $OpenBSD: patch-Source_JavaScriptCore_heap_MachineStackMarker_cpp,v 1.3 2013/04/13 09:11:02 landry Exp $ +https://bugs.webkit.org/show_bug.cgi?id=129965 --- Source/JavaScriptCore/heap/MachineStackMarker.cpp.orig Tue Feb 4 17:38:03 2014 +++ Source/JavaScriptCore/heap/MachineStackMarker.cpp Fri Feb 14 20:41:39 2014 @@ -352,8 +352,10 @@ static size_t getPlatformThreadRegisters(const Platfor diff --git a/patches/patch-Source_ThirdParty_leveldb_port_port_posix_h b/patches/patch-Source_ThirdParty_leveldb_port_port_posix_h index 84a5c67..006d5b1 100644 --- a/patches/patch-Source_ThirdParty_leveldb_port_port_posix_h +++ b/patches/patch-Source_ThirdParty_leveldb_port_port_posix_h @@ -1,5 +1,6 @@ $OpenBSD: patch-Source_ThirdParty_leveldb_port_port_posix_h,v 1.1 2013/04/13 09:11:02 landry Exp $ http://code.google.com/p/leveldb/issues/detail?id=98 +https://bugs.webkit.org/show_bug.cgi?id=129966 --- Source/ThirdParty/leveldb/port/port_posix.h.orig Fri Mar 8 23:47:55 2013 +++ Source/ThirdParty/leveldb/port/port_posix.h Sat Mar 9 00:19:53 2013 @@ -25,10 +25,11 @@ diff --git a/patches/patch-Source_WTF_wtf_MathExtras_h b/patches/patch-Source_WTF_wtf_MathExtras_h index 7982c8e..107b235 100644 --- a/patches/patch-Source_WTF_wtf_MathExtras_h +++ b/patches/patch-Source_WTF_wtf_MathExtras_h @@ -1,6 +1,7 @@ $OpenBSD: patch-Source_WTF_wtf_MathExtras_h,v 1.1 2013/10/06 14:03:43 landry Exp $ signbit & isfinite are defined in gcc's cmath for 4.6 & 4.8.. so partly revert https://bugs.webkit.org/show_bug.cgi?id=19975, make it conditional to older gcc +https://bugs.webkit.org/show_bug.cgi?id=129927 --- Source/WTF/wtf/MathExtras.h.orig Tue Jan 21 15:06:51 2014 +++ Source/WTF/wtf/MathExtras.h Fri Feb 14 20:41:39 2014 @@ -94,7 +94,8 @@ inline bool isinf(double x) { return !finite(x) && !is diff --git a/patches/patch-Source_WTF_wtf_Platform_h b/patches/patch-Source_WTF_wtf_Platform_h index e364e8b..9b73a44 100644 --- a/patches/patch-Source_WTF_wtf_Platform_h +++ b/patches/patch-Source_WTF_wtf_Platform_h @@ -12,6 +12,8 @@ http://trac.webkit.org/changeset/164220 https://bugs.webkit.org/show_bug.cgi?id=128898 (also check https://bugs.webkit.org/show_bug.cgi?id=128549) +https://bugs.webkit.org/show_bug.cgi?id=129963 for dfg_jit/llint + chunk 6/7 needed to build on ppc, otherwise assembler is enabled (because of llint cloop) but there's no asm for ppc --- Source/WTF/wtf/Platform.h.orig Mon Mar 3 09:11:49 2014 diff --git a/patches/patch-Source_WebKit2_Platform_IPC_unix_ConnectionUnix_cpp b/patches/patch-Source_WebKit2_Platform_IPC_unix_ConnectionUnix_cpp index ec8846f..2646384 100644 --- a/patches/patch-Source_WebKit2_Platform_IPC_unix_ConnectionUnix_cpp +++ b/patches/patch-Source_WebKit2_Platform_IPC_unix_ConnectionUnix_cpp @@ -1,4 +1,5 @@ $OpenBSD$ +https://bugs.webkit.org/show_bug.cgi?id=129964 --- Source/WebKit2/Platform/IPC/unix/ConnectionUnix.cpp.orig Mon Feb 17 20:17:28 2014 +++ Source/WebKit2/Platform/IPC/unix/ConnectionUnix.cpp Mon Feb 17 20:17:50 2014 @@ -31,6 +31,7 @@ |