diff options
-rw-r--r-- | games/rocksndiamonds-sdl/distinfo | 10 | ||||
-rw-r--r-- | games/rocksndiamonds/Makefile.common | 4 | ||||
-rw-r--r-- | games/rocksndiamonds/distinfo | 10 | ||||
-rw-r--r-- | games/rocksndiamonds/patches/patch-aa | 35 | ||||
-rw-r--r-- | games/rocksndiamonds/patches/patch-ab | 8 |
5 files changed, 34 insertions, 33 deletions
diff --git a/games/rocksndiamonds-sdl/distinfo b/games/rocksndiamonds-sdl/distinfo index ad57adffa5e..70b8bee59d8 100644 --- a/games/rocksndiamonds-sdl/distinfo +++ b/games/rocksndiamonds-sdl/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.4 2003/10/08 13:35:54 adam Exp $ +$NetBSD: distinfo,v 1.5 2003/11/19 12:49:06 adam Exp $ -SHA1 (rocksndiamonds-3.0.6.tar.gz) = ffed2f411839f108e31bc02487d71f2859eb0d4b -Size (rocksndiamonds-3.0.6.tar.gz) = 6843282 bytes -SHA1 (patch-aa) = 5e85dc67f26a2f461f4281f539db44164b9ad34a -SHA1 (patch-ab) = 565c2fc72b5d9144a8c453745021c2220d23d729 +SHA1 (rocksndiamonds-3.0.7.tar.gz) = 0f871a205392877552fee29300577130da306423 +Size (rocksndiamonds-3.0.7.tar.gz) = 6857394 bytes +SHA1 (patch-aa) = 824bf9ef3ee1335a8a412d4cfd3bbf7ea13d3f46 +SHA1 (patch-ab) = 892d13a04cb67d3a90701ed428c00e6be0737d1b SHA1 (patch-ag) = 8a80c7d96e508b66ec2ff998f65cbf1b4db45815 SHA1 (patch-ah) = 584b406eef29b2849f7fc42181a7b9f29e6c9c69 SHA1 (patch-ak) = c4303fd5a4d7781127063fe81724f518c5359746 diff --git a/games/rocksndiamonds/Makefile.common b/games/rocksndiamonds/Makefile.common index ed9ef490731..d4b8794a258 100644 --- a/games/rocksndiamonds/Makefile.common +++ b/games/rocksndiamonds/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.3 2003/10/08 13:35:25 adam Exp $ +# $NetBSD: Makefile.common,v 1.4 2003/11/19 12:48:47 adam Exp $ # -DISTNAME= rocksndiamonds-3.0.6 +DISTNAME= rocksndiamonds-3.0.7 CATEGORIES= games x11 MASTER_SITES= http://www.artsoft.org/RELEASES/unix/rocksndiamonds/ diff --git a/games/rocksndiamonds/distinfo b/games/rocksndiamonds/distinfo index 8268c687ac1..82958d3d0ce 100644 --- a/games/rocksndiamonds/distinfo +++ b/games/rocksndiamonds/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.13 2003/10/08 13:35:25 adam Exp $ +$NetBSD: distinfo,v 1.14 2003/11/19 12:48:47 adam Exp $ -SHA1 (rocksndiamonds-3.0.6.tar.gz) = ffed2f411839f108e31bc02487d71f2859eb0d4b -Size (rocksndiamonds-3.0.6.tar.gz) = 6843282 bytes -SHA1 (patch-aa) = 5e85dc67f26a2f461f4281f539db44164b9ad34a -SHA1 (patch-ab) = 565c2fc72b5d9144a8c453745021c2220d23d729 +SHA1 (rocksndiamonds-3.0.7.tar.gz) = 0f871a205392877552fee29300577130da306423 +Size (rocksndiamonds-3.0.7.tar.gz) = 6857394 bytes +SHA1 (patch-aa) = 824bf9ef3ee1335a8a412d4cfd3bbf7ea13d3f46 +SHA1 (patch-ab) = 892d13a04cb67d3a90701ed428c00e6be0737d1b SHA1 (patch-ag) = 8a80c7d96e508b66ec2ff998f65cbf1b4db45815 SHA1 (patch-ah) = 584b406eef29b2849f7fc42181a7b9f29e6c9c69 SHA1 (patch-ak) = c4303fd5a4d7781127063fe81724f518c5359746 diff --git a/games/rocksndiamonds/patches/patch-aa b/games/rocksndiamonds/patches/patch-aa index fde4ddc40ac..bff1a841cde 100644 --- a/games/rocksndiamonds/patches/patch-aa +++ b/games/rocksndiamonds/patches/patch-aa @@ -1,32 +1,33 @@ -$NetBSD: patch-aa,v 1.5 2002/10/19 20:06:45 heinz Exp $ +$NetBSD: patch-aa,v 1.6 2003/11/19 12:48:47 adam Exp $ ---- Makefile.orig Tue Aug 13 01:52:36 2002 +--- Makefile.orig 2003-11-09 23:35:32.000000000 +0100 +++ Makefile -@@ -13,18 +13,25 @@ +@@ -14,21 +14,23 @@ CC = gcc - # specify command name of GNU make on your system + # command name of GNU make on your system # (this must be set to "gmake" for some systems) -MAKE = make -+# MAKE will be supplied by pkgsrc -+# MAKE = make ++#MAKE = make - # specify path to X11 on your system + # path to X11 on your system -X11_PATH = /usr/X11R6 +X11_PATH = ${X11BASE} - # specify directory for read-only game data (like graphics, sounds, levels) - # default is '.', so you can play without installing game data somewhere - # RO_GAME_DIR = /usr/games + # directory for read-only game data (like graphics, sounds, levels) + # default is '.' to be able to run program without installation +-# RO_GAME_DIR = /usr/games +RO_GAME_DIR = ${PREFIX}/share/rocksndiamonds - # specify directory for writable game data (like highscore files) - # default is '.', so you can play without installing game data somewhere - # RW_GAME_DIR = /var/games + # directory for writable game data (like highscore files) + # default is '.' to be able to run program without installation +-# RW_GAME_DIR = /var/games +RW_GAME_DIR = @SCORE_PATH@ -+ + + # uncomment if system has no joystick include file +-# JOYSTICK = -DNO_JOYSTICK +ifdef HAVE_JOYSTICK -+JOYSTICK=-DHAVE_JOYSTICK ++JOYSTICK = -DHAVE_JOYSTICK +endif - # uncomment this if your system has no joystick include file - # JOYSTICK = -DNO_JOYSTICK + # choose if more than one global score file entry for one player is allowed + # (default: MANY_PER_NAME) diff --git a/games/rocksndiamonds/patches/patch-ab b/games/rocksndiamonds/patches/patch-ab index 27d7cc157e5..62a1dcdedce 100644 --- a/games/rocksndiamonds/patches/patch-ab +++ b/games/rocksndiamonds/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.5 2003/08/05 15:12:47 adam Exp $ +$NetBSD: patch-ab,v 1.6 2003/11/19 12:48:47 adam Exp $ ---- src/Makefile.orig 2003-08-05 01:58:16.000000000 +0200 +--- src/Makefile.orig 2003-11-09 23:35:32.000000000 +0100 +++ src/Makefile -@@ -16,8 +16,9 @@ endif +@@ -21,8 +21,9 @@ endif ifdef X11_PATH # path to X11 specified by top level Makefile XINC_PATH = $(X11_PATH)/include XLIB_PATH = $(X11_PATH)/lib @@ -14,7 +14,7 @@ $NetBSD: patch-ab,v 1.5 2003/08/05 15:12:47 adam Exp $ endif AR = ar -@@ -119,8 +120,10 @@ ifdef BUILD_DIST # distribution build +@@ -128,8 +129,10 @@ ifdef BUILD_DIST # distribution build OPTIONS = -O3 -Wall endif |