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

Collapse All | Expand All

(-)Makefile (-5 / +4 lines)
Lines 6-14 Link Here
6
PORTREVISION=	3
6
PORTREVISION=	3
7
CATEGORIES=	games
7
CATEGORIES=	games
8
8
9
PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
10
PATCHFILES=	a53fdbe8b046.patch:-p1
11
12
MAINTAINER=	lightside@gmx.com
9
MAINTAINER=	lightside@gmx.com
13
COMMENT=	Space adventure game set in the Milky Way galaxy
10
COMMENT=	Space adventure game set in the Milky Way galaxy
14
11
Lines 38-48 Link Here
38
		libpng.so:graphics/png \
35
		libpng.so:graphics/png \
39
		libassimp.so:multimedia/assimp
36
		libassimp.so:multimedia/assimp
40
37
38
USES=		autoreconf compiler:c++11-lib gmake pkgconfig
39
41
USE_GITHUB=	yes
40
USE_GITHUB=	yes
42
GH_ACCOUNT=	pioneerspacesim
41
GH_ACCOUNT=	pioneerspacesim
43
GH_TAGNAME=	20170304
42
GH_TAGNAME=	20170304
44
43
45
USES=		autoreconf compiler:c++11-lib gmake pkgconfig
46
USE_GL=		gl
44
USE_GL=		gl
47
USE_SDL=	image2 sdl2
45
USE_SDL=	image2 sdl2
48
46
Lines 82-88 Link Here
82
.endif
80
.endif
83
81
84
post-patch: .SILENT
82
post-patch: .SILENT
85
	${REINPLACE_CMD} -e '/^OPTIMISE=/d' \
83
	${REINPLACE_CMD} -e '/^OPTIMISE=/d ; \
84
		/aiGetVersionMajor()/s| &&.*2||' \
86
		${WRKSRC}/configure.ac
85
		${WRKSRC}/configure.ac
87
86
88
post-patch-MODELCOMPILER-off: .SILENT
87
post-patch-MODELCOMPILER-off: .SILENT
(-)distinfo (-2 lines)
Lines 1-5 Link Here
1
TIMESTAMP = 1488555232
1
TIMESTAMP = 1488555232
2
SHA256 (pioneerspacesim-pioneer-0.0.20170304-20170304_GH0.tar.gz) = 45d448a5ac53c9e230522600f03dad7abc70788367d09c3edcb4ae4285050004
2
SHA256 (pioneerspacesim-pioneer-0.0.20170304-20170304_GH0.tar.gz) = 45d448a5ac53c9e230522600f03dad7abc70788367d09c3edcb4ae4285050004
3
SIZE (pioneerspacesim-pioneer-0.0.20170304-20170304_GH0.tar.gz) = 194776151
3
SIZE (pioneerspacesim-pioneer-0.0.20170304-20170304_GH0.tar.gz) = 194776151
4
SHA256 (a53fdbe8b046.patch) = f9b438480642ad4a9a71cd976c007bc9c5a0fa82d3dc2d4d0892c1d6e00b78d7
5
SIZE (a53fdbe8b046.patch) = 1109

Return to bug 220889