Index: head/games/gzdoom/Makefile =================================================================== --- head/games/gzdoom/Makefile (revision 465700) +++ head/games/gzdoom/Makefile (revision 465701) @@ -1,57 +1,57 @@ # $FreeBSD$ PORTNAME= gzdoom -PORTVERSION= 3.1.0 +PORTVERSION= 3.3.0 DISTVERSIONPREFIX= g CATEGORIES= games -MAINTAINER= bsdports@kyle-evans.net +MAINTAINER= kevans@FreeBSD.org COMMENT= GL-enhanced source port for Doom-engine games LICENSE= BSD3CLAUSE GPLv3 LGPL3 LICENSE_COMB= multi LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/docs/licenses/bsd.txt LICENSE_FILE_GPLv3= ${WRKSRC}/docs/licenses/gpl.txt LICENSE_FILE_LGPL3= ${WRKSRC}/docs/licenses/lgpl.txt BUILD_DEPENDS= zip:archivers/zip LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libsndfile.so:audio/libsndfile \ libfluidsynth.so:audio/fluidsynth \ libgme.so:audio/libgme DATADIR= ${DMDIR}/${PORTNAME} USES= cmake:outsource gettext jpeg openal pkgconfig USE_GITHUB= yes GH_ACCOUNT= coelckers USE_GNOME= atk cairo gdkpixbuf2 gtk20 pango USE_SDL= sdl2 USE_GL= gl glu CXXFLAGS+= -DSHARE_DIR=\\\"${DATADIR}\\\" LDFLAGS+= -Wl,--as-needed DESKTOP_ENTRIES= "GZDoom" "" "${PORTNAME}" "${PORTNAME}" "Game;Shooter;" "" PLIST_FILES= bin/${PORTNAME} \ ${DATADIR}/${PORTNAME}.pk3 \ share/pixmaps/${PORTNAME}.xpm .include .if ${OPSYS} == "FreeBSD" && ${OSVERSION} < 1004000 BROKEN= Fails to link due to lack of thread_local .endif .include "${.CURDIR}/../doom-data/Makefile.include" do-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_PROGRAM} ${CONFIGURE_WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${CONFIGURE_WRKSRC}/${PORTNAME}.pk3 ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.xpm ${STAGEDIR}${PREFIX}/share/pixmaps .include Index: head/games/gzdoom/distinfo =================================================================== --- head/games/gzdoom/distinfo (revision 465700) +++ head/games/gzdoom/distinfo (revision 465701) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498082404 -SHA256 (coelckers-gzdoom-g3.1.0_GH0.tar.gz) = c011ce9a95b765da5b81cf723062379d585c57cb586848385a2319deba1996c3 -SIZE (coelckers-gzdoom-g3.1.0_GH0.tar.gz) = 9026969 +TIMESTAMP = 1522031247 +SHA256 (coelckers-gzdoom-g3.3.0_GH0.tar.gz) = 1639bd172901085e55629db92598e49f527f832a651d9978cf8ec981fd916343 +SIZE (coelckers-gzdoom-g3.3.0_GH0.tar.gz) = 9887523 Index: head/games/gzdoom/files/patch-src_scripting_vm_vm.h =================================================================== --- head/games/gzdoom/files/patch-src_scripting_vm_vm.h (revision 465700) +++ head/games/gzdoom/files/patch-src_scripting_vm_vm.h (nonexistent) @@ -1,11 +0,0 @@ ---- src/scripting/vm/vm.h.orig 2017-06-22 13:58:53 UTC -+++ src/scripting/vm/vm.h -@@ -376,7 +376,7 @@ int VMCall(VMFunction *func, VMValue *params, int nump - // variable name at position

- void NullParam(const char *varname); - --#ifdef _DEBUG -+#ifndef NDEBUG - bool AssertObject(void * ob); - #endif - Property changes on: head/games/gzdoom/files/patch-src_scripting_vm_vm.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/gzdoom/files/patch-src_dobject.h =================================================================== --- head/games/gzdoom/files/patch-src_dobject.h (revision 465700) +++ head/games/gzdoom/files/patch-src_dobject.h (nonexistent) @@ -1,11 +0,0 @@ ---- src/dobject.h.orig 2017-06-22 13:58:35 UTC -+++ src/dobject.h -@@ -198,7 +198,7 @@ class DObject (protected) - enum { MetaClassNum = CLASSREG_PClass }; - - // Per-instance variables. There are four. --#ifdef _DEBUG -+#ifndef NDEBUG - public: - enum - { Property changes on: head/games/gzdoom/files/patch-src_dobject.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/gzdoom/files/patch-src_scripting_vm_vmexec.cpp =================================================================== --- head/games/gzdoom/files/patch-src_scripting_vm_vmexec.cpp (revision 465700) +++ head/games/gzdoom/files/patch-src_scripting_vm_vmexec.cpp (nonexistent) @@ -1,11 +0,0 @@ ---- src/scripting/vm/vmexec.cpp.orig 2017-06-22 13:59:05 UTC -+++ src/scripting/vm/vmexec.cpp -@@ -229,7 +229,7 @@ void VMFillParams(VMValue *params, VMFrame *callee, in - } - - --#ifdef _DEBUG -+#ifndef NDEBUG - bool AssertObject(void * ob) - { - auto obj = (DObject*)ob; Property changes on: head/games/gzdoom/files/patch-src_scripting_vm_vmexec.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