pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/prboom update to 2.4.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3807b9a82cef
branches:  trunk
changeset: 510908:3807b9a82cef
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Apr 06 16:08:34 2006 +0000

description:
update to 2.4.0
changes:
emulate reject overflows and spechit overflows - from prboom-plus
more original doom compatibility options
improve stretched graphics drawing for hires
fix super-shotgun reload on last shot
fix compilation with gcc 4.x
fix some more dehacked support problems (e.g. Hacx)
fix crash if pwad contains zero-length sound lumps
added possibility to use mmap for wad access, this leads to less memory usage
simplified the memory handling
removed old Doom v1.2 lumps from prboom.wad
windows also uses prboom.wad now
add Mac OS X bundle build
removed lumps and tables which are in prboom.wad from source

diffstat:

 games/prboom/Makefile         |   5 ++---
 games/prboom/distinfo         |  10 +++++-----
 games/prboom/patches/patch-ab |  10 +++++-----
 3 files changed, 12 insertions(+), 13 deletions(-)

diffs (52 lines):

diff -r 89961cf4cc2d -r 3807b9a82cef games/prboom/Makefile
--- a/games/prboom/Makefile     Thu Apr 06 16:07:30 2006 +0000
+++ b/games/prboom/Makefile     Thu Apr 06 16:08:34 2006 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2006/02/05 23:09:21 joerg Exp $
+# $NetBSD: Makefile,v 1.23 2006/04/06 16:08:34 drochner Exp $
 
-DISTNAME=      prboom-2.2.6
-PKGREVISION=   3
+DISTNAME=      prboom-2.4.0
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=prboom/}
 
diff -r 89961cf4cc2d -r 3807b9a82cef games/prboom/distinfo
--- a/games/prboom/distinfo     Thu Apr 06 16:07:30 2006 +0000
+++ b/games/prboom/distinfo     Thu Apr 06 16:08:34 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.7 2005/02/23 23:12:01 agc Exp $
+$NetBSD: distinfo,v 1.8 2006/04/06 16:08:34 drochner Exp $
 
-SHA1 (prboom-2.2.6.tar.gz) = b5d7df2b8627237bc1feb9c864268e887d86cc93
-RMD160 (prboom-2.2.6.tar.gz) = 8d6d005037a17b1b046f5a51c3e01b014896fbcd
-Size (prboom-2.2.6.tar.gz) = 1047612 bytes
+SHA1 (prboom-2.4.0.tar.gz) = 28077049bbd42473e5e53c82cfb86ff4167ec28f
+RMD160 (prboom-2.4.0.tar.gz) = ae8c895e7cb1cd8534b874ad8eb877ea9882b976
+Size (prboom-2.4.0.tar.gz) = 880867 bytes
 SHA1 (patch-aa) = 19a4069837236a0d451bb309dc00c5c301b99a1c
-SHA1 (patch-ab) = 15383a7d31852955c06c6c1a3045b071accf08cf
+SHA1 (patch-ab) = 0f9bcb8a997f7e2f9c2f3e3fe96814899e3f00a9
 SHA1 (patch-ac) = cd334a29dd37840b7f2d80f46216b0b0487f44a4
diff -r 89961cf4cc2d -r 3807b9a82cef games/prboom/patches/patch-ab
--- a/games/prboom/patches/patch-ab     Thu Apr 06 16:07:30 2006 +0000
+++ b/games/prboom/patches/patch-ab     Thu Apr 06 16:08:34 2006 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-ab,v 1.2 2004/09/25 20:02:55 snj Exp $
+$NetBSD: patch-ab,v 1.3 2006/04/06 16:08:34 drochner Exp $
 
---- data/Makefile.in.orig      2004-09-22 04:14:30.000000000 -0700
-+++ data/Makefile.in   2004-09-25 12:38:02.000000000 -0700
-@@ -163,7 +163,7 @@ target_alias = @target_alias@
+--- data/Makefile.in.orig      2006-04-02 12:48:48.000000000 +0200
++++ data/Makefile.in
+@@ -173,7 +173,7 @@ target_alias = @target_alias@
  target_cpu = @target_cpu@
  target_os = @target_os@
  target_vendor = @target_vendor@
 -waddir = $(datadir)/games/doom
 +waddir = $(datadir)/doom
  wad_DATA = prboom.wad
- EXTRA_DIST = prboom.wad
+ EXTRA_DIST = prboom.wad prboom.txt
  all: all-am



Home | Main Index | Thread Index | Old Index