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

Collapse All | Expand All

(-)b/games/openclonk/Makefile (-4 / +3 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 23-31 LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \ 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
(-)b/games/openclonk/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
(-)b/games/openclonk/pkg-plist (-1 / +2 lines)
Lines 3-8 bin/openclonk Link Here
3
share/applications/openclonk.desktop
3
share/applications/openclonk.desktop
4
share/games/openclonk/Arena.ocf
4
share/games/openclonk/Arena.ocf
5
share/games/openclonk/Decoration.ocd
5
share/games/openclonk/Decoration.ocd
6
share/games/openclonk/Defense.ocf
6
share/games/openclonk/Graphics.ocg
7
share/games/openclonk/Graphics.ocg
7
share/games/openclonk/Material.ocg
8
share/games/openclonk/Material.ocg
8
share/games/openclonk/Missions.ocf
9
share/games/openclonk/Missions.ocf
Lines 11-17 share/games/openclonk/Objects.ocd Link Here
11
share/games/openclonk/Parkour.ocf
12
share/games/openclonk/Parkour.ocf
12
share/games/openclonk/Sound.ocg
13
share/games/openclonk/Sound.ocg
13
share/games/openclonk/System.ocg
14
share/games/openclonk/System.ocg
14
share/games/openclonk/Tutorial.ocf
15
share/games/openclonk/Tutorials.ocf
15
share/games/openclonk/Worlds.ocf
16
share/games/openclonk/Worlds.ocf
16
share/icons/hicolor/128x128/apps/openclonk.png
17
share/icons/hicolor/128x128/apps/openclonk.png
17
share/icons/hicolor/256x256/apps/openclonk.png
18
share/icons/hicolor/256x256/apps/openclonk.png

Return to bug 206324