From owner-svn-ports-all@freebsd.org Sun Sep 2 09:03:47 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 9A3C5FE9A7F; Sun, 2 Sep 2018 09:03:47 +0000 (UTC) (envelope-from tcberner@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 4807770F35; Sun, 2 Sep 2018 09:03:47 +0000 (UTC) (envelope-from tcberner@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 42F5717322; Sun, 2 Sep 2018 09:03:47 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8293lwl058380; Sun, 2 Sep 2018 09:03:47 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8293lK8058379; Sun, 2 Sep 2018 09:03:47 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201809020903.w8293lK8058379@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 2 Sep 2018 09:03:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478770 - head/databases/kexi/files X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/databases/kexi/files X-SVN-Commit-Revision: 478770 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: Sun, 02 Sep 2018 09:03:47 -0000 Author: tcberner Date: Sun Sep 2 09:03:46 2018 New Revision: 478770 URL: https://svnweb.freebsd.org/changeset/ports/478770 Log: databases/kexi: fix build with Qt 5.11 PR: 230884 Obtained from: upstream Added: head/databases/kexi/files/patch-git_1578fc (contents, props changed) Added: head/databases/kexi/files/patch-git_1578fc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/kexi/files/patch-git_1578fc Sun Sep 2 09:03:46 2018 (r478770) @@ -0,0 +1,31 @@ +From 1578fcb4a0407cf368edb6ee4605c4ef9e77b6ed Mon Sep 17 00:00:00 2001 +From: Andreas Sturmlechner +Date: Tue, 20 Mar 2018 00:06:46 +0100 +Subject: [PATCH] Fix build with Qt 5.11 (missing headers) + +Reviewers: #kexi, staniek + +Reviewed By: #kexi, staniek + +Subscribers: staniek + +Tags: #kexi + +Differential Revision: https://phabricator.kde.org/D11503 +--- + src/main/startup/KexiNewProjectAssistant.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/main/startup/KexiNewProjectAssistant.cpp b/src/main/startup/KexiNewProjectAssistant.cpp +index 59e819acc..6568f1b5c 100644 +--- src/main/startup/KexiNewProjectAssistant.cpp ++++ src/main/startup/KexiNewProjectAssistant.cpp +@@ -48,6 +48,7 @@ + #include + #include + ++#include + #include + #include + #include +