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 46A38138334 for ; Sun, 1 Sep 2019 23:07:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 699F7E0831; Sun, 1 Sep 2019 23:07:47 +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 45E1FE0831 for ; Sun, 1 Sep 2019 23:07:47 +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 43FCD34A92F for ; Sun, 1 Sep 2019 23:07:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA7B4778 for ; Sun, 1 Sep 2019 23:07:43 +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: <1567379244.0b676d8201b607caa6465c3020fb10b50d27df89.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebengine/, dev-qt/qtwebengine/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtwebengine/files/qtwebengine-5.12.4-webrtc-missing-header-w-linux-headers-5.2.patch dev-qt/qtwebengine/qtwebengine-5.12.4.ebuild X-VCS-Directories: dev-qt/qtwebengine/files/ dev-qt/qtwebengine/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0b676d8201b607caa6465c3020fb10b50d27df89 X-VCS-Branch: master Date: Sun, 1 Sep 2019 23:07:43 +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: f3143922-50c1-44e5-a197-6516a09900ff X-Archives-Hash: 4ae006910a3df28516c99c1238333e5a commit: 0b676d8201b607caa6465c3020fb10b50d27df89 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Sep 1 23:04:38 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 1 23:07:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b676d82 dev-qt/qtwebengine: Fix build with >=linux-headers-5.2 Tested-by: Aaron Bauman gentoo.org> Closes: https://bugs.gentoo.org/692352 Package-Manager: Portage-2.3.74, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> ...webrtc-missing-header-w-linux-headers-5.2.patch | 26 ++++++++++++++++++++++ dev-qt/qtwebengine/qtwebengine-5.12.4.ebuild | 2 ++ 2 files changed, 28 insertions(+) diff --git a/dev-qt/qtwebengine/files/qtwebengine-5.12.4-webrtc-missing-header-w-linux-headers-5.2.patch b/dev-qt/qtwebengine/files/qtwebengine-5.12.4-webrtc-missing-header-w-linux-headers-5.2.patch new file mode 100644 index 00000000000..8acd0b0d06c --- /dev/null +++ b/dev-qt/qtwebengine/files/qtwebengine-5.12.4-webrtc-missing-header-w-linux-headers-5.2.patch @@ -0,0 +1,26 @@ +From: Jiri Slaby +Date: Thu, 11 Jul 2019 09:35:13 +0200 +Subject: fix build after y2038 changes in glibc +Patch-mainline: submitted on 2019/07/11 +References: QTBUG-76963 + +SIOCGSTAMP is defined in linux/sockios.h since kernel 5.2. Include that +file wherever needed. + +Signed-off-by: Jiri Slaby +--- + chromium/third_party/webrtc/rtc_base/physical_socket_server.cc | 1 + + 1 file changed, 1 insertion(+) + +--- a/src/3rdparty/chromium/third_party/webrtc/rtc_base/physicalsocketserver.cc ++++ b/src/3rdparty/chromium/third_party/webrtc/rtc_base/physicalsocketserver.cc +@@ -67,6 +67,7 @@ typedef void* SockOptArg; + #endif // WEBRTC_POSIX + + #if defined(WEBRTC_POSIX) && !defined(WEBRTC_MAC) && !defined(__native_client__) ++#include + + int64_t GetSocketRecvTimestamp(int socket) { + struct timeval tv_ioctl; +-- +2.21.0 diff --git a/dev-qt/qtwebengine/qtwebengine-5.12.4.ebuild b/dev-qt/qtwebengine/qtwebengine-5.12.4.ebuild index 204d8659fa8..2390a80c8e8 100644 --- a/dev-qt/qtwebengine/qtwebengine-5.12.4.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-5.12.4.ebuild @@ -83,6 +83,8 @@ PATCHES+=( "${FILESDIR}/${P}-fix-should_override_user_agent_in_new_tabs.patch" "${FILESDIR}/${P}-bump-V8-patchlevel.patch" # QTBUG-72532 "${FILESDIR}/${P}-fix-arm-32bit-segfaults.patch" # QTBUG-75097 + # QTBUG-76963, not yet upstream: + "${FILESDIR}/${P}-webrtc-missing-header-w-linux-headers-5.2.patch" ) src_prepare() {