Index: head/databases/sqlitebrowser/Makefile =================================================================== --- head/databases/sqlitebrowser/Makefile (revision 488225) +++ head/databases/sqlitebrowser/Makefile (revision 488226) @@ -1,34 +1,34 @@ # Created by: loïc bartoletti # $FreeBSD$ PORTNAME= sqlitebrowser PORTVERSION= 3.10.1 PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= databases MAINTAINER= lbartoletti@tuxfamily.org COMMENT= Visual tool to manage SQLite databases LICENSE= MPL20 GPLv3 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/lib/libantlr.a:devel/antlr LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 -USES= cmake desktop-file-utils qt:5 sqlite +USES= compiler:c++11-lang cmake desktop-file-utils gnome qt:5 sqlite CMAKE_ARGS+= -DQT_INCLUDE_DIR=${QT_INCDIR} -DQT_LIBRARY_DIR=${QT_LIBDIR} USE_QT= core gui network printsupport testlib widgets \ buildtools_build linguisttools_build qmake_build USE_GITHUB= yes INSTALLS_ICONS= yes post-patch: @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|' \ ${WRKSRC}/src/PreferencesDialog.cpp @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|' \ ${WRKSRC}/src/Application.cpp .include Index: head/databases/sqlitebrowser/files/patch-src_grammar_Sqlite3Lexer.hpp =================================================================== --- head/databases/sqlitebrowser/files/patch-src_grammar_Sqlite3Lexer.hpp (nonexistent) +++ head/databases/sqlitebrowser/files/patch-src_grammar_Sqlite3Lexer.hpp (revision 488226) @@ -0,0 +1,10 @@ +--- src/grammar/Sqlite3Lexer.hpp.orig 2018-12-19 22:04:37 UTC ++++ src/grammar/Sqlite3Lexer.hpp +@@ -7,6 +7,7 @@ + #include + #include + #include "sqlite3TokenTypes.hpp" ++#include + #include + class CUSTOM_API Sqlite3Lexer : public ANTLR_USE_NAMESPACE(antlr)CharScanner, public sqlite3TokenTypes + { Property changes on: head/databases/sqlitebrowser/files/patch-src_grammar_Sqlite3Lexer.hpp ___________________________________________________________________ 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