Index: head/editors/texstudio/Makefile =================================================================== --- head/editors/texstudio/Makefile (revision 535747) +++ head/editors/texstudio/Makefile (revision 535748) @@ -1,45 +1,48 @@ # $FreeBSD$ PORTNAME= texstudio DISTVERSION= 2.12.22 PORTREVISION= 3 CATEGORIES= editors MAINTAINER= rigoletto@FreeBSD.org COMMENT= Integrated writing environment for LaTeX documents LICENSE= GPLv2 BROKEN_armv6= fails to compile: error: no member named mc_eip in __mcontext LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell \ libpoppler.so:graphics/poppler \ libpoppler-qt5.so:graphics/poppler-qt5 \ libquazip5.so:archivers/quazip USES= compiler:c++11-lang desktop-file-utils dos2unix \ ghostscript:run gl pkgconfig qmake qt:5 xorg USE_QT = core gui network script svg widgets xml \ printsupport concurrent uitools buildtools_build QMAKE_ARGS= QUAZIP_INCLUDE="${LOCALBASE}/include/quazip5" \ QUAZIP_LIB="-lquazip5" QTVER_SUFFIX= 5 USE_XORG= x11 USE_GL= gl USE_TEX= latex dvipsk USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME}-org -DOS2UNIX_FILES= ${PORTNAME}.pro +DOS2UNIX_FILES= ${PORTNAME}.pro \ + src/manhattanstyle.cpp \ + src/pdfviewer/PDFDocument.h \ + src/qcodeedit/lib/widgets/qfoldpanel.cpp QMAKE_ARGS+= USE_SYSTEM_HUNSPELL=true USE_SYSTEM_QUAZIP=true post-patch: @${REINPLACE_CMD} -e 's,^\(utilities.path =\).*,\1 ${DATADIR},' \ -e 's,/usr/include,${LOCALBASE}/include,g' \ -e 's,/usr/lib,${LOCALBASE}/lib,g' \ -e '/appdata.path/s,\/usr,${PREFIX},' \ ${WRKSRC}/${PORTNAME}.pro .include Index: head/editors/texstudio/files/patch-src_manhattanstyle.cpp =================================================================== --- head/editors/texstudio/files/patch-src_manhattanstyle.cpp (nonexistent) +++ head/editors/texstudio/files/patch-src_manhattanstyle.cpp (revision 535748) @@ -0,0 +1,10 @@ +--- src/manhattanstyle.cpp.orig 2020-05-18 16:04:09 UTC ++++ src/manhattanstyle.cpp +@@ -44,6 +44,7 @@ + #include + #include + #include ++#include + #include + #include + #include Property changes on: head/editors/texstudio/files/patch-src_manhattanstyle.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/editors/texstudio/files/patch-src_pdfviewer_PDFDocument.h =================================================================== --- head/editors/texstudio/files/patch-src_pdfviewer_PDFDocument.h (nonexistent) +++ head/editors/texstudio/files/patch-src_pdfviewer_PDFDocument.h (revision 535748) @@ -0,0 +1,10 @@ +--- src/pdfviewer/PDFDocument.h.orig 2020-05-18 16:11:58 UTC ++++ src/pdfviewer/PDFDocument.h +@@ -30,6 +30,7 @@ + #include + #include + #include ++#include + #include + + //#include "FindDialog.h" Property changes on: head/editors/texstudio/files/patch-src_pdfviewer_PDFDocument.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 Index: head/editors/texstudio/files/patch-src_qcodeedit_lib_widgets_qfoldpanel.cpp =================================================================== --- head/editors/texstudio/files/patch-src_qcodeedit_lib_widgets_qfoldpanel.cpp (nonexistent) +++ head/editors/texstudio/files/patch-src_qcodeedit_lib_widgets_qfoldpanel.cpp (revision 535748) @@ -0,0 +1,10 @@ +--- src/qcodeedit/lib/widgets/qfoldpanel.cpp.orig 2020-05-18 16:22:00 UTC ++++ src/qcodeedit/lib/widgets/qfoldpanel.cpp +@@ -28,6 +28,7 @@ + #include "qdocumentline.h" + + #include "qlanguagedefinition.h" ++#include + + /*! + \ingroup widgets Property changes on: head/editors/texstudio/files/patch-src_qcodeedit_lib_widgets_qfoldpanel.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