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

Collapse All | Expand All

(-)b/games/crossfire-client/Makefile (-3 / +2 lines)
Lines 2-11 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	crossfire-client
4
PORTNAME=	crossfire-client
5
PORTVERSION=	1.74.0
5
PORTVERSION=	1.75.0
6
CATEGORIES=	games
6
CATEGORIES=	games
7
MASTER_SITES=	SF/crossfire/${PORTNAME}/${PORTVERSION}
7
MASTER_SITES=	SF/crossfire/${PORTNAME}/${PORTVERSION}
8
DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
9
8
10
MAINTAINER=	kevinz5000@gmail.com
9
MAINTAINER=	kevinz5000@gmail.com
11
COMMENT=	Cooperative multiplayer graphical RPG and adventure game
10
COMMENT=	Cooperative multiplayer graphical RPG and adventure game
Lines 16-22 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
16
BUILD_DEPENDS=	vala:lang/vala
15
BUILD_DEPENDS=	vala:lang/vala
17
LIB_DEPENDS=	libcurl.so:ftp/curl
16
LIB_DEPENDS=	libcurl.so:ftp/curl
18
17
19
USES=		cmake gnome perl5 pkgconfig sdl tar:bzip2
18
USES=		cmake gnome perl5 pkgconfig sdl
20
USE_PERL5=	build
19
USE_PERL5=	build
21
USE_GNOME=	gtk20
20
USE_GNOME=	gtk20
22
USE_SDL=	sdl image mixer
21
USE_SDL=	sdl image mixer
(-)b/games/crossfire-client/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1577279241
1
TIMESTAMP = 1610585580
2
SHA256 (crossfire-client-1.74.0.tar.bz2) = 8a9b215e6f4d6e1c42dea7fc6abb8ea54fbb52eead0c3c3c2f64da6d09af79e1
2
SHA256 (crossfire-client-1.75.0.tar.gz) = f9e320650292e0dae1236c1d14396bf5818428ee5ea23865a9849d203e4368a7
3
SIZE (crossfire-client-1.74.0.tar.bz2) = 819251
3
SIZE (crossfire-client-1.75.0.tar.gz) = 1087171
(-)a/games/crossfire-client/files/patch-gtk-v2_src_main.h (-11 lines)
Removed Link Here
1
--- gtk-v2/src/main.h.orig	2020-08-28 18:06:06 UTC
2
+++ gtk-v2/src/main.h
3
@@ -34,7 +34,7 @@ extern int map_image_size, map_image_half_size, image_
4
 #define DIALOG_FILENAME CF_DATADIR "/ui/dialogs.ui"
5
 
6
 /** Path to the current UI file. */
7
-char window_xml_file[MAX_BUF];
8
+extern char window_xml_file[MAX_BUF];
9
 
10
 #define MAGIC_MAP_PAGE  1 /**< Notebook page of the magic map */
11
 
(-)b/games/crossfire-client/pkg-plist (-1 / +7 lines)
Lines 1-4 Link Here
1
bin/cfsndserv
2
bin/crossfire-client-gtk2
1
bin/crossfire-client-gtk2
3
share/applications/crossfire-client.desktop
2
share/applications/crossfire-client.desktop
4
%%DATADIR%%/sounds/COPYING
3
%%DATADIR%%/sounds/COPYING
Lines 29-41 share/applications/crossfire-client.desktop Link Here
29
%%DATADIR%%/sounds/gong.wav
28
%%DATADIR%%/sounds/gong.wav
30
%%DATADIR%%/sounds/knife.ogg
29
%%DATADIR%%/sounds/knife.ogg
31
%%DATADIR%%/sounds/lightning1.wav
30
%%DATADIR%%/sounds/lightning1.wav
31
%%DATADIR%%/sounds/magic-thorns-2.ogg
32
%%DATADIR%%/sounds/magic.wav
32
%%DATADIR%%/sounds/magic.wav
33
%%DATADIR%%/sounds/miss-1.ogg
33
%%DATADIR%%/sounds/ouch1.wav
34
%%DATADIR%%/sounds/ouch1.wav
34
%%DATADIR%%/sounds/painb.wav
35
%%DATADIR%%/sounds/painb.wav
35
%%DATADIR%%/sounds/phit2.wav
36
%%DATADIR%%/sounds/phit2.wav
37
%%DATADIR%%/sounds/potion.ogg
36
%%DATADIR%%/sounds/sci_fi_gun.wav
38
%%DATADIR%%/sounds/sci_fi_gun.wav
37
%%DATADIR%%/sounds/sounds.conf
39
%%DATADIR%%/sounds/sounds.conf
38
%%DATADIR%%/sounds/squish.wav
40
%%DATADIR%%/sounds/squish.wav
41
%%DATADIR%%/sounds/step_lth1.ogg
42
%%DATADIR%%/sounds/step_lth2.ogg
43
%%DATADIR%%/sounds/step_lth3.ogg
44
%%DATADIR%%/sounds/step_lth4.ogg
39
%%DATADIR%%/sounds/su-fanf.wav
45
%%DATADIR%%/sounds/su-fanf.wav
40
%%DATADIR%%/sounds/swish.wav
46
%%DATADIR%%/sounds/swish.wav
41
%%DATADIR%%/sounds/sword-1.ogg
47
%%DATADIR%%/sounds/sword-1.ogg

Return to bug 252655