Date: Sat, 30 Dec 2017 21:52:15 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457643 - head/graphics/krita/files Message-ID: <201712302152.vBULqFd6053214@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712302152.vBULqFd6053214>