Index: head/games/solarus-quest-editor/files/patch-src_gui_dialog__properties__table.cpp =================================================================== --- head/games/solarus-quest-editor/files/patch-src_gui_dialog__properties__table.cpp (revision 402372) +++ head/games/solarus-quest-editor/files/patch-src_gui_dialog__properties__table.cpp (nonexistent) @@ -1,10 +0,0 @@ ---- src/gui/dialog_properties_table.cpp.orig 2015-08-20 11:15:41 UTC -+++ src/gui/dialog_properties_table.cpp -@@ -19,6 +19,7 @@ - #include - #include - #include -+#include - - /** - * @brief Creates an empty dialogs tree view. Property changes on: head/games/solarus-quest-editor/files/patch-src_gui_dialog__properties__table.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 Index: head/games/solarus-quest-editor/files/patch-src_quest__runner.cpp =================================================================== --- head/games/solarus-quest-editor/files/patch-src_quest__runner.cpp (revision 402372) +++ head/games/solarus-quest-editor/files/patch-src_quest__runner.cpp (nonexistent) @@ -1,22 +0,0 @@ ---- src/quest_runner.cpp.orig 2015-08-20 11:15:41 UTC -+++ src/quest_runner.cpp -@@ -22,6 +22,7 @@ - #include - #include - #include -+#include - #include - - /** -@@ -88,7 +89,10 @@ void QuestRunner::run() { - - try { - -- Solarus::Arguments arguments; -+ std::string argv0 = QApplication::arguments().at(0).toStdString(); -+ char *argv[1] = {(char *) argv0.c_str()}; -+ -+ Solarus::Arguments arguments(1, argv); - - // no-audio. - if (settings.get_value_bool(Settings::no_audio)) { Property changes on: head/games/solarus-quest-editor/files/patch-src_quest__runner.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 Index: head/games/solarus-quest-editor/files/patch-include_gui_plain__text__edit.h =================================================================== --- head/games/solarus-quest-editor/files/patch-include_gui_plain__text__edit.h (revision 402372) +++ head/games/solarus-quest-editor/files/patch-include_gui_plain__text__edit.h (nonexistent) @@ -1,10 +0,0 @@ ---- include/gui/plain_text_edit.h.orig 2015-08-20 11:15:41 UTC -+++ include/gui/plain_text_edit.h -@@ -19,6 +19,7 @@ - - #include - #include -+#include - - /** - * @brief A plain text editor that sends editing_finished() signal when the text Property changes on: head/games/solarus-quest-editor/files/patch-include_gui_plain__text__edit.h ___________________________________________________________________ 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 Index: head/games/solarus-quest-editor/files/patch-src_gui_strings__editor.cpp =================================================================== --- head/games/solarus-quest-editor/files/patch-src_gui_strings__editor.cpp (revision 402372) +++ head/games/solarus-quest-editor/files/patch-src_gui_strings__editor.cpp (nonexistent) @@ -1,10 +0,0 @@ ---- src/gui/strings_editor.cpp.orig 2015-08-20 11:15:41 UTC -+++ src/gui/strings_editor.cpp -@@ -23,6 +23,7 @@ - #include "strings_model.h" - #include - #include -+#include - - namespace { - Property changes on: head/games/solarus-quest-editor/files/patch-src_gui_strings__editor.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 Index: head/games/solarus-quest-editor/Makefile =================================================================== --- head/games/solarus-quest-editor/Makefile (revision 402372) +++ head/games/solarus-quest-editor/Makefile (revision 402373) @@ -1,43 +1,43 @@ # Created by: Danilo Egea Gondolfo # $FreeBSD$ PORTNAME= solarus-quest-editor -PORTVERSION= 1.4.4 +PORTVERSION= 1.4.5 CATEGORIES= games MAINTAINER= danilo@FreeBSD.org COMMENT= GUI to create and modify quests for the Solarus engine LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/license_gpl.txt LIB_DEPENDS= libphysfs.so:${PORTSDIR}/devel/physfs \ libmodplug.so:${PORTSDIR}/audio/libmodplug \ liblua-5.1.so:${PORTSDIR}/lang/lua51 \ libvorbis.so:${PORTSDIR}/audio/libvorbis \ libogg.so:${PORTSDIR}/audio/libogg \ libsolarus.so:${PORTSDIR}/games/solarus USE_GITHUB= yes GH_ACCOUNT= christopho GH_PROJECT= ${PORTNAME} GH_TAGNAME= v${PORTVERSION} CMAKE_ARGS+= -DSOLARUS_USE_LUAJIT=OFF USE_SDL= sdl2 ttf2 image2 USE_QT5= buildtools core gui linguist qmake widgets USES= cmake compiler:c++11-lib openal WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} DESKTOP_ENTRIES= "Solarus Quest Editor" "${COMMENT}" "${PORTNAME}" "${PORTNAME}" \ "Game;" false PLIST_FILES= bin/solarus-quest-editor \ share/pixmaps/${PORTNAME}.png do-install: ${INSTALL_PROGRAM} ${WRKSRC}/solarus-quest-editor ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/images/logo/sqe-logo.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png .include Index: head/games/solarus-quest-editor/distinfo =================================================================== --- head/games/solarus-quest-editor/distinfo (revision 402372) +++ head/games/solarus-quest-editor/distinfo (revision 402373) @@ -1,2 +1,2 @@ -SHA256 (christopho-solarus-quest-editor-1.4.4-v1.4.4_GH0.tar.gz) = cf65b753d95c2328c9132108f8e7f233091db6298fa2cbc1a9894506ca8f58cf -SIZE (christopho-solarus-quest-editor-1.4.4-v1.4.4_GH0.tar.gz) = 11819019 +SHA256 (christopho-solarus-quest-editor-1.4.5-v1.4.5_GH0.tar.gz) = e569282947b8e4d1c21f62d9243dfb0534411bbc469fda7ff29706adb797c493 +SIZE (christopho-solarus-quest-editor-1.4.5-v1.4.5_GH0.tar.gz) = 11824339