From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1106713881D for ; Sat, 26 Sep 2015 23:41:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAA2621C002; Sat, 26 Sep 2015 23:41:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94A2621C002 for ; Sat, 26 Sep 2015 23:41:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F4AD340D70 for ; Sat, 26 Sep 2015 23:41:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E60AD1FA for ; Sat, 26 Sep 2015 23:41:29 +0000 (UTC) From: "Dion Moult" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dion Moult" Message-ID: <1443310099.29576cc6a591b109f32119dd8e2240dd863b9d05.moult@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/phantomjs/, www-client/phantomjs/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/phantomjs/files/phantomjs-gcc5-compile-fix.patch www-client/phantomjs/phantomjs-2.0.0.ebuild X-VCS-Directories: www-client/phantomjs/files/ www-client/phantomjs/ X-VCS-Committer: moult X-VCS-Committer-Name: Dion Moult X-VCS-Revision: 29576cc6a591b109f32119dd8e2240dd863b9d05 X-VCS-Branch: master Date: Sat, 26 Sep 2015 23:41:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3ac96a4c-d5dd-444f-99fe-e66fc2fdd287 X-Archives-Hash: 5d3fb8260c3a01ca8c1ecaf10205936e commit: 29576cc6a591b109f32119dd8e2240dd863b9d05 Author: Dion Moult gentoo org> AuthorDate: Sat Sep 26 23:28:19 2015 +0000 Commit: Dion Moult gentoo org> CommitDate: Sat Sep 26 23:28:19 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29576cc6 www-client/phantomjs: Add GCC compilation patch Package-Manager: portage-2.2.15 .../phantomjs/files/phantomjs-gcc5-compile-fix.patch | 14 ++++++++++++++ www-client/phantomjs/phantomjs-2.0.0.ebuild | 1 + 2 files changed, 15 insertions(+) diff --git a/www-client/phantomjs/files/phantomjs-gcc5-compile-fix.patch b/www-client/phantomjs/files/phantomjs-gcc5-compile-fix.patch new file mode 100644 index 0000000..7191050 --- /dev/null +++ b/www-client/phantomjs/files/phantomjs-gcc5-compile-fix.patch @@ -0,0 +1,14 @@ +--- a/src/qt/qtwebkit/Source/JavaScriptCore/runtime/JSObject.cpp 2015-01-24 08:19:52.000000000 +0600 ++++ b/src/qt/qtwebkit/Source/JavaScriptCore/runtime/JSObject.cpp 2015-09-24 18:18:45.598322592 +0600 +@@ -1909,6 +1909,11 @@ + } + } + ++// Used in JSArray.cpp so we must instantiate explicit ++template void JSObject::putByIndexBeyondVectorLengthWithoutAttributes(ExecState* exec, unsigned i, JSValue value); ++template void JSObject::putByIndexBeyondVectorLengthWithoutAttributes(ExecState* exec, unsigned i, JSValue value); ++template void JSObject::putByIndexBeyondVectorLengthWithoutAttributes(ExecState* exec, unsigned i, JSValue value); ++ + void JSObject::putByIndexBeyondVectorLengthWithArrayStorage(ExecState* exec, unsigned i, JSValue value, bool shouldThrow, ArrayStorage* storage) + { + VM& vm = exec->vm(); diff --git a/www-client/phantomjs/phantomjs-2.0.0.ebuild b/www-client/phantomjs/phantomjs-2.0.0.ebuild index 6b6a81d..e52d78f 100644 --- a/www-client/phantomjs/phantomjs-2.0.0.ebuild +++ b/www-client/phantomjs/phantomjs-2.0.0.ebuild @@ -33,6 +33,7 @@ DEPEND="${RDEPEND} src_prepare() { epatch "${FILESDIR}/phantomjs-python3-udis86-itab.patch" + epatch "${FILESDIR}/phantomjs-gcc5-compile-fix.patch" # Respect CC, CXX, {C,CXX,LD}FLAGS in .qmake.cache sed -i \