mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
* Updated to 20170614 (r6180)
* Added non-default option GCC PR: 220039 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer) Reviewed by: lifanov (mentor) Approved by: lifanov (mentor) Differential Revision: https://reviews.freebsd.org/D11253
This commit is contained in:
parent
459ac1ea70
commit
9185a9956f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=443899
@ -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 @@ LIB_DEPENDS= libFLAC.so:audio/flac \
|
||||
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 @@ PORTEXAMPLES= *
|
||||
|
||||
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
|
||||
|
@ -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
|
||||
|
11
games/eduke32/files/patch-source_build_src_lz4.c
Normal file
11
games/eduke32/files/patch-source_build_src_lz4.c
Normal file
@ -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"
|
||||
|
||||
|
||||
/**************************************
|
Loading…
Reference in New Issue
Block a user