View | Details | Raw Unified | Return to bug 236988 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	gzdoom
3
PORTNAME=	gzdoom
4
PORTVERSION=	3.7.2
4
PORTVERSION=	4.1.0
5
PORTREVISION=	1
6
DISTVERSIONPREFIX=	g
5
DISTVERSIONPREFIX=	g
7
CATEGORIES=	games
6
CATEGORIES=	games
8
7
Lines 22-28 Link Here
22
		libfluidsynth.so:audio/fluidsynth \
21
		libfluidsynth.so:audio/fluidsynth \
23
		libgme.so:audio/libgme
22
		libgme.so:audio/libgme
24
23
25
USES=		cmake gettext jpeg openal pkgconfig
24
USES=		cmake compiler:c++11-lang gettext gl gnome jpeg openal \
25
		pkgconfig sdl
26
26
27
DATADIR=	${DMDIR}/${PORTNAME}
27
DATADIR=	${DMDIR}/${PORTNAME}
28
28
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1549010707
1
TIMESTAMP = 1556897736
2
SHA256 (coelckers-gzdoom-g3.7.2_GH0.tar.gz) = 5fb57c83b733d77688b5809b3bd64ab87f0976f4e81d3bbac0ea0785a24646cc
2
SHA256 (coelckers-gzdoom-g4.1.0_GH0.tar.gz) = 9db365bbab74c3ba41bebf741f58409717b1986735b277b2ba17c4fc07f8d393
3
SIZE (coelckers-gzdoom-g3.7.2_GH0.tar.gz) = 10512467
3
SIZE (coelckers-gzdoom-g4.1.0_GH0.tar.gz) = 13007380
(-)files/patch-src_gamedata_fonts_font.cpp (+10 lines)
Line 0 Link Here
1
--- src/gamedata/fonts/font.cpp.orig	2019-05-03 16:07:35 UTC
2
+++ src/gamedata/fonts/font.cpp
3
@@ -35,6 +35,7 @@
4
 
5
 // HEADER FILES ------------------------------------------------------------
6
 
7
+#include <cwctype>
8
 #include <stdlib.h>
9
 #include <string.h>
10
 #include <math.h>
(-)files/patch-src_rendering_vulkan_thirdparty_vk__mem__alloc_vk__mem__alloc.h (+11 lines)
Line 0 Link Here
1
--- src/rendering/vulkan/thirdparty/vk_mem_alloc/vk_mem_alloc.h.orig	2019-05-03 15:59:56 UTC
2
+++ src/rendering/vulkan/thirdparty/vk_mem_alloc/vk_mem_alloc.h
3
@@ -2229,7 +2229,7 @@ remove them if not needed.
4
 #include <mutex> // for std::mutex
5
 #include <atomic> // for std::atomic
6
 
7
-#if !defined(_WIN32) && !defined(__APPLE__)
8
+#if !defined(_WIN32) && !defined(__APPLE__) && !defined(__FreeBSD__)
9
     #include <malloc.h> // for aligned_alloc()
10
 #endif
11
 

Return to bug 236988