Index: head/editors/texstudio/Makefile =================================================================== --- head/editors/texstudio/Makefile (revision 547902) +++ head/editors/texstudio/Makefile (revision 547903) @@ -1,47 +1,47 @@ # $FreeBSD$ PORTNAME= texstudio -DISTVERSION= 3.0.0 +DISTVERSION= 3.0.1 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 \ 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/distinfo =================================================================== --- head/editors/texstudio/distinfo (revision 547902) +++ head/editors/texstudio/distinfo (revision 547903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1598398679 -SHA256 (texstudio-org-texstudio-3.0.0_GH0.tar.gz) = c1f704f84b2007621c5f8ec7fd3b4cf96693f98fd25724ee8fe9c3dccdc7ab2a -SIZE (texstudio-org-texstudio-3.0.0_GH0.tar.gz) = 36129478 +TIMESTAMP = 1599493132 +SHA256 (texstudio-org-texstudio-3.0.1_GH0.tar.gz) = 0a2a7d266fecdfa3ea4a454fd66833a54590e610f880c6a97644cdcfc2116191 +SIZE (texstudio-org-texstudio-3.0.1_GH0.tar.gz) = 36144393 Index: head/editors/texstudio/files/patch-src_texstudio.cpp =================================================================== --- head/editors/texstudio/files/patch-src_texstudio.cpp (revision 547902) +++ head/editors/texstudio/files/patch-src_texstudio.cpp (nonexistent) @@ -1,11 +0,0 @@ ---- src/texstudio.cpp.orig 2020-09-03 02:38:42 UTC -+++ src/texstudio.cpp -@@ -3600,7 +3600,7 @@ void Texstudio::editEraseWordCmdEnv() - - switch (tk.type) { - case Token::commandUnknown: -- [[gnu::fallthrough]] -+ [[gnu::fallthrough]]; - case Token::command: - command = tk.getText(); - if (command == "\\begin" || command == "\\end") { Property changes on: head/editors/texstudio/files/patch-src_texstudio.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property