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 8534E138334 for ; Sun, 8 Jul 2018 22:03:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AD27E0921; Sun, 8 Jul 2018 22:03:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5B8D3E0921 for ; Sun, 8 Jul 2018 22:03:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 96C54335C63 for ; Sun, 8 Jul 2018 22:03:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47E47300 for ; Sun, 8 Jul 2018 22:03:49 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1531087421.290085ddf5cee5ebe06c91cc5db29a7e62dd2d5a.anarchy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/files/, www-client/firefox/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/firefox/files/firefox-61.0-mozHunspell.patch www-client/firefox/firefox-61.0-r1.ebuild X-VCS-Directories: www-client/firefox/ www-client/firefox/files/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 290085ddf5cee5ebe06c91cc5db29a7e62dd2d5a X-VCS-Branch: master Date: Sun, 8 Jul 2018 22:03:49 +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: 72e8a66e-570a-44e9-8162-c0bea5c42bf3 X-Archives-Hash: 55f85e0824cf12ff94cbb9925fa604b8 commit: 290085ddf5cee5ebe06c91cc5db29a7e62dd2d5a Author: Jory A. Pratt gentoo org> AuthorDate: Sun Jul 8 22:03:03 2018 +0000 Commit: Jory Pratt gentoo org> CommitDate: Sun Jul 8 22:03:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=290085dd www-client/firefox: Fix mozHunspell, bug #660726 Package-Manager: Portage-2.3.41, Repoman-2.3.9 .../firefox/files/firefox-61.0-mozHunspell.patch | 25 ++++++++++++++++++++++ www-client/firefox/firefox-61.0-r1.ebuild | 1 + 2 files changed, 26 insertions(+) diff --git a/www-client/firefox/files/firefox-61.0-mozHunspell.patch b/www-client/firefox/files/firefox-61.0-mozHunspell.patch new file mode 100644 index 00000000000..2002bd1da50 --- /dev/null +++ b/www-client/firefox/files/firefox-61.0-mozHunspell.patch @@ -0,0 +1,25 @@ +From 5bdc1dc7a4541338b13096ae52627ceecd0cca9e Mon Sep 17 00:00:00 2001 +From: nvinson234@gmail.com +Date: Sun, 8 Jul 2018 16:52:04 -0500 +Subject: [PATCH] Add missing include of nsCOMPtr.h, bug #660726 + +Signed-off-by: nvinson234@gmail.com +--- + extensions/spellcheck/hunspell/glue/mozHunspellFileMgr.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/extensions/spellcheck/hunspell/glue/mozHunspellFileMgr.h b/extensions/spellcheck/hunspell/glue/mozHunspellFileMgr.h +index dc33fdfb3..415e00973 100644 +--- a/extensions/spellcheck/hunspell/glue/mozHunspellFileMgr.h ++++ b/extensions/spellcheck/hunspell/glue/mozHunspellFileMgr.h +@@ -13,6 +13,7 @@ + #include "mozilla/ResultExtensions.h" + #include "nsIInputStream.h" + #include "nsReadLine.h" ++#include "nsCOMPtr.h" + + // Note: This class name and lack of namespacing terrible, but are necessary + // for Hunspell compatibility. +-- +2.18.0 + diff --git a/www-client/firefox/firefox-61.0-r1.ebuild b/www-client/firefox/firefox-61.0-r1.ebuild index bdcf985eb99..fc312e57d18 100644 --- a/www-client/firefox/firefox-61.0-r1.ebuild +++ b/www-client/firefox/firefox-61.0-r1.ebuild @@ -125,6 +125,7 @@ src_prepare() { eapply "${WORKDIR}/firefox" eapply "${FILESDIR}/bug_1461221.patch" + eapply "${FILESDIR}/${PN}-61.0-mozHunspell.patch" # Enable gnomebreakpad if use debug ; then