View | Details | Raw Unified | Return to bug 206811 | Differences between
and this patch

Collapse All | Expand All

(-)pioneer/Makefile (-1 / +1 lines)
Lines 38-44 Link Here
38
38
39
USE_GITHUB=	yes
39
USE_GITHUB=	yes
40
GH_ACCOUNT=	pioneerspacesim
40
GH_ACCOUNT=	pioneerspacesim
41
GH_TAGNAME=	20151130
41
GH_TAGNAME=	20160129
42
42
43
USES=		autoreconf gmake pkgconfig
43
USES=		autoreconf gmake pkgconfig
44
USE_GL=		gl
44
USE_GL=		gl
(-)pioneer/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (pioneerspacesim-pioneer-0.0.20151130-20151130_GH0.tar.gz) = 4dd090a2dea4655bc0726d817fc9079ed1ed18d1845be458db494d55f1949c9a
1
SHA256 (pioneerspacesim-pioneer-0.0.20160129-20160129_GH0.tar.gz) = fedf600e5ed26936c81125bcdf15a8e5677955a50f6e7f380e6b9c0214838bfc
2
SIZE (pioneerspacesim-pioneer-0.0.20151130-20151130_GH0.tar.gz) = 187036861
2
SIZE (pioneerspacesim-pioneer-0.0.20160129-20160129_GH0.tar.gz) = 187186773
(-)pioneer/files/patch-src_posix_OSPosix.cpp (-11 lines)
Lines 1-11 Link Here
1
--- src/posix/OSPosix.cpp.orig	2015-06-07 21:44:10 UTC
2
+++ src/posix/OSPosix.cpp
3
@@ -107,7 +107,7 @@
4
 	}
5
 
6
 	char infoString[2048];
7
-#if defined(__APPLE__)
8
+#if !defined(__linux__)
9
 	snprintf(infoString, 2048, "System Name: %s\nHost Name: %s\nRelease(Kernel) Version: %s\nKernel Build Timestamp: %s\nMachine Arch: %s\n",
10
 		uts.sysname, uts.nodename, uts.release, uts.version, uts.machine);
11
 #else

Return to bug 206811