diff options
author | wiz <wiz> | 2003-09-03 17:42:19 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-09-03 17:42:19 +0000 |
commit | 358ad3ae1c129c1d1f09d009f651e95cabf04339 (patch) | |
tree | 36b173d2ccd16b548721ce021ce66a349f3ab59a /games | |
parent | 59d84b764b58830ad6eacbe1d82bf51ed4da513b (diff) | |
download | pkgsrc-358ad3ae1c129c1d1f09d009f651e95cabf04339.tar.gz |
Update to 1.4.4:
Sun Dec 1 22:07:18 PST 2002
Version is 1.4.4
Fix for if sound fork doesn't open successfully, it exits and doesn't bog
down the cpu or something. Icon for if the program is minimized.
"H. S. Teoh" is the new Debian maintainer and he sent these in. Thanks!
------------------------------------------------------------------------------
Sat Feb 9 16:32:55 PST 2002
Version is 1.4.3
scav.c, have parent of fork() return 0. (Joey Hess)
sound.c, declare some char as signed char, since char defaults to unsigned
char on some archs (arm, s390 + powerpc (Gerhard Tonn)
Both these were passed on by (Marcus Brinkmann)
------------------------------------------------------------------------------
Thu Jan 18 09:33:07 PST 2001
Version is 1.4.2
Dave Ashley: added slowdown value in scavrc so game can be slowed down.
slowdown=0 ;normal
slowdown=1 ; 7/8
slowdown=2 ; 3/4
slowdown=3 ; 1/2
slowdown=4 ; 1/4
Diffstat (limited to 'games')
-rw-r--r-- | games/xscavenger/Makefile | 5 | ||||
-rw-r--r-- | games/xscavenger/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/games/xscavenger/Makefile b/games/xscavenger/Makefile index c1bd212ffb0..71b91077831 100644 --- a/games/xscavenger/Makefile +++ b/games/xscavenger/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 21:39:44 grant Exp $ +# $NetBSD: Makefile,v 1.4 2003/09/03 17:42:19 wiz Exp $ # -DISTNAME= xscavenger-140 -PKGNAME= xscavenger-1.4.0 +DISTNAME= xscavenger-1.4.4 WRKSRC= ${WRKDIR}/${DISTNAME}/src CATEGORIES= games x11 MASTER_SITES= http://www.xdr.com/dash/ diff --git a/games/xscavenger/distinfo b/games/xscavenger/distinfo index ba7699a489d..41324911db5 100644 --- a/games/xscavenger/distinfo +++ b/games/xscavenger/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 02:08:42 wiz Exp $ +$NetBSD: distinfo,v 1.3 2003/09/03 17:42:20 wiz Exp $ -SHA1 (xscavenger-140.tgz) = 173d57faf1485f4261bc1f002d5d80167ca6b4d8 -Size (xscavenger-140.tgz) = 153547 bytes +SHA1 (xscavenger-1.4.4.tgz) = d9ef34d2ec1a9dfeca398004725cae4878bf9f2e +Size (xscavenger-1.4.4.tgz) = 193346 bytes SHA1 (patch-aa) = 387e4f8fc87f5cbc939d28f972b769506fe8d048 SHA1 (patch-ab) = 57ab1655f7e748fc59d4f474393426a06ca06d36 |