aboutsummaryrefslogtreecommitdiff
path: root/games/bomberclone
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-05-12 09:00:53 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-05-12 09:00:53 +0000
commit166a5bc2bc4e579da398abb78b67d7a94bd35f60 (patch)
tree1c50f486a104d96932519769828ab39623f5740a /games/bomberclone
parentcc224af8e4d8ec5ae6ccd0fd33fea5867286518e (diff)
downloadports-166a5bc2bc4e579da398abb78b67d7a94bd35f60.tar.gz
ports-166a5bc2bc4e579da398abb78b67d7a94bd35f60.zip
Upgrade to version 0.9.8
Notes
Notes: svn path=/head/; revision=80810
Diffstat (limited to 'games/bomberclone')
-rw-r--r--games/bomberclone/files/patch-Makefile.in4
-rw-r--r--games/bomberclone/files/patch-src::bomberclone.h10
-rw-r--r--games/bomberclone/files/patch-src::configuration.c27
3 files changed, 11 insertions, 30 deletions
diff --git a/games/bomberclone/files/patch-Makefile.in b/games/bomberclone/files/patch-Makefile.in
index 9f765371c21e..ba09ae6eba90 100644
--- a/games/bomberclone/files/patch-Makefile.in
+++ b/games/bomberclone/files/patch-Makefile.in
@@ -1,5 +1,5 @@
---- Makefile.in.orig Thu May 8 23:23:43 2003
-+++ Makefile.in Thu May 8 23:23:52 2003
+--- Makefile.in.orig Mon May 12 18:43:37 2003
++++ Makefile.in Mon May 12 18:43:47 2003
@@ -83,7 +83,7 @@
SUBDIRS = src
diff --git a/games/bomberclone/files/patch-src::bomberclone.h b/games/bomberclone/files/patch-src::bomberclone.h
deleted file mode 100644
index 06d77af0b8cb..000000000000
--- a/games/bomberclone/files/patch-src::bomberclone.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/bomberclone.h.orig Mon Apr 28 06:56:46 2003
-+++ src/bomberclone.h Fri May 2 17:30:29 2003
-@@ -10,6 +10,7 @@
- #include <unistd.h>
- #include <fcntl.h>
- #include <sys/types.h>
-+#include <sys/time.h>
- #include <time.h>
- #include <ctype.h>
- #ifdef _WIN32
diff --git a/games/bomberclone/files/patch-src::configuration.c b/games/bomberclone/files/patch-src::configuration.c
index bfc23dd9ef63..a05367a923c4 100644
--- a/games/bomberclone/files/patch-src::configuration.c
+++ b/games/bomberclone/files/patch-src::configuration.c
@@ -1,20 +1,11 @@
---- src/configuration.c.orig Mon Apr 28 06:56:46 2003
-+++ src/configuration.c Thu May 8 23:27:11 2003
-@@ -5,6 +5,8 @@
- #ifdef _WIN32
- #include <winsock.h>
- #else
-+#include <sys/types.h>
-+#include <sys/time.h>
- #include <sys/socket.h>
- #endif
-
-@@ -51,7 +53,7 @@
- gfx.bpp = 16;
+--- src/configuration.c.orig Fri May 9 06:36:13 2003
++++ src/configuration.c Mon May 12 18:46:54 2003
+@@ -48,7 +48,7 @@
+ gfx.random_tileset = 1;
bman.fieldsize.x = 25;
bman.fieldsize.y = 17;
-- sprintf (bman.datapath, "data/bomberclone.gfx");
-+ sprintf (bman.datapath, "@@LOCALBASE@@/share/bomberclone.gfx");
- };
-
- int
+- sprintf (bman.datapath, "data");
++ sprintf (bman.datapath, "@@LOCALBASE@@/share/bomberclone");
+ bman.fieldpath[0] = 0;
+ bman.random_map = 2;
+ init_map_tileset();