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

(-)crossfire-client/Makefile (-3 / +4 lines)
Lines 6-21 Link Here
6
#
6
#
7
7
8
PORTNAME=	crossfire-client
8
PORTNAME=	crossfire-client
9
PORTVERSION=	1.60.0
9
PORTVERSION=	1.70.0
10
CATEGORIES=	games
10
CATEGORIES=	games
11
MASTER_SITES=	SF/crossfire/${PORTNAME}/${PORTVERSION}
11
MASTER_SITES=	SF/crossfire/crossfire-${PORTVERSION}
12
12
13
MAINTAINER=	kevinz5000@gmail.com
13
MAINTAINER=	kevinz5000@gmail.com
14
COMMENT=	A cooperative multiplayer graphical RPG and adventure game
14
COMMENT=	A cooperative multiplayer graphical RPG and adventure game
15
15
16
LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl
16
LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl
17
17
18
USE_GMAKE=	yes
19
USE_GNOME=	gtk20 libglade2
18
USE_GNOME=	gtk20 libglade2
20
USE_SDL=	image sdl
19
USE_SDL=	image sdl
21
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
Lines 26-30 Link Here
26
post-patch:
25
post-patch:
27
	${REINPLACE_CMD} -e '/#include <curl\/types.h>/d' \
26
	${REINPLACE_CMD} -e '/#include <curl\/types.h>/d' \
28
		${WRKSRC}/common/metaserver.c
27
		${WRKSRC}/common/metaserver.c
28
	${REINPLACE_CMD} -e "/mandir='${datarootdir}\/man'/d" \
29
		${WRKSRC}/configure
29
30
30
.include <bsd.port.mk>
31
.include <bsd.port.mk>
(-)crossfire-client/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (crossfire-client-1.60.0.tar.gz) = 0a7c45459178ed87cf6d6d7aaf0cc485216fc4735108b08ff085f5bce2452102
1
SHA256 (crossfire-client-1.70.0.tar.gz) = afa3981785689baa22813ebc3893250c2f73374dda64bfc1dc41e64f4adc60b2
2
SIZE (crossfire-client-1.60.0.tar.gz) = 802899
2
SIZE (crossfire-client-1.70.0.tar.gz) = 801043
(-)crossfire-client/files/patch-common__Makefile.in (-11 lines)
Lines 1-11 Link Here
1
--- ./common/Makefile.in.orig	2011-01-28 00:21:10.000000000 -0600
2
+++ ./common/Makefile.in	2012-03-17 13:43:59.000000000 -0500
3
@@ -280,7 +280,7 @@
4
 	item-types \
5
 	items.pl
6
 
7
-AM_CFLAGS = $(PTHREAD_CFLAGS) -finstrument-functions
8
+AM_CFLAGS = $(PTHREAD_CFLAGS)
9
 all: $(BUILT_SOURCES) config.h
10
 	$(MAKE) $(AM_MAKEFLAGS) all-am
11
 
(-)crossfire-client/files/patch-common__script.c (-10 lines)
Lines 1-10 Link Here
1
--- ./common/script.c.orig	2011-01-28 00:17:56.000000000 -0600
2
+++ ./common/script.c	2012-03-17 13:43:59.000000000 -0500
3
@@ -116,6 +116,7 @@
4
 
5
 #ifndef WIN32
6
 #include <errno.h>
7
+#include <signal.h>
8
 #include <sys/types.h>
9
 #include <sys/socket.h>
10
 #include <sys/wait.h>
(-)crossfire-client/files/patch-configure (-11 lines)
Lines 1-11 Link Here
1
--- ./configure.orig	2011-01-28 00:21:09.000000000 -0600
2
+++ ./configure	2012-03-17 14:18:37.000000000 -0500
3
@@ -868,7 +868,7 @@
4
 psdir='${docdir}'
5
 libdir='${exec_prefix}/lib'
6
 localedir='${datarootdir}/locale'
7
-mandir='${datarootdir}/man'
8
+mandir='${prefix}/man'
9
 
10
 ac_prev=
11
 ac_dashdash=
(-)crossfire-client/pkg-plist (-1 / +1 lines)
Lines 14-19 Link Here
14
%%DATADIR%%/glade-gtk2/v1-redux.glade
14
%%DATADIR%%/glade-gtk2/v1-redux.glade
15
%%DATADIR%%/themes/Black
15
%%DATADIR%%/themes/Black
16
%%DATADIR%%/themes/Standard
16
%%DATADIR%%/themes/Standard
17
@dirrm %%DATADIR%%/themes
18
@dirrm %%DATADIR%%/glade-gtk2
17
@dirrm %%DATADIR%%/glade-gtk2
18
@dirrm %%DATADIR%%/themes
19
@dirrm %%DATADIR%%
19
@dirrm %%DATADIR%%

Return to bug 166956