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 8BD07138334 for ; Sat, 19 Oct 2019 22:43:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D932DE08F0; Sat, 19 Oct 2019 22:43:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 C3ACBE08F0 for ; Sat, 19 Oct 2019 22:43:33 +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 C0A0B34C06F for ; Sat, 19 Oct 2019 22:43:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 736A6773 for ; Sat, 19 Oct 2019 22:43:30 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1571524865.9d8a69d0257d8eca4012a7ba63bd7d1bbf85873b.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebengine/, dev-qt/qtwebengine/files/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtwebengine/files/qtwebengine-5.13.1-no-kcrash-reporting.patch dev-qt/qtwebengine/qtwebengine-5.13.1.ebuild X-VCS-Directories: dev-qt/qtwebengine/ dev-qt/qtwebengine/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9d8a69d0257d8eca4012a7ba63bd7d1bbf85873b X-VCS-Branch: master Date: Sat, 19 Oct 2019 22:43:30 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 68213b6a-c104-47b4-8a74-cdb63d9e2cca X-Archives-Hash: ba6720f0998a42cd0539d2f92e2c07f9 commit: 9d8a69d0257d8eca4012a7ba63bd7d1bbf85873b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Oct 19 22:41:05 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Oct 19 22:41:05 2019 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=9d8a69d0 dev-qt/qtwebengine: Try to fix some randomly occurring build error Thanks-to: Nicholas Meyer gmail.com> Bug: https://bugs.gentoo.org/693668 Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> .../files/qtwebengine-5.13.1-no-kcrash-reporting.patch | 18 ++++++++++++++++++ dev-qt/qtwebengine/qtwebengine-5.13.1.ebuild | 4 +++- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/dev-qt/qtwebengine/files/qtwebengine-5.13.1-no-kcrash-reporting.patch b/dev-qt/qtwebengine/files/qtwebengine-5.13.1-no-kcrash-reporting.patch new file mode 100644 index 00000000..477e0f50 --- /dev/null +++ b/dev-qt/qtwebengine/files/qtwebengine-5.13.1-no-kcrash-reporting.patch @@ -0,0 +1,18 @@ +Signed-off-by: Nicholas Meyer + +--- a/src/3rdparty/chromium/content/public/common/content_features.cc 2019-10-10 22:59:16.733542336 -0700 ++++ b/src/3rdparty/chromium/content/public/common/content_features.cc 2019-10-10 22:59:03.675634565 -0700 +@@ -119,12 +119,7 @@ + // Enables crash reporting via Reporting API. + // https://www.w3.org/TR/reporting/#crash-report + const base::Feature kCrashReporting{"CrashReporting", +-#if BUILDFLAG(ENABLE_REPORTING) +- base::FEATURE_ENABLED_BY_DEFAULT +-#else +- base::FEATURE_DISABLED_BY_DEFAULT +-#endif +-}; ++ base::FEATURE_DISABLED_BY_DEFAULT}; + + // Enables specification of a target element in the fragment identifier + // via a CSS selector. \ No newline at end of file diff --git a/dev-qt/qtwebengine/qtwebengine-5.13.1.ebuild b/dev-qt/qtwebengine/qtwebengine-5.13.1.ebuild index 8e40a949..59976932 100644 --- a/dev-qt/qtwebengine/qtwebengine-5.13.1.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-5.13.1.ebuild @@ -80,8 +80,10 @@ DEPEND="${RDEPEND} PATCHES+=( "${FILESDIR}/${P}-pulseaudio-13.patch" # bug 694960 - # QTBUG-76963, not yet upstream: + # QTBUG-76963, 5.13 branch: "${FILESDIR}/${PN}-5.13.1-webrtc-missing-header-w-linux-headers-5.2.patch" + # bug 693668, upstream(?) TODO: + "${FILESDIR}/${P}-no-kcrash-reporting.patch" ) src_prepare() {