svn commit: r416850 - head/games/pioneer
Kurt Jaeger
pi at FreeBSD.org
Mon Jun 13 16:12:47 UTC 2016
Author: pi
Date: Mon Jun 13 16:12:46 2016
New Revision: 416850
URL: https://svnweb.freebsd.org/changeset/ports/416850
Log:
games/pioneer: 20160404 -> 20160610
Changes:
https://github.com/pioneerspacesim/pioneer/compare/20160404...20160504
- This version uses multimedia/assimp v3.2 library from bug 209356.
- The saved games from previous version are not compatible!
PR: 209357
Submitted by: lightside at gmx.com (maintainer)
Modified:
head/games/pioneer/Makefile
head/games/pioneer/distinfo
Modified: head/games/pioneer/Makefile
==============================================================================
--- head/games/pioneer/Makefile Mon Jun 13 15:53:17 2016 (r416849)
+++ head/games/pioneer/Makefile Mon Jun 13 16:12:46 2016 (r416850)
@@ -38,7 +38,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
USE_GITHUB= yes
GH_ACCOUNT= pioneerspacesim
-GH_TAGNAME= 20160404
+GH_TAGNAME= 20160610
USES= autoreconf gmake pkgconfig
USE_GL= gl
@@ -47,7 +47,7 @@ USE_SDL= image2 sdl2
GNU_CONFIGURE= yes
CONFIGURE_ENV= PIONEER_DATA_DIR="${DATADIR}/data"
CONFIGURE_ARGS= --with-version="${GH_TAGNAME}"
-EXTRACT_AFTER_ARGS= --exclude .gitignore
+EXTRACT_AFTER_ARGS= --no-same-owner --no-same-permissions --exclude .gitignore
PORTDATA= data
PORTDOCS= AUTHORS.txt Changelog.txt Modelviewer.txt Quickstart.txt README.md
@@ -90,6 +90,8 @@ post-patch: .SILENT
${WRKSRC}/configure.ac
${REINPLACE_CMD} -e 's/std:://g' \
${WRKSRC}/src/Orbit.cpp
+ ${REINPLACE_CMD} -e 's/std::to_string/to_string/g' \
+ ${WRKSRC}/src/graphics/opengl/RendererGL.cpp
post-patch-MODELCOMPILER-off: .SILENT
${REINPLACE_CMD} -e 's/pioneer modelcompiler/pioneer/' \
@@ -104,10 +106,12 @@ post-patch-PROFILER-off: .SILENT
${WRKSRC}/configure.ac
post-install:
- (cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR})
${INSTALL_DATA} ${WRKSRC}/application-icon/pngs/pioneer-256x256.png \
${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png
+post-install-DOCS-on:
+ (cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR})
+
post-install-MODELCOMPILER-on:
${MV} ${STAGEDIR}${PREFIX}/bin/modelcompiler \
${STAGEDIR}${PREFIX}/bin/${PORTNAME}-modelcompiler
Modified: head/games/pioneer/distinfo
==============================================================================
--- head/games/pioneer/distinfo Mon Jun 13 15:53:17 2016 (r416849)
+++ head/games/pioneer/distinfo Mon Jun 13 16:12:46 2016 (r416850)
@@ -1,2 +1,2 @@
-SHA256 (pioneerspacesim-pioneer-0.0.20160404-20160404_GH0.tar.gz) = 6f32814128396cfdbd85ecf354cf590e34226173631aa485473f764762ad7ceb
-SIZE (pioneerspacesim-pioneer-0.0.20160404-20160404_GH0.tar.gz) = 189053561
+SHA256 (pioneerspacesim-pioneer-0.0.20160610-20160610_GH0.tar.gz) = 3e658c2747242d2e134ece0ffe910088cb1ecc6e6fcb1b88a3bd75646bafa1c4
+SIZE (pioneerspacesim-pioneer-0.0.20160610-20160610_GH0.tar.gz) = 194457994
More information about the svn-ports-all
mailing list