Index: head/math/speedcrunch/Makefile =================================================================== --- head/math/speedcrunch/Makefile (revision 533685) +++ head/math/speedcrunch/Makefile (revision 533686) @@ -1,34 +1,32 @@ # Created by: Yinghong.Liu # $FreeBSD$ PORTNAME= speedcrunch PORTVERSION= 0.12.0 # XXX: should really be 0.12, change upon next update DISTVERSIONSUFFIX= -${BB_COMMIT} PORTREVISION= 3 CATEGORIES= math MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ MAINTAINER= danfe@FreeBSD.org COMMENT= Keyboard-oriented desktop scientific calculator LICENSE= GPLv2+ -BROKEN= Does not build with Qt5-5.14 - BB_ACCOUNT= heldercorreia BB_PROJECT= ${PORTNAME} BB_COMMIT= c0fc9c68d292 USES= cmake compiler:c++11-lang qt:5 xorg USE_QT= buildtools_build qmake_build core gui help sql widgets USE_XORG= x11 WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT} WRKSRC_SUBDIR= src post-patch: @${REINPLACE_CMD} -e 's|-W[-_[:alnum:]]*|| ; s|metainfo|appdata| \ ; s|master|${PORTVERSION:R}-git-${BB_COMMIT}|' \ ${CMAKE_SOURCE_PATH}/CMakeLists.txt .include Index: head/math/speedcrunch/files/patch-gui_syntaxhighlighter.cpp =================================================================== --- head/math/speedcrunch/files/patch-gui_syntaxhighlighter.cpp (nonexistent) +++ head/math/speedcrunch/files/patch-gui_syntaxhighlighter.cpp (revision 533686) @@ -0,0 +1,11 @@ +--- gui/syntaxhighlighter.cpp.orig 2020-04-29 20:42:12 UTC ++++ gui/syntaxhighlighter.cpp +@@ -128,7 +128,7 @@ ColorScheme ColorScheme::loadFromFile(const QString& p + ColorScheme ColorScheme::loadByName(const QString& name) + { + for (auto& path : colorSchemeSearchPaths()) { +- auto fileName = QString("%1/%2.%3").arg(path, name, m_colorSchemeExtension); ++ auto fileName = QString("%1/%2.%3").arg(path).arg(name).arg(m_colorSchemeExtension); + auto colorScheme = loadFromFile(fileName); + if (colorScheme.isValid()) + return colorScheme; Property changes on: head/math/speedcrunch/files/patch-gui_syntaxhighlighter.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