View | Details | Raw Unified | Return to bug 220039
Collapse All | Expand All

(-)Makefile (-5 / +6 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	eduke32
4
PORTNAME=	eduke32
5
PORTVERSION=	20170225
5
PORTVERSION=	20170614
6
PORTREVISION=	2
7
CATEGORIES=	games
6
CATEGORIES=	games
8
MASTER_SITES=	http://dukeworld.duke4.net/eduke32/synthesis/${PORTVERSION}-${SVNREVISION}/:eduke32 \
7
MASTER_SITES=	http://dukeworld.duke4.net/eduke32/synthesis/${PORTVERSION}-${SVNREVISION}/:eduke32 \
9
		http://www.duke4.org/files/nightfright/hrp/:hrp \
8
		http://www.duke4.org/files/nightfright/hrp/:hrp \
Lines 30-41 Link Here
30
		libpng16.so:graphics/png
29
		libpng16.so:graphics/png
31
30
32
USES=		execinfo gmake pkgconfig tar:xz
31
USES=		execinfo gmake pkgconfig tar:xz
33
USE_GCC=	any
34
USE_GL=		gl glu
32
USE_GL=		gl glu
35
USE_GNOME=	gtk20
33
USE_GNOME=	gtk20
36
USE_SDL=	sdl2 mixer2
34
USE_SDL=	sdl2 mixer2
37
WRKSRC=		${WRKDIR}/${PORTNAME}_${PORTVERSION}-${SVNREVISION}
35
WRKSRC=		${WRKDIR}/${PORTNAME}_${PORTVERSION}-${SVNREVISION}
38
SVNREVISION=	6079
36
SVNREVISION=	6180
39
DATADIR=	${PREFIX}/share/duke3d
37
DATADIR=	${PREFIX}/share/duke3d
40
SUB_FILES=	pkg-message
38
SUB_FILES=	pkg-message
41
MAKEFILE=	GNUmakefile
39
MAKEFILE=	GNUmakefile
Lines 46-57 Link Here
46
44
47
BROKEN_sparc64=	does not compile on sparc64
45
BROKEN_sparc64=	does not compile on sparc64
48
46
49
OPTIONS_DEFINE=		EXAMPLES HRP OFFENSIVE SHAREWARE VOXEL
47
OPTIONS_DEFINE=		EXAMPLES GCC HRP OFFENSIVE SHAREWARE VOXEL
50
OPTIONS_DEFINE_i386=	ASM
48
OPTIONS_DEFINE_i386=	ASM
51
OPTIONS_DEFAULT_i386=	ASM
49
OPTIONS_DEFAULT_i386=	ASM
52
50
53
ASM_BUILD_DEPENDS=	nasm:devel/nasm
51
ASM_BUILD_DEPENDS=	nasm:devel/nasm
54
ASM_MAKE_ARGS_OFF=	NOASM=1
52
ASM_MAKE_ARGS_OFF=	NOASM=1
53
GCC_MAKE_ARGS_OFF=	CLANG=1 LTO=0
54
GCC_VARS=		USE_GCC=yes
55
GCC_LIB_DEPENDS=	libstdc++.so.6:lang/gcc
55
HRP_DESC=		Install High Resolution Pack
56
HRP_DESC=		Install High Resolution Pack
56
HRP_DISTFILES=		duke3d_hrp.zip:hrp
57
HRP_DISTFILES=		duke3d_hrp.zip:hrp
57
HRP_PLIST_FILES=	${DATADIR}/duke3d_hrp.zip
58
HRP_PLIST_FILES=	${DATADIR}/duke3d_hrp.zip
(-)distinfo (-3 / +3 lines)
Lines 1-6 Link Here
1
TIMESTAMP = 1489745171
1
TIMESTAMP = 1497598231
2
SHA256 (eduke32_src_20170225-6079.tar.xz) = 23cecc904df1e1e528c499e775a4dce7417cc70b8d97e7dcef068ff197e6a0a7
2
SHA256 (eduke32_src_20170614-6180.tar.xz) = 5afab56358face5e89323dbb9d35051d4878514613c8254ba6557661a3258ea0
3
SIZE (eduke32_src_20170225-6079.tar.xz) = 14759072
3
SIZE (eduke32_src_20170614-6180.tar.xz) = 14874472
4
SHA256 (duke3d_hrp.zip) = f217df456b4f11055041731033e35e4402fada99253e714e37c4a27e6fdc78a5
4
SHA256 (duke3d_hrp.zip) = f217df456b4f11055041731033e35e4402fada99253e714e37c4a27e6fdc78a5
5
SIZE (duke3d_hrp.zip) = 933440151
5
SIZE (duke3d_hrp.zip) = 933440151
6
SHA256 (duke3d_xxx.zip) = c31713e6400a175a1bfa3bd369d132f8a8abce8915c113549f98262b9a84b534
6
SHA256 (duke3d_xxx.zip) = c31713e6400a175a1bfa3bd369d132f8a8abce8915c113549f98262b9a84b534
(-)files/patch-source_build_src_lz4.c (+11 lines)
Line 0 Link Here
1
--- source/build/src/lz4.c.orig	2017-06-16 07:39:10 UTC
2
+++ source/build/src/lz4.c
3
@@ -65,7 +65,7 @@
4
 /**************************************
5
 *  Includes
6
 **************************************/
7
-#include "lz4.h"
8
+#include "../include/lz4.h"
9
 
10
 
11
 /**************************************

Return to bug 220039