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

Collapse All | Expand All

(-)Makefile (-7 / +6 lines)
Lines 2-10 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	openclonk
4
PORTNAME=	openclonk
5
PORTVERSION=	6.1
5
PORTVERSION=	7.0
6
DISTVERSIONSUFFIX=	-src
6
DISTVERSIONSUFFIX=	-src
7
PORTREVISION=	1
8
CATEGORIES=	games
7
CATEGORIES=	games
9
MASTER_SITES=	http://www.openclonk.org/builds/release/${DISTVERSION}/
8
MASTER_SITES=	http://www.openclonk.org/builds/release/${DISTVERSION}/
10
9
Lines 12-19 Link Here
12
COMMENT=	Multiplayer action game involving small and nimble humanoids
11
COMMENT=	Multiplayer action game involving small and nimble humanoids
13
12
14
LICENSE=	ISCL CC0-1.0
13
LICENSE=	ISCL CC0-1.0
15
LICENSE_COMB=	dual
14
LICENSE_COMB=	multi
16
LICENSE_FILE=	${WRKSRC}/COPYING
15
LICENSE_FILE_ISCL=	${WRKSRC}/COPYING
17
16
18
LIB_DEPENDS=	libboost_thread.so:${PORTSDIR}/devel/boost-libs \
17
LIB_DEPENDS=	libboost_thread.so:${PORTSDIR}/devel/boost-libs \
19
		libfreetype.so:${PORTSDIR}/print/freetype2 \
18
		libfreetype.so:${PORTSDIR}/print/freetype2 \
Lines 23-31 Link Here
23
22
24
BROKEN_FreeBSD_9=	does not build (lack of proper c++11 support)
23
BROKEN_FreeBSD_9=	does not build (lack of proper c++11 support)
25
24
26
USES=		compiler:c++11-lib cmake desktop-file-utils jpeg pkgconfig tar:bzip2
25
USES=		compiler:c++14-lang cmake desktop-file-utils jpeg pkgconfig tar:bzip2
27
USE_GL=		glew
26
USE_GL=		glew
28
USE_GNOME=	gtk20
27
USE_GNOME=	gtk30
29
USE_SDL=	sdl mixer
28
USE_SDL=	sdl mixer
30
USE_XORG=	x11 xpm
29
USE_XORG=	x11 xpm
31
INSTALLS_ICONS=	yes
30
INSTALLS_ICONS=	yes
Lines 32-37 Link Here
32
31
33
post-patch:
32
post-patch:
34
	@${REINPLACE_CMD} -e 's|DESTINATION games|DESTINATION bin|' \
33
	@${REINPLACE_CMD} -e 's|DESTINATION games|DESTINATION bin|' \
35
		${WRKSRC}/CMakeLists.txt
34
		-e 's|share/games|share|' ${WRKSRC}/CMakeLists.txt
36
35
37
.include <bsd.port.mk>
36
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (openclonk-6.1-src.tar.bz2) = 5c3903f82c9d7e8c466ab1ff594d553911a6e5fa0be2a326684d823ef1c24905
1
SHA256 (openclonk-7.0-src.tar.bz2) = bc1a231d72774a7aa8819e54e1f79be27a21b579fb057609398f2aa5700b0732
2
SIZE (openclonk-6.1-src.tar.bz2) = 68861317
2
SIZE (openclonk-7.0-src.tar.bz2) = 102143348
(-)pkg-plist (-12 / +13 lines)
Lines 1-20 Link Here
1
bin/c4group
1
bin/c4group
2
bin/openclonk
2
bin/openclonk
3
share/applications/openclonk.desktop
3
share/applications/openclonk.desktop
4
share/games/openclonk/Arena.ocf
5
share/games/openclonk/Decoration.ocd
6
share/games/openclonk/Graphics.ocg
7
share/games/openclonk/Material.ocg
8
share/games/openclonk/Missions.ocf
9
share/games/openclonk/Music.ocg
10
share/games/openclonk/Objects.ocd
11
share/games/openclonk/Parkour.ocf
12
share/games/openclonk/Sound.ocg
13
share/games/openclonk/System.ocg
14
share/games/openclonk/Tutorial.ocf
15
share/games/openclonk/Worlds.ocf
16
share/icons/hicolor/128x128/apps/openclonk.png
4
share/icons/hicolor/128x128/apps/openclonk.png
17
share/icons/hicolor/256x256/apps/openclonk.png
5
share/icons/hicolor/256x256/apps/openclonk.png
18
share/icons/hicolor/32x32/apps/openclonk.png
6
share/icons/hicolor/32x32/apps/openclonk.png
19
share/icons/hicolor/512x512/apps/openclonk.png
7
share/icons/hicolor/512x512/apps/openclonk.png
20
share/icons/hicolor/64x64/apps/openclonk.png
8
share/icons/hicolor/64x64/apps/openclonk.png
9
%%DATADIR%%/Arena.ocf
10
%%DATADIR%%/Decoration.ocd
11
%%DATADIR%%/Defense.ocf
12
%%DATADIR%%/Graphics.ocg
13
%%DATADIR%%/Material.ocg
14
%%DATADIR%%/Missions.ocf
15
%%DATADIR%%/Music.ocg
16
%%DATADIR%%/Objects.ocd
17
%%DATADIR%%/Parkour.ocf
18
%%DATADIR%%/Sound.ocg
19
%%DATADIR%%/System.ocg
20
%%DATADIR%%/Tutorials.ocf
21
%%DATADIR%%/Worlds.ocf

Return to bug 206324