svn commit: r457643 - head/graphics/krita/files

Raphael Kubo da Costa rakuco at FreeBSD.org
Sat Dec 30 21:52:17 UTC 2017


Author: rakuco
Date: Sat Dec 30 21:52:15 2017
New Revision: 457643
URL: https://svnweb.freebsd.org/changeset/ports/457643

Log:
  Add upstream patch that fixes the build with Qt 5.9.

Added:
  head/graphics/krita/files/patch-git_2f59d0d1   (contents, props changed)

Added: head/graphics/krita/files/patch-git_2f59d0d1
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/krita/files/patch-git_2f59d0d1	Sat Dec 30 21:52:15 2017	(r457643)
@@ -0,0 +1,22 @@
+From 2f59d0d1d91e3f79342c20d0df68aa9a51817e8d Mon Sep 17 00:00:00 2001
+From: Luca Beltrame <lbeltrame at kde.org>
+Date: Sat, 6 May 2017 16:00:21 +0200
+Subject: [PATCH] Drop QForeachContainer include and fix Qt 5.9 build
+
+It's not used anywhere.
+
+Acked by boud.
+---
+ libs/ui/KisResourceBundleManifest.cpp | 1 -
+ 1 file changed, 1 deletion(-)
+
+--- libs/ui/KisResourceBundleManifest.cpp
++++ libs/ui/KisResourceBundleManifest.cpp
+@@ -22,7 +22,6 @@
+ #include <QDomElement>
+ #include <QDomNode>
+ #include <QDomNodeList>
+-#include <QForeachContainer>
+ 
+ #include <KoXmlNS.h>
+ #include <KoXmlReader.h>


More information about the svn-ports-head mailing list