diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-04-29 04:46:37 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-04-29 04:46:37 +0800 |
commit | 9bcebc8c43846c5d15ee852e92fdc7f5021d233a (patch) | |
tree | bb426a55baefb0a2162bcc0a8ab85e752ddcafd6 /games | |
parent | 914d6b3be1cb79b9c4920830065c2f896a438be7 (diff) | |
download | freebsd-ports-gnome-9bcebc8c43846c5d15ee852e92fdc7f5021d233a.tar.gz freebsd-ports-gnome-9bcebc8c43846c5d15ee852e92fdc7f5021d233a.tar.zst freebsd-ports-gnome-9bcebc8c43846c5d15ee852e92fdc7f5021d233a.zip |
- Update to 0.8.2
Diffstat (limited to 'games')
-rw-r--r-- | games/xonotic/Makefile | 43 | ||||
-rw-r--r-- | games/xonotic/distinfo | 5 | ||||
-rw-r--r-- | games/xonotic/files/patch-source__darkplaces__BSDmakefile | 11 | ||||
-rw-r--r-- | games/xonotic/files/patch-source_darkplaces_makefile | 15 |
4 files changed, 35 insertions, 39 deletions
diff --git a/games/xonotic/Makefile b/games/xonotic/Makefile index 4234aa8bdc4b..5b0c22f24053 100644 --- a/games/xonotic/Makefile +++ b/games/xonotic/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xonotic -PORTVERSION= 0.8.1 -PORTREVISION= 2 +PORTVERSION= 0.8.2 CATEGORIES= games MASTER_SITES= http://nl.dl.xonotic.org/ \ http://mirror.bitmissile.com/xonotic/releases/ @@ -12,34 +11,37 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Fast-paced, chaotic, and intense multiplayer first person shooter LIB_DEPENDS= libcurl.so:ftp/curl \ - libpng.so:graphics/png + libpng.so:graphics/png \ + libd0_blind_id.so:security/d0_blind_id \ + libd0_rijndael.so:security/d0_blind_id \ + libode.so:devel/ode -USES= compiler:features jpeg shebangfix zip:infozip +USES= compiler:features gmake jpeg localbase shebangfix zip:infozip SHEBANG_FILES= server/rcon.pl server/rcon2irc/rcon2irc.pl WRKSRC= ${WRKDIR}/Xonotic BUILD_WRKSRC= ${WRKSRC}/source/darkplaces -MAKEFILE= BSDmakefile +MAKEFILE= makefile MAKE_ARGS= DP_FS_BASEDIR="${DATADIR}" \ DP_PRELOAD_DEPENDENCIES=yes \ - CFLAGS_LIBJPEG="-I${LOCALBASE}/include -DLINK_TO_LIBJPEG" \ - OPTIM_RELEASE="${CFLAGS} -fno-strict-aliasing -funroll-loops" \ + OPTIM_RELEASE="${CFLAGS}" \ STRIP="${STRIP_CMD}" MAKE_JOBS_UNSAFE=yes ALL_TARGET= # empty PORTDATA= * -OPTIONS_DEFINE= ENCRYPTION +OPTIONS_DEFINE= OPTIMIZED_CFLAGS OPTIONS_MULTI= COMPONENTS OPTIONS_MULTI_COMPONENTS=CLIENT DEDICATED -OPTIONS_DEFAULT= CLIENT DEDICATED ENCRYPTION +OPTIONS_DEFAULT= CLIENT DEDICATED CLIENT_DESC= Build client -CLIENT_LIB_DEPENDS= libmodplug.so:audio/libmodplug \ - libtheora.so:multimedia/libtheora \ +CLIENT_LIB_DEPENDS= libtheora.so:multimedia/libtheora \ libvorbis.so:audio/libvorbis \ + libvorbisenc.so:audio/libvorbis \ + libvorbisfile.so:audio/libvorbis \ libogg.so:audio/libogg -CLIENT_USE= SDL=sdl XORG=x11 +CLIENT_USE= SDL=sdl2 XORG=x11 CLIENT_ALL_TARGET= sdl-release CLIENT_PLIST_FILES= bin/${PORTNAME} share/pixmaps/${PORTNAME}.ico CLIENT_DESKTOP_ENTRIES= "Xonotic" \ @@ -53,22 +55,11 @@ DEDICATED_DESC= Build dedicated server DEDICATED_ALL_TARGET= sv-release DEDICATED_PLIST_FILES= bin/${PORTNAME}-dedicated -ENCRYPTION_DESC= Build encryption (required for stats submission) -ENCRYPTION_LIB_DEPENDS= libd0_rijndael.so:security/d0_blind_id - -.include <bsd.port.pre.mk> - -.if ${COMPILER_TYPE} == gcc && ${COMPILER_VERSION} == 42 -# internal compiler error with base gcc -USE_GCC= yes -.endif +OPTIMIZED_CFLAGS_CFLAGS= -O3 -fno-strict-aliasing -fno-math-errno -ffinite-math-only -fno-rounding-math -fno-signaling-nans -fno-trapping-math post-patch: @${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},' \ - ${BUILD_WRKSRC}/${MAKEFILE} ${BUILD_WRKSRC}/makefile.inc - @${REINPLACE_CMD} -e '/LDFLAGS_BSDSV/s,$$,-L${LOCALBASE}/lib,' \ - ${BUILD_WRKSRC}/makefile.inc - @${ECHO_CMD} >> ${BUILD_WRKSRC}/prvm_offsets.h # silence 'no newline' warnings + ${BUILD_WRKSRC}/makefile ${BUILD_WRKSRC}/makefile.inc do-install: @${MKDIR} ${STAGEDIR}${DATADIR}/data @@ -88,4 +79,4 @@ do-install-DEDICATED-on: do-install-ENCRYPTION-on: ${INSTALL_DATA} ${WRKSRC}/key_0.d0pk ${STAGEDIR}${DATADIR}/ -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/games/xonotic/distinfo b/games/xonotic/distinfo index 110964a867e3..c65c22c89716 100644 --- a/games/xonotic/distinfo +++ b/games/xonotic/distinfo @@ -1,2 +1,3 @@ -SHA256 (xonotic-0.8.1.zip) = be8bcc41e2993a2f26d4d04c65a7eab810443bd98b11b45e482ffdbbf284c46f -SIZE (xonotic-0.8.1.zip) = 984854761 +TIMESTAMP = 1491306088 +SHA256 (xonotic-0.8.2.zip) = a22f7230f486c5825b55cfdadd73399c9b0fae98c9e081dd8ac76eca08359ad5 +SIZE (xonotic-0.8.2.zip) = 991045679 diff --git a/games/xonotic/files/patch-source__darkplaces__BSDmakefile b/games/xonotic/files/patch-source__darkplaces__BSDmakefile deleted file mode 100644 index c9a899fc8cc5..000000000000 --- a/games/xonotic/files/patch-source__darkplaces__BSDmakefile +++ /dev/null @@ -1,11 +0,0 @@ ---- source/darkplaces/BSDmakefile.orig 2015-08-25 12:10:24 UTC -+++ source/darkplaces/BSDmakefile -@@ -158,7 +158,7 @@ LIB_SOUND=$(LIB_SND_BSD) - - CFLAGS_MAKEDEP=-MD - .ifdef DP_FS_BASEDIR --CFLAGS_FS=-DDP_FS_BASEDIR='\"$(DP_FS_BASEDIR)\"' -+CFLAGS_FS=-DDP_FS_BASEDIR='\\\"$(DP_FS_BASEDIR)\\\"' - .else - CFLAGS_FS= - .endif diff --git a/games/xonotic/files/patch-source_darkplaces_makefile b/games/xonotic/files/patch-source_darkplaces_makefile new file mode 100644 index 000000000000..21b690966c7d --- /dev/null +++ b/games/xonotic/files/patch-source_darkplaces_makefile @@ -0,0 +1,15 @@ +--- source/darkplaces/makefile.orig 2017-04-05 10:52:46 UTC ++++ source/darkplaces/makefile +@@ -234,9 +234,9 @@ endif + + DP_LINK_ZLIB?=shared + DP_LINK_JPEG?=shared +- DP_LINK_ODE?=dlopen +- DP_LINK_CRYPTO?=dlopen +- DP_LINK_CRYPTO_RIJNDAEL?=dlopen ++ DP_LINK_ODE?=shared ++ DP_LINK_CRYPTO?=shared ++ DP_LINK_CRYPTO_RIJNDAEL?=shared + endif + + # Win32 configuration |