View | Details | Raw Unified | Return to bug 212358
Collapse All | Expand All

(-)oolite/Makefile (-6 / +4 lines)
Lines 2-10 Link Here
2
# $FreeBSD: head/games/oolite/Makefile 412346 2016-04-01 14:00:51Z mat $
2
# $FreeBSD: head/games/oolite/Makefile 412346 2016-04-01 14:00:51Z mat $
3
3
4
PORTNAME=		oolite
4
PORTNAME=		oolite
5
PORTVERSION=		1.82
5
PORTVERSION=		1.84
6
CATEGORIES=		games gnustep
6
CATEGORIES=		games gnustep
7
MASTER_SITES=		http://github.com/OoliteProject/oolite/releases/download/1.82/
7
MASTER_SITES=		http://github.com/OoliteProject/oolite/releases/download/1.84/
8
DISTNAME=		${PORTNAME}-source-${PORTVERSION}
8
DISTNAME=		${PORTNAME}-source-${PORTVERSION}
9
DIST_SUBDIR=		oolite
9
DIST_SUBDIR=		oolite
10
10
Lines 26-33 Link Here
26
			libminizip.so:archivers/minizip
26
			libminizip.so:archivers/minizip
27
27
28
USES=			gnustep openal:al perl5 python:build tar:bzip2
28
USES=			gnustep openal:al perl5 python:build tar:bzip2
29
USE_GL=			yes
29
USE_GL=			gl glu
30
USE_SDL=		sdl
30
USE_SDL=		sdl
31
USE_XORG=		x11
31
USE_GNUSTEP=		base build
32
USE_GNUSTEP=		base build
32
# Redefine DO_MAKE_BUILD, because current gnustep in USES overrides MAKEFILE
33
# Redefine DO_MAKE_BUILD, because current gnustep in USES overrides MAKEFILE
33
# without possibility to change it, as it was done in the previous implementation
34
# without possibility to change it, as it was done in the previous implementation
Lines 83-91 Link Here
83
		/ioapi.c/d ; /unzip.c/d ; \
84
		/ioapi.c/d ; /unzip.c/d ; \
84
		s|/usr/X11R6|$${LOCALBASE}|' \
85
		s|/usr/X11R6|$${LOCALBASE}|' \
85
		${WRKSRC}/GNUmakefile
86
		${WRKSRC}/GNUmakefile
86
# Conversion needed for unsigned int type for using isfinite function
87
	${REINPLACE_CMD} -e 's|isfinite(uValue)|isfinite((long double)uValue)|' \
88
		${WRKSRC}/src/Core/Scripting/OOJSPlayerShip.m
89
# Change value of the SAVEDIR define
87
# Change value of the SAVEDIR define
90
	${REINPLACE_CMD} -e 's|oolite-saves|\.oolite-saves|' \
88
	${REINPLACE_CMD} -e 's|oolite-saves|\.oolite-saves|' \
91
		${WRKSRC}/src/Core/NSFileManagerOOExtensions.h
89
		${WRKSRC}/src/Core/NSFileManagerOOExtensions.h
(-)oolite/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (oolite/oolite-source-1.82.tar.bz2) = aa7ac77ea3d81d8ee13602f1490aef9cc60434c8083b1b7c8ff8ff9f2a8ca7d8
1
TIMESTAMP = 1468900340
2
SIZE (oolite/oolite-source-1.82.tar.bz2) = 139691456
2
SHA256 (oolite/oolite-source-1.84.tar.bz2) = 2ea317dde0615969d1704ee19c8df1d52bee1c87762ebd1e466b5d34f3161e2c
3
SIZE (oolite/oolite-source-1.84.tar.bz2) = 139707159

Return to bug 212358