svn commit: r478503 - head/finance/kmymoney/files

Jason E. Hale jhale at FreeBSD.org
Fri Aug 31 00:30:16 UTC 2018


Author: jhale
Date: Fri Aug 31 00:30:15 2018
New Revision: 478503
URL: https://svnweb.freebsd.org/changeset/ports/478503

Log:
  Fix build with Qt 5.11
  
  PR:		230884
  Obtained from:	upstream

Added:
  head/finance/kmymoney/files/patch-kmymoney_plugins_kbanking_widgets_chiptandialog.cpp   (contents, props changed)

Added: head/finance/kmymoney/files/patch-kmymoney_plugins_kbanking_widgets_chiptandialog.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/finance/kmymoney/files/patch-kmymoney_plugins_kbanking_widgets_chiptandialog.cpp	Fri Aug 31 00:30:15 2018	(r478503)
@@ -0,0 +1,15 @@
+From e5198a902996b27bf9abde0ad24af82d55ab5dc1 Mon Sep 17 00:00:00 2001
+From: Luca Beltrame <lbeltrame at kde.org>
+Date: Thu, 10 May 2018 09:35:34 +0200
+Subject: [PATCH] Fix build with Qt 5.11
+
+--- kmymoney/plugins/kbanking/widgets/chiptandialog.cpp.orig	2018-03-18 15:55:30 UTC
++++ kmymoney/plugins/kbanking/widgets/chiptandialog.cpp
+@@ -28,6 +28,7 @@
+ #include <QQuickView>
+ #include <QQuickItem>
+ #include <QPushButton>
++#include <QRegExpValidator>
+ #include <QStandardPaths>
+ 
+ #include <KLocalizedString>


More information about the svn-ports-all mailing list