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

(-)games/easysok/Makefile (-5 / +8 lines)
Lines 5-12 Link Here
5
# $FreeBSD: ports/games/easysok/Makefile,v 1.9 2004/05/21 22:23:07 lofi Exp $
5
# $FreeBSD: ports/games/easysok/Makefile,v 1.9 2004/05/21 22:23:07 lofi Exp $
6
6
7
PORTNAME=	easysok
7
PORTNAME=	easysok
8
PORTVERSION=	0.3.3
8
PORTVERSION=	0.3.4
9
PORTREVISION=	2
10
CATEGORIES=	games kde
9
CATEGORIES=	games kde
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
10
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
11
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 14-26 Link Here
14
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	A sokoban game for KDE3
14
COMMENT=	A sokoban game for KDE3
16
15
16
USE_BZIP2=	yes
17
USE_KDELIBS_VER=	3
17
USE_KDELIBS_VER=	3
18
USE_REINPLACE=	yes
18
USE_GMAKE=	yes
19
USE_GMAKE=	yes
19
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
20
USE_REINPLACE=	yes
21
21
22
post-patch:
22
post-patch:
23
	@${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \
23
	@${REINPLACE_CMD} -e 's|-O2||g ; \
24
		${WRKSRC}/${CONFIGURE_SCRIPT}
24
		 s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/${CONFIGURE_SCRIPT}
25
	@${REINPLACE_CMD} -e \
26
		's|-lkdeprint|$$(LIB_KDEPRINT) $$(LIBPTHREAD)|g' \
27
			${WRKSRC}/src/Makefile.in
25
28
26
.include <bsd.port.mk>
29
.include <bsd.port.mk>
(-)games/easysok/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (easysok-0.3.3.tar.gz) = 64c11122737bf8384ead5c070d27ee2a
1
MD5 (easysok-0.3.4.tar.bz2) = 9d35215677456a0230140a2d3113436a
2
SIZE (easysok-0.3.3.tar.gz) = 1180964
2
SIZE (easysok-0.3.4.tar.bz2) = 915350
(-)games/easysok/files/patch-src-piece_image_layer.cpp (-11 lines)
Lines 1-11 Link Here
1
--- src/piece_image_layer.cpp.orig	Mon Aug  4 16:08:12 2003
2
+++ src/piece_image_layer.cpp	Mon Aug  4 16:08:27 2003
3
@@ -21,7 +21,7 @@
4
 #include "piece_image_layer.h"
5
 
6
 #include <qdom.h>
7
-
8
+#include <assert.h>
9
 #include <kglobal.h>
10
 #include <kstddirs.h>
11
 
(-)games/easysok/files/patch-src-pixmap_provider.cpp (-11 lines)
Lines 1-11 Link Here
1
--- src/pixmap_provider.cpp.orig	Mon Aug  4 16:12:21 2003
2
+++ src/pixmap_provider.cpp	Mon Aug  4 16:12:33 2003
3
@@ -21,7 +21,7 @@
4
 #include "pixmap_provider.h"
5
 
6
 #include <qwmatrix.h>
7
-
8
+#include <assert.h>
9
 #include <kglobal.h>
10
 #include <kstddirs.h>
11
 
(-)games/easysok/files/patch-src_Makefile.in (-11 lines)
Lines 1-11 Link Here
1
--- src/Makefile.in.orig	Fri May 21 22:37:02 2004
2
+++ src/Makefile.in	Fri May 21 22:37:18 2004
3
@@ -248,7 +248,7 @@
4
 
5
 easysok_SOURCES = dummy.cpp
6
 easysok_LDFLAGS = $(all_libraries) $(KDE_RPATH)
7
-easysok_LDADD = easysok.la $(LIB_KDEUI) $(LIB_KFILE) $(LIB_KIO) $(LIB_MNG) -lkdeprint
8
+easysok_LDADD = easysok.la $(LIB_KDEUI) $(LIB_KFILE) $(LIB_KIO) $(LIB_MNG) -lkdeprint $(LIBPTHREAD)
9
 
10
 easysok_la_SOURCES = atomic_move.cpp move.cpp movements.cpp hash.cpp map.cpp \
11
 	compressed_map.cpp level.cpp collection.cpp collection_holder.cpp \

Return to bug 73903