- Update to 20160225

Note that saved games from previous versions are not compatible.

PR:		206811
Submitted by:	lightside at gmx.com (maintainer)
This commit is contained in:
Guido Falsi 2016-02-28 10:19:10 +00:00
parent bfc64ba9b4
commit f9f75fa210
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=409733
3 changed files with 3 additions and 14 deletions

View file

@ -38,7 +38,7 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
USE_GITHUB= yes
GH_ACCOUNT= pioneerspacesim
GH_TAGNAME= 20151130
GH_TAGNAME= 20160225
USES= autoreconf gmake pkgconfig
USE_GL= gl

View file

@ -1,2 +1,2 @@
SHA256 (pioneerspacesim-pioneer-0.0.20151130-20151130_GH0.tar.gz) = 4dd090a2dea4655bc0726d817fc9079ed1ed18d1845be458db494d55f1949c9a
SIZE (pioneerspacesim-pioneer-0.0.20151130-20151130_GH0.tar.gz) = 187036861
SHA256 (pioneerspacesim-pioneer-0.0.20160225-20160225_GH0.tar.gz) = bcecb8c1c1a448ac76c8890be24d8758d22604be64c8f9b771bf8d3aefcbd8b2
SIZE (pioneerspacesim-pioneer-0.0.20160225-20160225_GH0.tar.gz) = 187185912

View file

@ -1,11 +0,0 @@
--- src/posix/OSPosix.cpp.orig 2015-06-07 21:44:10 UTC
+++ src/posix/OSPosix.cpp
@@ -107,7 +107,7 @@
}
char infoString[2048];
-#if defined(__APPLE__)
+#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