diff options
author | peter <peter@pkgsrc.org> | 2005-02-17 19:32:40 +0000 |
---|---|---|
committer | peter <peter@pkgsrc.org> | 2005-02-17 19:32:40 +0000 |
commit | 8efbca78e5e1264b7d529499c45046a93a257d03 (patch) | |
tree | 3e4d8ed87ad37f696b403ae8aceba6a4b82c7b5a /games | |
parent | 1e94af75a508c4df08d84e88829f8c98afdd3433 (diff) | |
download | pkgsrc-8efbca78e5e1264b7d529499c45046a93a257d03.tar.gz |
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
Diffstat (limited to 'games')
-rw-r--r-- | games/criticalmass/Makefile | 4 | ||||
-rw-r--r-- | games/criticalmass/distinfo | 8 | ||||
-rw-r--r-- | games/criticalmass/patches/patch-aa | 22 | ||||
-rw-r--r-- | games/criticalmass/patches/patch-ab | 13 |
4 files changed, 5 insertions, 42 deletions
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<const string> -+ template <> struct hash<const string> - { - //a simple hash function for string - int operator()(const string & s) const -@@ -32,7 +32,7 @@ - } - }; - -- struct hash<string> -+ template <> struct hash<string> - { - //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<Trigger> -+ template <> struct hash<Trigger> - { - //a simple hash function for Trigger - int operator()(const Trigger &t) const |