Lines 2-9
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= eduke32 |
4 |
PORTNAME= eduke32 |
5 |
PORTVERSION= 20170614 |
5 |
PORTVERSION= 20180218 |
6 |
PORTREVISION= 1 |
|
|
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 23-28
Link Here
|
23 |
LICENSE_FILE_GPLv2= ${WRKSRC}/source/duke3d/gpl-2.0.txt |
22 |
LICENSE_FILE_GPLv2= ${WRKSRC}/source/duke3d/gpl-2.0.txt |
24 |
LICENSE_PERMS_BUILDLIC= dist-mirror pkg-mirror auto-accept |
23 |
LICENSE_PERMS_BUILDLIC= dist-mirror pkg-mirror auto-accept |
25 |
|
24 |
|
|
|
25 |
BROKEN_aarch64= fails to compile: polymost.cpp:2403:18: non-constant-expression cannot be narrowed from type 'long' to 'int32_t' (aka 'int') in initializer list |
26 |
|
26 |
LIB_DEPENDS= libFLAC.so:audio/flac \ |
27 |
LIB_DEPENDS= libFLAC.so:audio/flac \ |
27 |
libogg.so:audio/libogg \ |
28 |
libogg.so:audio/libogg \ |
28 |
libvorbis.so:audio/libvorbis \ |
29 |
libvorbis.so:audio/libvorbis \ |
Lines 29-42
Link Here
|
29 |
libvpx.so:multimedia/libvpx \ |
30 |
libvpx.so:multimedia/libvpx \ |
30 |
libpng.so:graphics/png |
31 |
libpng.so:graphics/png |
31 |
|
32 |
|
32 |
BROKEN_aarch64= fails to compile: polymost.cpp:2403:18: non-constant-expression cannot be narrowed from type 'long' to 'int32_t' (aka 'int') in initializer list |
33 |
USES= dos2unix gmake pkgconfig tar:xz |
33 |
|
|
|
34 |
USES= gmake pkgconfig tar:xz |
35 |
USE_GL= gl glu |
34 |
USE_GL= gl glu |
36 |
USE_GNOME= gtk20 |
35 |
USE_GNOME= gtk20 |
37 |
USE_SDL= sdl2 mixer2 |
36 |
USE_SDL= sdl2 mixer2 |
38 |
WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}-${SVNREVISION} |
37 |
WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}-${SVNREVISION} |
39 |
SVNREVISION= 6180 |
38 |
SVNREVISION= 6675 |
40 |
DATADIR= ${PREFIX}/share/duke3d |
39 |
DATADIR= ${PREFIX}/share/duke3d |
41 |
SUB_FILES= pkg-message |
40 |
SUB_FILES= pkg-message |
42 |
MAKEFILE= GNUmakefile |
41 |
MAKEFILE= GNUmakefile |