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 00B691382C5 for ; Tue, 24 Apr 2018 08:49:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 174BFE08E2; Tue, 24 Apr 2018 08:49:00 +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 E5E58E08E2 for ; Tue, 24 Apr 2018 08:48:59 +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 AB7C1335C0C for ; Tue, 24 Apr 2018 08:48:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 379B027C for ; Tue, 24 Apr 2018 08:48:57 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1524559729.1968a7bbb830347f73a27c1b98eca3cd8bca9c1d.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/ktorrent/, net-p2p/ktorrent/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/ktorrent/files/ktorrent-5.1.0-cmake-3.11.patch net-p2p/ktorrent/ktorrent-5.1.0.ebuild X-VCS-Directories: net-p2p/ktorrent/ net-p2p/ktorrent/files/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 1968a7bbb830347f73a27c1b98eca3cd8bca9c1d X-VCS-Branch: master Date: Tue, 24 Apr 2018 08:48:57 +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: b449b90d-4ab2-424d-a8fb-c6355be9dea9 X-Archives-Hash: d5c92e10685ad482417d6ebdd98c54fa commit: 1968a7bbb830347f73a27c1b98eca3cd8bca9c1d Author: Lars Wendler gentoo org> AuthorDate: Tue Apr 24 08:48:14 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Apr 24 08:48:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1968a7bb net-p2p/ktorrent: Fixed compilation with cmake-3.11 commit permission kindly granted by asturm Closes: https://bugs.gentoo.org/650808 Package-Manager: Portage-2.3.31, Repoman-2.3.9 net-p2p/ktorrent/files/ktorrent-5.1.0-cmake-3.11.patch | 13 +++++++++++++ net-p2p/ktorrent/ktorrent-5.1.0.ebuild | 5 ++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/net-p2p/ktorrent/files/ktorrent-5.1.0-cmake-3.11.patch b/net-p2p/ktorrent/files/ktorrent-5.1.0-cmake-3.11.patch new file mode 100644 index 00000000000..c0b9167636a --- /dev/null +++ b/net-p2p/ktorrent/files/ktorrent-5.1.0-cmake-3.11.patch @@ -0,0 +1,13 @@ +https://docs.freebsd.org/cgi/getmsg.cgi?fetch=4423635+0+/usr/local/www/mailindex/archive/2018/svn-ports-all/20180415.svn-ports-all + +--- ktorrent-5.1.0/ktorrent/dialogs/torrentcreatordlg.h ++++ ktorrent-5.1.0/ktorrent/dialogs/torrentcreatordlg.h +@@ -23,6 +23,8 @@ + #define KT_TORRENTCREATORDLG_HH + + #include ++#include ++ + #include "ui_torrentcreatordlg.h" + #include + diff --git a/net-p2p/ktorrent/ktorrent-5.1.0.ebuild b/net-p2p/ktorrent/ktorrent-5.1.0.ebuild index ef67d30802d..567c2e977b4 100644 --- a/net-p2p/ktorrent/ktorrent-5.1.0.ebuild +++ b/net-p2p/ktorrent/ktorrent-5.1.0.ebuild @@ -78,7 +78,10 @@ RDEPEND="${COMMON_DEPEND} !net-p2p/ktorrent:4 " -PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" ) +PATCHES=( + "${FILESDIR}/${P}-qt-5.11.patch" + "${FILESDIR}/${P}-cmake-3.11.patch" #650808 +) src_configure() { local mycmakeargs=(