Update to 3.0.0.

This commit is contained in:
jolan 2003-08-09 04:36:42 +00:00
parent 12e12cb5f4
commit e6a8cbec73
8 changed files with 1611 additions and 477 deletions

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.3 2003/05/12 22:39:27 jolan Exp $
# $OpenBSD: Makefile,v 1.4 2003/08/09 04:36:42 jolan Exp $
COMMENT= "maze game resembling boulderdash"
DISTNAME= rocksndiamonds-2.1.1
DISTNAME= rocksndiamonds-3.0.0
CATEGORIES= games x11
MASTER_SITES= http://www.artsoft.org/RELEASES/unix/rocksndiamonds/

View File

@ -1,3 +1,3 @@
MD5 (rocksndiamonds-2.1.1.tar.gz) = 3c3799c01a54487b719999797e41e2fa
RMD160 (rocksndiamonds-2.1.1.tar.gz) = 4f23bf34854b49685fa65ebcb8f60e0956d95284
SHA1 (rocksndiamonds-2.1.1.tar.gz) = 3067ccd0af83de9ae2b98f0d8e4f60aca525733c
MD5 (rocksndiamonds-3.0.0.tar.gz) = 763ddd0d661a79d0e64a99403cb1bcf5
RMD160 (rocksndiamonds-3.0.0.tar.gz) = 1c6cc88f41ef87c0282675c11f29fd2b3491f79e
SHA1 (rocksndiamonds-3.0.0.tar.gz) = 0047f97a248b9dc9575bcb59d68bbc10fd2c7c29

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-Makefile,v 1.2 2003/04/15 15:02:32 wilfried Exp $
$OpenBSD: patch-Makefile,v 1.3 2003/08/09 04:36:42 jolan Exp $
--- Makefile.orig Mon Aug 12 18:52:36 2002
+++ Makefile Thu Apr 10 05:44:04 2003
@@ -9,22 +9,22 @@
@ -29,12 +29,3 @@ $OpenBSD: patch-Makefile,v 1.2 2003/04/15 15:02:32 wilfried Exp $
# uncomment this if your system has no joystick include file
# JOYSTICK = -DNO_JOYSTICK
@@ -50,7 +50,7 @@ SRC_DIR = src
MAKE_CMD = $(MAKE) -C $(SRC_DIR)
all:
- @$(MAKE_CMD) TARGET=x11
+ @$(MAKE_CMD) TARGET=sdl
x11:
@$(MAKE_CMD) TARGET=x11

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-src_Makefile,v 1.1.1.1 2003/04/11 15:31:34 wilfried Exp $
--- src/Makefile.orig Mon Aug 12 18:52:36 2002
+++ src/Makefile Thu Apr 10 05:51:22 2003
@@ -117,7 +117,7 @@ ifdef BUILD_DIST # distribution build
$OpenBSD: patch-src_Makefile,v 1.2 2003/08/09 04:36:42 jolan Exp $
--- src/Makefile.orig 2003-08-04 18:58:16.000000000 -0500
+++ src/Makefile 2003-08-08 22:59:20.000000000 -0500
@@ -119,7 +119,7 @@ ifdef BUILD_DIST # distribution build
OPTIONS = -O3 -Wall
endif

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-src_libgame_joystick_c,v 1.1 2003/08/09 04:36:42 jolan Exp $
--- src/libgame/joystick.c.orig 2003-07-02 16:06:00.000000000 -0500
+++ src/libgame/joystick.c 2003-08-08 23:06:46.000000000 -0500
@@ -11,6 +11,8 @@
* joystick.c *
***********************************************************/
+#include <string.h>
+
#if defined(PLATFORM_FREEBSD)
#include <machine/joystick.h>
#endif

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-src_libgame_text_c,v 1.1 2003/08/09 04:36:42 jolan Exp $
--- src/libgame/text.c.orig 2003-04-16 17:11:31.000000000 -0500
+++ src/libgame/text.c 2003-08-08 23:07:24.000000000 -0500
@@ -13,6 +13,7 @@
#include <stdio.h>
#include <stdarg.h>
+#include <string.h>
#include "text.h"
#include "misc.h"

View File

@ -1,5 +1,3 @@
If you know the game "Boulderdash" (Commodore C64) or "Emerald Mine"
(Amiga), you know what "ROCKS'N'DIAMONDS" is about. For those not
familiar with those games, they are all of the 2D maze genre.
WWW: ${HOMEPAGE}

File diff suppressed because it is too large Load Diff