From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 47938138334 for ; Sun, 4 Nov 2018 14:54:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DAE3E09DF; Sun, 4 Nov 2018 14:54:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EED26E09DF for ; Sun, 4 Nov 2018 14:54:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F2830335C08 for ; Sun, 4 Nov 2018 14:54:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21868455 for ; Sun, 4 Nov 2018 14:54:03 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1541343233.2b14a6fb9791ab9a4b7f872a722d3ecc9d6b088c.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/, www-client/firefox/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/firefox/files/firefox-63.0.1-support-latest-cbindgen.patch www-client/firefox/firefox-63.0.1.ebuild X-VCS-Directories: www-client/firefox/files/ www-client/firefox/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 2b14a6fb9791ab9a4b7f872a722d3ecc9d6b088c X-VCS-Branch: master Date: Sun, 4 Nov 2018 14:54:03 +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: d741856e-7775-4271-bba9-c10731917a14 X-Archives-Hash: 573b6ba87e09b3f27b562f31ba555b03 commit: 2b14a6fb9791ab9a4b7f872a722d3ecc9d6b088c Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Nov 4 14:52:51 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Nov 4 14:53:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b14a6fb www-client/firefox: unbreak with cbindgen 0.6.7 This commit will revert commit cf4b8d6c6a5b6e7e1b8b29a2f3045298a6ffc403 which is now possible due to an upstream patch which adds support for latest cbindgen to firefox-63.x. Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> .../firefox-63.0.1-support-latest-cbindgen.patch | 29 ++++++++++++++++++++++ www-client/firefox/firefox-63.0.1.ebuild | 4 ++- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/www-client/firefox/files/firefox-63.0.1-support-latest-cbindgen.patch b/www-client/firefox/files/firefox-63.0.1-support-latest-cbindgen.patch new file mode 100644 index 00000000000..7b75e21cd5e --- /dev/null +++ b/www-client/firefox/files/firefox-63.0.1-support-latest-cbindgen.patch @@ -0,0 +1,29 @@ +https://bugzilla.mozilla.org/show_bug.cgi?id=1503401 + +commit b85791110fe6 +Author: Emilio Cobos Álvarez +Date: Tue Oct 30 22:21:52 2018 +0100 + + Keep mozilla-release building with newer cbindgen versions. +--- + servo/components/style/cbindgen.toml | 6 ++++++ + 1 file changed, 6 insertions(+) + +diff --git servo/components/style/cbindgen.toml servo/components/style/cbindgen.toml +index 46162e43db5e..49872e88b7d9 100644 +--- a/servo/components/style/cbindgen.toml ++++ b/servo/components/style/cbindgen.toml +@@ -28,6 +28,12 @@ include = [ + "StyleDisplay", + "StyleDisplayMode", + "StyleFillRule", +- "StylePathCommand" ++ "StylePathCommand", ++ ++ "Appearance", ++ "Display", ++ "DisplayMode", ++ "FillRule", ++ "PathCommand" + ] + item_types = ["enums", "structs", "typedefs"] diff --git a/www-client/firefox/firefox-63.0.1.ebuild b/www-client/firefox/firefox-63.0.1.ebuild index b2621cb3f5c..5f0eeffe545 100644 --- a/www-client/firefox/firefox-63.0.1.ebuild +++ b/www-client/firefox/firefox-63.0.1.ebuild @@ -104,7 +104,7 @@ RDEPEND="${CDEPEND} DEPEND="${CDEPEND} app-arch/zip app-arch/unzip - =net-libs/nodejs-8.11.0 >=sys-devel/binutils-2.30 sys-apps/findutils @@ -180,6 +180,8 @@ src_unpack() { src_prepare() { eapply "${WORKDIR}/firefox" + eapply "${FILESDIR}"/${P}-support-latest-cbindgen.patch + # Allow user to apply any additional patches without modifing ebuild eapply_user