Index: head/games/devilutionX/Makefile =================================================================== --- head/games/devilutionX/Makefile (revision 558158) +++ head/games/devilutionX/Makefile (revision 558159) @@ -1,40 +1,40 @@ # $FreeBSD$ PORTNAME= devilutionX PORTVERSION= 1.1.0 CATEGORIES= games MAINTAINER= ed.arrakis@gmail.com COMMENT= Diablo I engine for modern operating systems LICENSE= UNLICENSE LICENSE_FILE= ${WRKSRC}/LICENSE MY_DEPENDS= ${LOCALBASE}/share/fonts/CharisSIL/CharisSIL-B.ttf:x11-fonts/charis BUILD_DEPENDS= ${MY_DEPENDS} LIB_DEPENDS= libsodium.so:security/libsodium RUN_DEPENDS= ${MY_DEPENDS} USES= cmake compiler:c++11-lang dos2unix sdl DOS2UNIX_GLOB= *.c *.h CMakeLists.txt USE_GITHUB= yes GH_ACCOUNT= diasurgical USE_SDL= mixer2 sdl2 ttf2 CMAKE_ARGS= -DCMAKE_INSTALL_SHAREDIR:PATH=${PREFIX}/share \ -DGIT_TAG=${PORTVERSION} .if defined(WITH_DEBUG) -CMAKE_ON= NIGHTLY_BUILD +CMAKE_ON= DEBUG .else CMAKE_ON= BINARY_RELEASE .endif CXXFLAGS+= -DTTF_FONT_PATH=\\\"${LOCALBASE}/share/fonts/CharisSIL/CharisSIL-B.ttf\\\" PLIST_FILES= bin/devilutionx \ share/applications/devilutionx.desktop \ share/icons/hicolor/512x512/apps/devilutionx.png \ share/icons/hicolor/512x512/apps/devilutionx_solid.png .include Index: head/games/devilutionX/files/patch-3rdParty_StormLib_src_StormPort.h =================================================================== --- head/games/devilutionX/files/patch-3rdParty_StormLib_src_StormPort.h (revision 558158) +++ head/games/devilutionX/files/patch-3rdParty_StormLib_src_StormPort.h (nonexistent) @@ -1,18 +0,0 @@ ---- 3rdParty/StormLib/src/StormPort.h.orig 2020-03-10 14:00:26 UTC -+++ 3rdParty/StormLib/src/StormPort.h -@@ -165,6 +165,7 @@ - #include - #include - #include -+ #include - - #ifndef __BIG_ENDIAN__ - #define PLATFORM_LITTLE_ENDIAN -@@ -193,6 +194,7 @@ - #include - #include - #include -+ #include - - #ifndef __BIG_ENDIAN__ - #define PLATFORM_LITTLE_ENDIAN Property changes on: head/games/devilutionX/files/patch-3rdParty_StormLib_src_StormPort.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