Index: head/databases/sqlitestudio/Makefile =================================================================== --- head/databases/sqlitestudio/Makefile +++ head/databases/sqlitestudio/Makefile @@ -3,11 +3,11 @@ PORTNAME= sqlitestudio PORTVERSION= 3.1.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases MASTER_SITES= http://sqlitestudio.pl/files/sqlitestudio3/complete/tar/ -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= SQLite database GUI manager LICENSE= GPLv3 @@ -34,14 +34,14 @@ OPTIONS_DEFAULT+= PLUGIN_JSON_EXPORT PLUGIN_PDF_EXPORT PLUGIN_PRINTING PLUGIN_REGEXP_IMPORT OPTIONS_DEFAULT+= PLUGIN_SQL_FORMATTER_SIMPLE PLUGIN_SQL_EXPORT PLUGIN_SQL_ENTERPRISE_FORMATTER OPTIONS_DEFAULT+= PLUGIN_XML_EXPORT -OPTIONS_SUB= yes +OPTIONS_SUB= yes WRKSRC= ${WRKDIR}/SQLiteStudio3 USES= compiler:c++11-lib gmake ncurses qmake readline sqlite USE_CXXSTD= c++11 -USE_QT5= core gui svg sql xml network sql-sqlite3_run widgets script \ - concurrent uitools buildtools_build linguisttools_build +USE_QT5= core concurrent gui network script sql sql-sqlite3_run svg widgets xml \ + uitools buildtools_build linguisttools_build USE_GL= gl USE_LDCONFIG= yes Index: head/databases/sqlitestudio/files/patch-coreSQLiteStudio_db_db.h =================================================================== --- head/databases/sqlitestudio/files/patch-coreSQLiteStudio_db_db.h +++ head/databases/sqlitestudio/files/patch-coreSQLiteStudio_db_db.h @@ -1,6 +1,21 @@ ---- coreSQLiteStudio/db/db.h.orig 2016-01-21 10:33:48 UTC +--- coreSQLiteStudio/db/db.h.orig 2016-11-04 15:27:43 UTC +++ coreSQLiteStudio/db/db.h -@@ -17,6 +17,7 @@ +@@ -1,6 +1,7 @@ + #ifndef DB_H + #define DB_H + ++#include // upstream didn't fix the broken build for many months + #include "returncode.h" + #include "dialect.h" + #include "services/functionmanager.h" +@@ -10,13 +11,13 @@ + #include "interruptable.h" + #include "dbobjecttype.h" + #include +-#include + #include + #include + #include #include #include #include Index: head/databases/sqlitestudio/files/patch-coreSQLiteStudio_services_functionmanager.h =================================================================== --- head/databases/sqlitestudio/files/patch-coreSQLiteStudio_services_functionmanager.h +++ head/databases/sqlitestudio/files/patch-coreSQLiteStudio_services_functionmanager.h @@ -0,0 +1,10 @@ +--- coreSQLiteStudio/services/functionmanager.h.orig 2017-11-23 00:59:57 UTC ++++ coreSQLiteStudio/services/functionmanager.h +@@ -3,6 +3,7 @@ + + #include "coreSQLiteStudio_global.h" + #include "common/global.h" ++#include // upstream didn't fix the broken build for many months + #include + #include + #include