Index: head/textproc/kreport/Makefile =================================================================== --- head/textproc/kreport/Makefile (revision 537959) +++ head/textproc/kreport/Makefile (revision 537960) @@ -1,23 +1,26 @@ # $FreeBSD$ PORTNAME= kreport DISTVERSION= 3.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc kde MASTER_SITES= KDE/stable/${PORTNAME}/src DIST_SUBDIR= KDE/${PORTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= Framework for creation of reports in multiple formats LIB_DEPENDS= libKPropertyCore3.so:x11-toolkits/kproperty USES= cmake compiler:c++11-lang gettext kde:5 \ python:3.5+ qt:5 tar:xz USE_KDE= config coreaddons ecm marble widgetsaddons USE_QT= core declarative gui network webkit widgets xml \ buildtools_build printsupport qmake_build CONFLICTS_INSTALL= calligra-2* + +post-extract: + ${CP} ${FILESDIR}/KReportGroupTracker.cpp ${WRKSRC}/src/renderer/scripting/KReportGroupTracker.cpp .include Index: head/textproc/kreport/files/KReportGroupTracker.cpp =================================================================== --- head/textproc/kreport/files/KReportGroupTracker.cpp (nonexistent) +++ head/textproc/kreport/files/KReportGroupTracker.cpp (revision 537960) @@ -0,0 +1,2 @@ +#include "KReportGroupTracker.h" +KReportGroupTracker::~KReportGroupTracker() {} Property changes on: head/textproc/kreport/files/KReportGroupTracker.cpp ___________________________________________________________________ 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/textproc/kreport/files/patch-src_CMakeLists.txt =================================================================== --- head/textproc/kreport/files/patch-src_CMakeLists.txt (nonexistent) +++ head/textproc/kreport/files/patch-src_CMakeLists.txt (revision 537960) @@ -0,0 +1,21 @@ +--- src/CMakeLists.txt.orig 2020-06-04 20:16:17 UTC ++++ src/CMakeLists.txt +@@ -106,6 +106,7 @@ set(kreport_TARGET_INCLUDE_DIRS + + if(KREPORT_SCRIPTING) + list(APPEND kreport_LIB_SRCS ++ renderer/scripting/KReportGroupTracker.cpp + renderer/scripting/KReportScriptHandler.cpp + renderer/scripting/KReportScriptConstants.cpp + renderer/scripting/KReportScriptDebug.cpp +@@ -131,10 +132,6 @@ if(KREPORT_SCRIPTING) + items/field/KReportScriptField.cpp + items/image/KReportScriptImage.cpp + items/text/KReportScriptText.cpp +- ) +- +- qt_wrap_cpp(KReport kreport_LIB_SRCS +- renderer/scripting/KReportGroupTracker.h + ) + + list(APPEND kreport_INCLUDE_DIRS Property changes on: head/textproc/kreport/files/patch-src_CMakeLists.txt ___________________________________________________________________ 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/textproc/kreport/files/patch-src_renderer_scripting_KReportGroupTracker.h =================================================================== --- head/textproc/kreport/files/patch-src_renderer_scripting_KReportGroupTracker.h (nonexistent) +++ head/textproc/kreport/files/patch-src_renderer_scripting_KReportGroupTracker.h (revision 537960) @@ -0,0 +1,11 @@ +--- src/renderer/scripting/KReportGroupTracker.h.orig 2020-06-04 20:15:12 UTC ++++ src/renderer/scripting/KReportGroupTracker.h +@@ -12,7 +12,7 @@ class KREPORT_EXPORT KReportGroupTracker : public QObj + + protected: + KReportGroupTracker() {} +- ~KReportGroupTracker() override{} ++ ~KReportGroupTracker() override; + + public: + Q_SLOT virtual void setGroupData(const QMap &groupData) = 0; Property changes on: head/textproc/kreport/files/patch-src_renderer_scripting_KReportGroupTracker.h ___________________________________________________________________ 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