From 665453b5f73dc9225ce1892bdeaa6bea093d13ae Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 17 Feb 2005 19:32:40 +0000 Subject: Update to 0.9.10. Changelog: # Re-added Hello Wiener level. # Updates for building on OS X. # Added default key bindings for secondary and tertiary weapons for those poor one button Mac mice users. # Allow starting the game from the top level source directory. This should also fix the problem where people start the game the first time but from the wrong place which would then create a bad .critter file. # Added better ASCII support when entering pilot name. # Updates for gcc 3.4 --- games/criticalmass/Makefile | 4 ++-- games/criticalmass/distinfo | 8 +++----- games/criticalmass/patches/patch-aa | 22 ---------------------- games/criticalmass/patches/patch-ab | 13 ------------- 4 files changed, 5 insertions(+), 42 deletions(-) delete mode 100644 games/criticalmass/patches/patch-aa delete mode 100644 games/criticalmass/patches/patch-ab (limited to 'games') diff --git a/games/criticalmass/Makefile b/games/criticalmass/Makefile index ddf28787b13..c71c6a69ae9 100644 --- a/games/criticalmass/Makefile +++ b/games/criticalmass/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2004/11/28 20:26:35 snj Exp $ +# $NetBSD: Makefile,v 1.15 2005/02/17 19:32:40 peter Exp $ # -DISTNAME= CriticalMass-0.99 +DISTNAME= CriticalMass-0.9.10 PKGNAME= ${DISTNAME:S/CM/cm/} CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=criticalmass/} diff --git a/games/criticalmass/distinfo b/games/criticalmass/distinfo index 35727388620..bb02a49b4db 100644 --- a/games/criticalmass/distinfo +++ b/games/criticalmass/distinfo @@ -1,6 +1,4 @@ -$NetBSD: distinfo,v 1.4 2005/02/15 23:10:09 peter Exp $ +$NetBSD: distinfo,v 1.5 2005/02/17 19:32:40 peter Exp $ -SHA1 (CriticalMass-0.99.tar.bz2) = 9b339750e3de0ab06f63d4c9f10c9fc3fc7aaae6 -Size (CriticalMass-0.99.tar.bz2) = 2293579 bytes -SHA1 (patch-aa) = 21b418b711cb34c1ead6436596fa63599f625a0c -SHA1 (patch-ab) = f1a6b77e563f3914de7aba5cd48a373db202924d +SHA1 (CriticalMass-0.9.10.tar.bz2) = de2215c94f96d688b232436f296a76113ebc108b +Size (CriticalMass-0.9.10.tar.bz2) = 2394911 bytes diff --git a/games/criticalmass/patches/patch-aa b/games/criticalmass/patches/patch-aa deleted file mode 100644 index 58fb0a7703e..00000000000 --- a/games/criticalmass/patches/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2005/02/15 23:10:09 peter Exp $ - ---- utils/HashString.hpp.orig 2003-03-03 03:32:13.000000000 +0100 -+++ utils/HashString.hpp 2005-02-16 01:05:07.000000000 +0100 -@@ -21,7 +21,7 @@ - - namespace HASH_NAMESPACE - { -- struct hash -+ template <> struct hash - { - //a simple hash function for string - int operator()(const string & s) const -@@ -32,7 +32,7 @@ - } - }; - -- struct hash -+ template <> struct hash - { - //a simple hash function for string - int operator()(string s) const diff --git a/games/criticalmass/patches/patch-ab b/games/criticalmass/patches/patch-ab deleted file mode 100644 index bb888f80999..00000000000 --- a/games/criticalmass/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.3 2005/02/15 23:10:09 peter Exp $ - ---- game/Input.hpp.orig 2003-03-03 03:33:08.000000000 +0100 -+++ game/Input.hpp 2005-02-16 01:06:06.000000000 +0100 -@@ -28,7 +28,7 @@ - - namespace HASH_NAMESPACE - { -- struct hash -+ template <> struct hash - { - //a simple hash function for Trigger - int operator()(const Trigger &t) const -- cgit v1.2.3