diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-11-17 17:41:10 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-11-17 17:41:10 +0000 |
commit | a2e2fc7f392f37fbed39ebbc5ff169d27c154155 (patch) | |
tree | c8ae08ed6b7b305f9b5bdb878902437b724997d0 /games/easysok | |
parent | edd6737247069863208b091019d62d8670ed4798 (diff) | |
download | ports-a2e2fc7f392f37fbed39ebbc5ff169d27c154155.tar.gz ports-a2e2fc7f392f37fbed39ebbc5ff169d27c154155.zip |
Notes
Diffstat (limited to 'games/easysok')
-rw-r--r-- | games/easysok/Makefile | 13 | ||||
-rw-r--r-- | games/easysok/distinfo | 4 | ||||
-rw-r--r-- | games/easysok/files/patch-src-piece_image_layer.cpp | 11 | ||||
-rw-r--r-- | games/easysok/files/patch-src-pixmap_provider.cpp | 11 | ||||
-rw-r--r-- | games/easysok/files/patch-src_Makefile.in | 11 |
5 files changed, 10 insertions, 40 deletions
diff --git a/games/easysok/Makefile b/games/easysok/Makefile index 53a140cbd0d2..ee7fb514c8bd 100644 --- a/games/easysok/Makefile +++ b/games/easysok/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= easysok -PORTVERSION= 0.3.3 -PORTREVISION= 2 +PORTVERSION= 0.3.4 CATEGORIES= games kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,13 +13,17 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A sokoban game for KDE3 +USE_BZIP2= yes USE_KDELIBS_VER= 3 +USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_REINPLACE= yes post-patch: - @${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \ - ${WRKSRC}/${CONFIGURE_SCRIPT} + @${REINPLACE_CMD} -e 's|-O2||g ; \ + s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/${CONFIGURE_SCRIPT} + @${REINPLACE_CMD} -e \ + 's|-lkdeprint|$$(LIB_KDEPRINT) $$(LIBPTHREAD)|g' \ + ${WRKSRC}/src/Makefile.in .include <bsd.port.mk> diff --git a/games/easysok/distinfo b/games/easysok/distinfo index cb1e673bf3d0..230a269fccca 100644 --- a/games/easysok/distinfo +++ b/games/easysok/distinfo @@ -1,2 +1,2 @@ -MD5 (easysok-0.3.3.tar.gz) = 64c11122737bf8384ead5c070d27ee2a -SIZE (easysok-0.3.3.tar.gz) = 1180964 +MD5 (easysok-0.3.4.tar.bz2) = 9d35215677456a0230140a2d3113436a +SIZE (easysok-0.3.4.tar.bz2) = 915350 diff --git a/games/easysok/files/patch-src-piece_image_layer.cpp b/games/easysok/files/patch-src-piece_image_layer.cpp deleted file mode 100644 index a49d16bb7a97..000000000000 --- a/games/easysok/files/patch-src-piece_image_layer.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/piece_image_layer.cpp.orig Mon Aug 4 16:08:12 2003 -+++ src/piece_image_layer.cpp Mon Aug 4 16:08:27 2003 -@@ -21,7 +21,7 @@ - #include "piece_image_layer.h" - - #include <qdom.h> -- -+#include <assert.h> - #include <kglobal.h> - #include <kstddirs.h> - diff --git a/games/easysok/files/patch-src-pixmap_provider.cpp b/games/easysok/files/patch-src-pixmap_provider.cpp deleted file mode 100644 index c7f9dfa5d760..000000000000 --- a/games/easysok/files/patch-src-pixmap_provider.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/pixmap_provider.cpp.orig Mon Aug 4 16:12:21 2003 -+++ src/pixmap_provider.cpp Mon Aug 4 16:12:33 2003 -@@ -21,7 +21,7 @@ - #include "pixmap_provider.h" - - #include <qwmatrix.h> -- -+#include <assert.h> - #include <kglobal.h> - #include <kstddirs.h> - diff --git a/games/easysok/files/patch-src_Makefile.in b/games/easysok/files/patch-src_Makefile.in deleted file mode 100644 index 9d358467dec9..000000000000 --- a/games/easysok/files/patch-src_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig Fri May 21 22:37:02 2004 -+++ src/Makefile.in Fri May 21 22:37:18 2004 -@@ -248,7 +248,7 @@ - - easysok_SOURCES = dummy.cpp - easysok_LDFLAGS = $(all_libraries) $(KDE_RPATH) --easysok_LDADD = easysok.la $(LIB_KDEUI) $(LIB_KFILE) $(LIB_KIO) $(LIB_MNG) -lkdeprint -+easysok_LDADD = easysok.la $(LIB_KDEUI) $(LIB_KFILE) $(LIB_KIO) $(LIB_MNG) -lkdeprint $(LIBPTHREAD) - - easysok_la_SOURCES = atomic_move.cpp move.cpp movements.cpp hash.cpp map.cpp \ - compressed_map.cpp level.cpp collection.cpp collection_holder.cpp \ |