Index: head/editors/calligra/files/patch-git_70be8c4 =================================================================== --- head/editors/calligra/files/patch-git_70be8c4 (nonexistent) +++ head/editors/calligra/files/patch-git_70be8c4 (revision 478948) @@ -0,0 +1,17 @@ +From 70be8c437406a74c1ec560d1f2cc538e8ede2b8d Mon Sep 17 00:00:00 2001 +From: Dan Leinir Turthra Jensen +Date: Tue, 19 Jun 2018 09:52:41 +0100 +Subject: [PATCH] Missing include for QFrame + +This was causing build breakage on the binary factory + +--- stage/part/KPrPresentationTool.cpp.orig 2018-01-26 09:24:44 UTC ++++ stage/part/KPrPresentationTool.cpp +@@ -32,6 +32,7 @@ + #include + #include + #include ++#include + + #include + #include Property changes on: head/editors/calligra/files/patch-git_70be8c4 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/editors/calligra/files/patch-git_a7ebecb =================================================================== --- head/editors/calligra/files/patch-git_a7ebecb (nonexistent) +++ head/editors/calligra/files/patch-git_a7ebecb (revision 478948) @@ -0,0 +1,87 @@ +From a7ebecb9fbee2190e649c44ed53f1299013baa30 Mon Sep 17 00:00:00 2001 +From: Andreas Sturmlechner +Date: Sun, 18 Mar 2018 11:56:57 +0100 +Subject: [PATCH] Fix build with Qt 5.11 (missing headers) + +Reviewers: #calligra:_3.0, anthonyfieroni, danders + +Reviewed By: #calligra:_3.0, anthonyfieroni, danders + +Subscribers: anthonyfieroni, danders + +Tags: #calligra:_3.0 + +Differential Revision: https://phabricator.kde.org/D11454 + +--- libs/widgets/KoCsvImportDialog.cpp.orig 2018-01-26 09:24:44 UTC ++++ libs/widgets/KoCsvImportDialog.cpp +@@ -21,6 +21,7 @@ + #include "KoCsvImportDialog.h" + + // Qt ++#include + #include + #include + +--- libs/widgets/KoPageLayoutWidget.cpp.orig 2018-01-26 09:24:44 UTC ++++ libs/widgets/KoPageLayoutWidget.cpp +@@ -23,6 +23,8 @@ + + #include + ++#include ++ + class Q_DECL_HIDDEN KoPageLayoutWidget::Private + { + public: +--- plugins/chartshape/dialogs/TableEditorDialog.cpp.orig 2018-01-26 09:24:44 UTC ++++ plugins/chartshape/dialogs/TableEditorDialog.cpp +@@ -24,6 +24,7 @@ + + // Qt + #include ++#include + + // Calligra + #include +--- plugins/formulashape/FormulaToolWidget.cpp.orig 2018-01-26 09:24:44 UTC ++++ plugins/formulashape/FormulaToolWidget.cpp +@@ -30,6 +30,7 @@ + #include + #include + #include ++#include + #include + + FormulaToolWidget::FormulaToolWidget( KoFormulaTool* tool, QWidget* parent ) +--- sheets/dialogs/LayoutDialog.cpp.orig 2018-01-26 09:24:44 UTC ++++ sheets/dialogs/LayoutDialog.cpp +@@ -36,6 +36,7 @@ + #include + + #include ++#include + #include + #include + #include +--- words/part/dialogs/KWAnchoringProperties.cpp.orig 2018-01-26 09:24:44 UTC ++++ words/part/dialogs/KWAnchoringProperties.cpp +@@ -35,6 +35,7 @@ + + #include + ++#include + #include + + const int KWAnchoringProperties::vertRels[4][20] = { +--- words/part/dialogs/KWRunAroundProperties.cpp.orig 2018-01-26 09:24:44 UTC ++++ words/part/dialogs/KWRunAroundProperties.cpp +@@ -28,6 +28,8 @@ + + #include + ++#include ++ + KWRunAroundProperties::KWRunAroundProperties(FrameConfigSharedState *state) + : m_state(state) + { Property changes on: head/editors/calligra/files/patch-git_a7ebecb ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property