From owner-svn-ports-all@freebsd.org Fri Sep 7 14:12:30 2018 Return-Path: Delivered-To: svn-ports-all@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 AE568FFBF8B; Fri, 7 Sep 2018 14:12:30 +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 5EA7F8B2D9; Fri, 7 Sep 2018 14:12:30 +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 598211CF72; Fri, 7 Sep 2018 14:12:30 +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 w87ECUsY052047; Fri, 7 Sep 2018 14:12:30 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w87ECUsU052046; Fri, 7 Sep 2018 14:12:30 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201809071412.w87ECUsU052046@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 14:12:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479193 - head/deskutils/copyq/files X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: head/deskutils/copyq/files X-SVN-Commit-Revision: 479193 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2018 14:12:31 -0000 Author: jhale Date: Fri Sep 7 14:12:29 2018 New Revision: 479193 URL: https://svnweb.freebsd.org/changeset/ports/479193 Log: Fix build with Qt 5.11 Obtained from: backported from upstream Added: head/deskutils/copyq/files/ head/deskutils/copyq/files/patch-qt511 (contents, props changed) Added: head/deskutils/copyq/files/patch-qt511 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/copyq/files/patch-qt511 Fri Sep 7 14:12:29 2018 (r479193) @@ -0,0 +1,66 @@ +Fix build with Qt 5.11 (backported from upstream commits) + +--- plugins/itemencrypted/itemencrypted.cpp.orig 2018-09-07 13:52:55 UTC ++++ plugins/itemencrypted/itemencrypted.cpp +@@ -30,9 +30,11 @@ + #include "gui/iconwidget.h" + #include "item/serialize.h" + ++#include + #include + #include + #include ++#include + #include + #include + #include +--- src/gui/commanddialog.cpp.orig 2018-09-07 13:54:06 UTC ++++ src/gui/commanddialog.cpp +@@ -31,6 +31,7 @@ + #include "gui/icons.h" + #include "platform/platformnativeinterface.h" + ++#include + #include + #include + #include +--- src/gui/configtabappearance.cpp.orig 2018-09-07 14:05:13 UTC ++++ src/gui/configtabappearance.cpp +@@ -32,6 +32,7 @@ + #include "platform/platformnativeinterface.h" + + #include ++#include + #include + #include + #include +--- src/gui/processmanagerdialog.cpp.orig 2018-09-07 13:56:41 UTC ++++ src/gui/processmanagerdialog.cpp +@@ -26,6 +26,7 @@ + #include "gui/icons.h" + #include "gui/windowgeometryguard.h" + ++#include + #include + #include + +--- src/gui/traymenu.cpp.orig 2018-09-07 13:55:30 UTC ++++ src/gui/traymenu.cpp +@@ -25,6 +25,7 @@ + #include "platform/platformnativeinterface.h" + #include "platform/platformwindow.h" + ++#include + #include + #include + #include +--- src/gui/traymenu.h.orig 2018-09-07 13:57:46 UTC ++++ src/gui/traymenu.h +@@ -23,6 +23,7 @@ + #include + #include + ++class QAction; + class QModelIndex; + + class TrayMenu : public QMenu