Date: Sat, 11 May 2019 14:14:01 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501260 - in head/games/gzdoom: . files Message-ID: <201905111414.x4BEE1qM070306@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Sat May 11 14:14:01 2019 New Revision: 501260 URL: https://svnweb.freebsd.org/changeset/ports/501260 Log: games/gzdoom: update to 4.1.1 Commit the whole patch this time. Approved by: mat (mentor), kevans (maintainer) Added: head/games/gzdoom/files/patch-src_gamedata_fonts_font.cpp (contents, props changed) head/games/gzdoom/files/patch-src_rendering_vulkan_thirdparty_vk__mem__alloc_vk__mem__alloc.h (contents, props changed) Modified: head/games/gzdoom/Makefile head/games/gzdoom/distinfo Modified: head/games/gzdoom/Makefile ============================================================================== --- head/games/gzdoom/Makefile Sat May 11 13:42:33 2019 (r501259) +++ head/games/gzdoom/Makefile Sat May 11 14:14:01 2019 (r501260) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gzdoom -PORTVERSION= 3.7.2 -PORTREVISION= 1 +PORTVERSION= 4.1.1 DISTVERSIONPREFIX= g CATEGORIES= games @@ -22,7 +21,8 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfluidsynth.so:audio/fluidsynth \ libgme.so:audio/libgme -USES= cmake gettext jpeg openal pkgconfig +USES= cmake compiler:c++11-lang gettext gl gnome jpeg openal \ + pkgconfig sdl DATADIR= ${DMDIR}/${PORTNAME} Modified: head/games/gzdoom/distinfo ============================================================================== --- head/games/gzdoom/distinfo Sat May 11 13:42:33 2019 (r501259) +++ head/games/gzdoom/distinfo Sat May 11 14:14:01 2019 (r501260) @@ -1,3 +1,3 @@ -TIMESTAMP = 1549010707 -SHA256 (coelckers-gzdoom-g3.7.2_GH0.tar.gz) = 5fb57c83b733d77688b5809b3bd64ab87f0976f4e81d3bbac0ea0785a24646cc -SIZE (coelckers-gzdoom-g3.7.2_GH0.tar.gz) = 10512467 +TIMESTAMP = 1557581862 +SHA256 (coelckers-gzdoom-g4.1.1_GH0.tar.gz) = 50ce34b48518fb8715d6e346ff3ac8d08fd24b34e764be88335810fa592fb84a +SIZE (coelckers-gzdoom-g4.1.1_GH0.tar.gz) = 13008847 Added: head/games/gzdoom/files/patch-src_gamedata_fonts_font.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/gzdoom/files/patch-src_gamedata_fonts_font.cpp Sat May 11 14:14:01 2019 (r501260) @@ -0,0 +1,10 @@ +--- src/gamedata/fonts/font.cpp.orig 2019-05-03 16:07:35 UTC ++++ src/gamedata/fonts/font.cpp +@@ -35,6 +35,7 @@ + + // HEADER FILES ------------------------------------------------------------ + ++#include <cwctype> + #include <stdlib.h> + #include <string.h> + #include <math.h> Added: head/games/gzdoom/files/patch-src_rendering_vulkan_thirdparty_vk__mem__alloc_vk__mem__alloc.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/gzdoom/files/patch-src_rendering_vulkan_thirdparty_vk__mem__alloc_vk__mem__alloc.h Sat May 11 14:14:01 2019 (r501260) @@ -0,0 +1,11 @@ +--- src/rendering/vulkan/thirdparty/vk_mem_alloc/vk_mem_alloc.h.orig 2019-05-03 15:59:56 UTC ++++ src/rendering/vulkan/thirdparty/vk_mem_alloc/vk_mem_alloc.h +@@ -2229,7 +2229,7 @@ remove them if not needed. + #include <mutex> // for std::mutex + #include <atomic> // for std::atomic + +-#if !defined(_WIN32) && !defined(__APPLE__) ++#if !defined(_WIN32) && !defined(__APPLE__) && !defined(__FreeBSD__) + #include <malloc.h> // for aligned_alloc() + #endif +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905111414.x4BEE1qM070306>