From owner-svn-ports-head@freebsd.org Fri Sep 7 13:33:33 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A752EFFB298; Fri, 7 Sep 2018 13:33:33 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5D3CA89FDF; Fri, 7 Sep 2018 13:33:33 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 582A01C8FC; Fri, 7 Sep 2018 13:33:33 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w87DXXhR031884; Fri, 7 Sep 2018 13:33:33 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w87DXXdY031883; Fri, 7 Sep 2018 13:33:33 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201809071333.w87DXXdY031883@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Fri, 7 Sep 2018 13:33:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479192 - head/net-p2p/ktorrent/files X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: head/net-p2p/ktorrent/files X-SVN-Commit-Revision: 479192 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2018 13:33:33 -0000 Author: jhale Date: Fri Sep 7 13:33:32 2018 New Revision: 479192 URL: https://svnweb.freebsd.org/changeset/ports/479192 Log: Fix build with Qt 5.11 PR: 230884 Obtained from: upstream Added: head/net-p2p/ktorrent/files/patch-git_1669198 (contents, props changed) head/net-p2p/ktorrent/files/patch-git_c66233c (contents, props changed) Added: head/net-p2p/ktorrent/files/patch-git_1669198 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/ktorrent/files/patch-git_1669198 Fri Sep 7 13:33:32 2018 (r479192) @@ -0,0 +1,52 @@ +From 16691987fdf035f7cafd6c65f7287639ac4cc27f Mon Sep 17 00:00:00 2001 +From: Andreas Sturmlechner +Date: Sun, 18 Mar 2018 19:13:26 +0100 +Subject: [PATCH] Fix build with Qt 5.11 (missing headers) + +Reviewers: stikonas + +Reviewed By: stikonas + +Differential Revision: https://phabricator.kde.org/D11456 +--- + ktorrent/dialogs/fileselectdlg.cpp | 1 + + ktorrent/groups/groupview.cpp | 1 + + plugins/search/searchprefpage.cpp | 1 + + 3 files changed, 3 insertions(+) + +diff --git a/ktorrent/dialogs/fileselectdlg.cpp b/ktorrent/dialogs/fileselectdlg.cpp +index 139b4752..ec7d8ede 100644 +--- ktorrent/dialogs/fileselectdlg.cpp ++++ ktorrent/dialogs/fileselectdlg.cpp +@@ -20,6 +20,7 @@ + + #include "fileselectdlg.h" + ++#include + #include + #include + #include +diff --git a/ktorrent/groups/groupview.cpp b/ktorrent/groups/groupview.cpp +index 990ed0d3..76208144 100644 +--- ktorrent/groups/groupview.cpp ++++ ktorrent/groups/groupview.cpp +@@ -23,6 +23,7 @@ + #include + #include + #include ++#include + #include + #include + #include +diff --git a/plugins/search/searchprefpage.cpp b/plugins/search/searchprefpage.cpp +index 667e7a82..4be6cd5c 100644 +--- plugins/search/searchprefpage.cpp ++++ plugins/search/searchprefpage.cpp +@@ -21,6 +21,7 @@ + + #include "searchprefpage.h" + ++#include + #include + #include + #include Added: head/net-p2p/ktorrent/files/patch-git_c66233c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/ktorrent/files/patch-git_c66233c Fri Sep 7 13:33:32 2018 (r479192) @@ -0,0 +1,21 @@ +From c66233cd9f5b87f9e265beae0a16839d3a5645a3 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= +Date: Fri, 4 May 2018 00:33:44 +0200 +Subject: [PATCH] Fix build against Qt 5.11 (missing includes) + +--- + plugins/syndication/syndicationactivity.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/plugins/syndication/syndicationactivity.cpp b/plugins/syndication/syndicationactivity.cpp +index 61e80396..5736d526 100644 +--- plugins/syndication/syndicationactivity.cpp ++++ plugins/syndication/syndicationactivity.cpp +@@ -21,6 +21,7 @@ + #include + #include + #include ++#include + + #include + #include