Page MenuHomeFreeBSD

D11253.id29782.diff
No OneTemporary

D11253.id29782.diff

Index: games/eduke32/Makefile
===================================================================
--- games/eduke32/Makefile
+++ games/eduke32/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= eduke32
-PORTVERSION= 20170225
-PORTREVISION= 2
+PORTVERSION= 20170614
CATEGORIES= games
MASTER_SITES= http://dukeworld.duke4.net/eduke32/synthesis/${PORTVERSION}-${SVNREVISION}/:eduke32 \
http://www.duke4.org/files/nightfright/hrp/:hrp \
@@ -30,12 +29,11 @@
libpng16.so:graphics/png
USES= execinfo gmake pkgconfig tar:xz
-USE_GCC= any
USE_GL= gl glu
USE_GNOME= gtk20
USE_SDL= sdl2 mixer2
WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}-${SVNREVISION}
-SVNREVISION= 6079
+SVNREVISION= 6180
DATADIR= ${PREFIX}/share/duke3d
SUB_FILES= pkg-message
MAKEFILE= GNUmakefile
@@ -46,12 +44,14 @@
BROKEN_sparc64= does not compile on sparc64
-OPTIONS_DEFINE= EXAMPLES HRP OFFENSIVE SHAREWARE VOXEL
+OPTIONS_DEFINE= EXAMPLES GCC HRP OFFENSIVE SHAREWARE VOXEL
OPTIONS_DEFINE_i386= ASM
OPTIONS_DEFAULT_i386= ASM
ASM_BUILD_DEPENDS= nasm:devel/nasm
ASM_MAKE_ARGS_OFF= NOASM=1
+GCC_MAKE_ARGS_OFF= CLANG=1 LTO=0
+GCC_USE= gcc=yes
HRP_DESC= Install High Resolution Pack
HRP_DISTFILES= duke3d_hrp.zip:hrp
HRP_PLIST_FILES= ${DATADIR}/duke3d_hrp.zip
Index: games/eduke32/distinfo
===================================================================
--- games/eduke32/distinfo
+++ games/eduke32/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1489745171
-SHA256 (eduke32_src_20170225-6079.tar.xz) = 23cecc904df1e1e528c499e775a4dce7417cc70b8d97e7dcef068ff197e6a0a7
-SIZE (eduke32_src_20170225-6079.tar.xz) = 14759072
+TIMESTAMP = 1497598231
+SHA256 (eduke32_src_20170614-6180.tar.xz) = 5afab56358face5e89323dbb9d35051d4878514613c8254ba6557661a3258ea0
+SIZE (eduke32_src_20170614-6180.tar.xz) = 14874472
SHA256 (duke3d_hrp.zip) = f217df456b4f11055041731033e35e4402fada99253e714e37c4a27e6fdc78a5
SIZE (duke3d_hrp.zip) = 933440151
SHA256 (duke3d_xxx.zip) = c31713e6400a175a1bfa3bd369d132f8a8abce8915c113549f98262b9a84b534
Index: games/eduke32/files/patch-source_build_src_lz4.c
===================================================================
--- /dev/null
+++ games/eduke32/files/patch-source_build_src_lz4.c
@@ -0,0 +1,11 @@
+--- source/build/src/lz4.c.orig 2017-06-16 07:39:10 UTC
++++ source/build/src/lz4.c
+@@ -65,7 +65,7 @@
+ /**************************************
+ * Includes
+ **************************************/
+-#include "lz4.h"
++#include "../include/lz4.h"
+
+
+ /**************************************

File Metadata

Mime Type
text/plain
Expires
Tue, Apr 21, 1:49 AM (1 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31878458
Default Alt Text
D11253.id29782.diff (2 KB)

Event Timeline