svn commit: r478770 - head/databases/kexi/files

Tobias C. Berner tcberner at FreeBSD.org
Sun Sep 2 09:03:47 UTC 2018


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 <andreas.sturmlechner at gmail.com>
+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 <KIconLoader>
+ #include <KStandardGuiItem>
+ 
++#include <QAction>
+ #include <QDebug>
+ #include <QLayout>
+ #include <QCheckBox>
+


More information about the svn-ports-all mailing list