summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-06-20 13:00:35 +0000
committerJeroen Roovers <jer@gentoo.org>2013-06-20 13:00:35 +0000
commitc921490bfee1d3ee31e9b185d86fc7b5e35e0f7e (patch)
tree5d372c00be7c4169e0375eb0328e0ac71fcf07be /www-client
parentAdd ~ppc, wrt bug #465870 (diff)
downloadgentoo-2-c921490bfee1d3ee31e9b185d86fc7b5e35e0f7e.tar.gz
gentoo-2-c921490bfee1d3ee31e9b185d86fc7b5e35e0f7e.tar.bz2
gentoo-2-c921490bfee1d3ee31e9b185d86fc7b5e35e0f7e.zip
Add descriptive headers to the HPPA patches (bug #414297).
(Portage version: 2.2.0_alpha181/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/firefox/ChangeLog6
-rw-r--r--www-client/firefox/files/firefox-20-hppa.patch11
-rw-r--r--www-client/firefox/files/firefox-21-hppa.patch11
3 files changed, 27 insertions, 1 deletions
diff --git a/www-client/firefox/ChangeLog b/www-client/firefox/ChangeLog
index e978878c571f..edd55d5960d2 100644
--- a/www-client/firefox/ChangeLog
+++ b/www-client/firefox/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-client/firefox
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.247 2013/06/10 12:42:40 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.248 2013/06/20 13:00:35 jer Exp $
+
+ 20 Jun 2013; Jeroen Roovers <jer@gentoo.org> files/firefox-20-hppa.patch,
+ files/firefox-21-hppa.patch:
+ Add descriptive headers to the HPPA patches (bug #414297).
10 Jun 2013; Jory A. Pratt <anarchy@gentoo.org> firefox-17.0.6-r1.ebuild:
Define DICTPATH so system dictionaries are used
diff --git a/www-client/firefox/files/firefox-20-hppa.patch b/www-client/firefox/files/firefox-20-hppa.patch
index 79d447099060..b378a1cbe40e 100644
--- a/www-client/firefox/files/firefox-20-hppa.patch
+++ b/www-client/firefox/files/firefox-20-hppa.patch
@@ -1,3 +1,14 @@
+Fix recent changes in the case of a stack that grows up (on PARISC):
+
+js/src/gc/RootMarking.cpp: In function 'void MarkConservativeStackRoots(JSTracer*, bool)':
+js/src/gc/RootMarking.cpp:317:20: error: invalid conversion from 'uintptr_t {aka unsigned int}' to 'uintptr_t* {aka unsigned int*}' [-fpermissive]
+
+This case didn't see the changes that the alternative got
+https://bugs.gentoo.org/show_bug.cgi?id=414297
+
+ Jeroen Roovers <jer@gentoo.org>
+--
+
--- a/js/src/gc/RootMarking.cpp
+++ b/js/src/gc/RootMarking.cpp
@@ -314,7 +314,7 @@
diff --git a/www-client/firefox/files/firefox-21-hppa.patch b/www-client/firefox/files/firefox-21-hppa.patch
index 8186221c217d..167bb1130b4c 100644
--- a/www-client/firefox/files/firefox-21-hppa.patch
+++ b/www-client/firefox/files/firefox-21-hppa.patch
@@ -1,3 +1,14 @@
+Fix recent changes in the case of a stack that grows up (on PARISC):
+
+js/src/jsapi.cpp: In constructor 'JSRuntime::JSRuntime(JSUseHelperThreads)':
+js/src/jsapi.cpp:895:5: error: 'nativeStackLimit' was not declared in this scope
+
+This case didn't see the changes that the alternative got
+See https://bugs.gentoo.org/show_bug.cgi?id=414297
+
+ Jeroen Roovers <jer@gentoo.org>
+--
+
--- a/js/src/jsapi.cpp 2013-05-11 21:19:34.000000000 +0200
+++ b/js/src/jsapi.cpp 2013-05-28 17:39:15.347027000 +0200
@@ -892,7 +892,7 @@