diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-12-02 03:15:33 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-12-02 03:15:33 +0000 |
commit | 5b8c897dba5392dcd3d7959a6809e23205edea0c (patch) | |
tree | 17de5200980b428ea646708487d980111bf33122 /games/pioneer | |
parent | 1a1e8b436e985f1f3807086c03be5657b35d78a6 (diff) |
Notes
Diffstat (limited to 'games/pioneer')
-rw-r--r-- | games/pioneer/Makefile | 11 | ||||
-rw-r--r-- | games/pioneer/distinfo | 4 | ||||
-rw-r--r-- | games/pioneer/files/patch-src_posix_OSPosix.cpp | 2 | ||||
-rw-r--r-- | games/pioneer/pkg-descr | 1 |
4 files changed, 10 insertions, 8 deletions
diff --git a/games/pioneer/Makefile b/games/pioneer/Makefile index efc6f913bab3..2855898e3ead 100644 --- a/games/pioneer/Makefile +++ b/games/pioneer/Makefile @@ -9,21 +9,24 @@ MASTER_SITES= http://github.com/${GH_ACCOUNT}/${GH_PROJECT}/archive/${GH_TAGNAME MAINTAINER= lightside@gmx.com COMMENT= Space adventure game set in the Milky Way galaxy -LICENSE= APACHE20 GPLv3 MIT ZLIB CCBYSAv3 DejaVu GLEW SIL +LICENSE= APACHE20 GPLv3 MIT ZLIB CCBYSAv3 DejaVu GLEW IUP SIL LICENSE_COMB= multi LICENSE_NAME_CCBYSAv3= Creative Commons Attribution-ShareAlike 3.0 Unported license LICENSE_NAME_DejaVu= Bitstream Vera and Arev fonts license LICENSE_NAME_GLEW= The OpenGL Extension Wrangler Library license +LICENSE_NAME_IUP= Galaxy colour image use policy LICENSE_NAME_SIL= SIL open font license version 1.1 LICENSE_FILE_APACHE20= ${WRKSRC}/licenses/Apache-2.0.txt LICENSE_FILE_CCBYSAv3= ${WRKSRC}/licenses/CC-BY-SA-3.0.txt LICENSE_FILE_DejaVu= ${WRKSRC}/licenses/DejaVu-license.txt LICENSE_FILE_GLEW= ${WRKSRC}/licenses/GLEW.txt LICENSE_FILE_GPLv3= ${WRKSRC}/licenses/GPL-3.txt +LICENSE_FILE_IUP= ${WRKSRC}/licenses/Image\ Use\ Policy\ -\ NASA\ Spitzer\ Space\ Telescope.html LICENSE_FILE_SIL= ${WRKSRC}/licenses/SIL-1.1.txt LICENSE_PERMS_CCBYSAv3= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LICENSE_PERMS_DejaVu= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LICENSE_PERMS_GLEW= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LICENSE_PERMS_IUP= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LICENSE_PERMS_SIL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BUILD_DEPENDS= ${LOCALBASE}/include/GL/glu.h:${PORTSDIR}/graphics/libGLU @@ -35,7 +38,7 @@ LIB_DEPENDS= libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 \ GH_ACCOUNT= pioneerspacesim GH_PROJECT= ${PORTNAME} -GH_TAGNAME= 20141029 +GH_TAGNAME= 20141128 WRKSRC= ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME} @@ -70,7 +73,7 @@ MODELCOMPILER_PLIST_FILES= bin/${PORTNAME}-modelcompiler .include <bsd.port.options.mk> -.if ${OSVERSION} < 1000054 +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000054 USE_GCC= yes .else USES+= compiler:c++11-lang @@ -99,7 +102,7 @@ post-install: @${MV} ${STAGEDIR}${PREFIX}/bin/modelcompiler \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-modelcompiler .endif - cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR}) ${INSTALL_DATA} ${WRKSRC}/application-icon/pngs/pioneer-256x256.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png diff --git a/games/pioneer/distinfo b/games/pioneer/distinfo index ebddf2830dfb..b63f73ed3934 100644 --- a/games/pioneer/distinfo +++ b/games/pioneer/distinfo @@ -1,2 +1,2 @@ -SHA256 (pioneer-0.0.20141029.tar.gz) = 918ca629a2f24e18826fb8394137447317778b105fd3d6e8e625d49654724b02 -SIZE (pioneer-0.0.20141029.tar.gz) = 174101452 +SHA256 (pioneer-0.0.20141128.tar.gz) = b6d4e42194dd18407609ca297cc3038219b36031581aa94abb3d02b3f32c94c9 +SIZE (pioneer-0.0.20141128.tar.gz) = 174122579 diff --git a/games/pioneer/files/patch-src_posix_OSPosix.cpp b/games/pioneer/files/patch-src_posix_OSPosix.cpp index c91799784f57..d3c7de50470e 100644 --- a/games/pioneer/files/patch-src_posix_OSPosix.cpp +++ b/games/pioneer/files/patch-src_posix_OSPosix.cpp @@ -5,7 +5,7 @@ char infoString[2048]; -#if defined(__APPLE__) -+#if defined(__APPLE__) || defined(__FREEBSD__) ++#if !defined(__linux__) snprintf(infoString, 2048, "System Name: %s\nHost Name: %s\nRelease(Kernel) Version: %s\nKernel Build Timestamp: %s\nMachine Arch: %s\n", uts.sysname, uts.nodename, uts.release, uts.version, uts.machine); #else diff --git a/games/pioneer/pkg-descr b/games/pioneer/pkg-descr index 40b1737858dd..d8ac851884f6 100644 --- a/games/pioneer/pkg-descr +++ b/games/pioneer/pkg-descr @@ -10,4 +10,3 @@ hand at piracy, make your fortune trading between systems, or do missions for the various factions fighting for power, freedom or self-determination. WWW: http://pioneerspacesim.net -WWW: http://github.com/pioneerspacesim/pioneer |