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.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a5c3ffff981
branches:  trunk
changeset: 518028:4a5c3ffff981
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Tue Aug 29 10:23:21 2006 +0000

description:
update to 2.4.5
changes:
-fix crash when saving the game in levels with lots of monsters (bug
 introduced in 2.4.4)
--nodeh option to disable automatic loading of dehacked-in-wad lump
-Unified software and opengl engine into one binary
-Added video mode selection to menu
-fix demo desyncs on E1M5 on x86_64 systems
-Fullscreen setting will only take effect after game restart
-reduce red palette translation if the menu is up, so the menu can still
 be read
-screenshots now in PNG format on Linux/Unix in GL mode too
-Added experimental -checksum option for demo playback comparison
-Merged new internal patch (graphics) format from PrBoom 2.3
-some Mac OS X fixes

diffstat:

 games/prboom/Makefile         |   5 +++--
 games/prboom/distinfo         |  10 ++++------
 games/prboom/patches/patch-aa |  16 ----------------
 games/prboom/patches/patch-ab |  13 -------------
 4 files changed, 7 insertions(+), 37 deletions(-)

diffs (73 lines):

diff -r 0714365b41da -r 4a5c3ffff981 games/prboom/Makefile
--- a/games/prboom/Makefile     Tue Aug 29 10:23:10 2006 +0000
+++ b/games/prboom/Makefile     Tue Aug 29 10:23:21 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2006/08/03 20:18:04 drochner Exp $
+# $NetBSD: Makefile,v 1.28 2006/08/29 10:23:21 drochner Exp $
 
-DISTNAME=      prboom-2.4.4
+DISTNAME=      prboom-2.4.5
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=prboom/}
 
@@ -9,6 +9,7 @@
 COMMENT=       Multiplayer-capable and modified version of DOOM
 
 GNU_CONFIGURE=         YES
+CONFIGURE_ARGS+=       --with-waddir=${PREFIX}/share/doom
 
 #CONFIGURE_ARGS+=      --enable-gl
 
diff -r 0714365b41da -r 4a5c3ffff981 games/prboom/distinfo
--- a/games/prboom/distinfo     Tue Aug 29 10:23:10 2006 +0000
+++ b/games/prboom/distinfo     Tue Aug 29 10:23:21 2006 +0000
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.11 2006/08/03 20:18:04 drochner Exp $
+$NetBSD: distinfo,v 1.12 2006/08/29 10:23:21 drochner Exp $
 
-SHA1 (prboom-2.4.4.tar.gz) = adb413ceef595292175ad22521acdfed99733af7
-RMD160 (prboom-2.4.4.tar.gz) = e85213acc29eb5ff18a69f840185c76f95cdad71
-Size (prboom-2.4.4.tar.gz) = 961947 bytes
-SHA1 (patch-aa) = af29064c9e7198f09c670b8bc8a915b17973e57e
-SHA1 (patch-ab) = 41fb1226564517a13e195540276134d08bdac3e9
+SHA1 (prboom-2.4.5.tar.gz) = 732305dd21770e38103340e5af824c303fd8212b
+RMD160 (prboom-2.4.5.tar.gz) = 7495750f0ed35e96dd8ea8a1546dcf0cfc1bdf89
+Size (prboom-2.4.5.tar.gz) = 970658 bytes
 SHA1 (patch-ac) = 0b2a495c2fed6e48f5af9fb84ff1e44bbbd6b27a
diff -r 0714365b41da -r 4a5c3ffff981 games/prboom/patches/patch-aa
--- a/games/prboom/patches/patch-aa     Tue Aug 29 10:23:10 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-aa,v 1.4 2006/08/03 20:18:04 drochner Exp $
-
---- configure.orig     2006-07-29 18:17:22.000000000 +0200
-+++ configure
-@@ -1898,9 +1898,9 @@ _ACEOF
- fi
- 
- if test "x$prefix" != xNONE; then
--  DOOMWADDIR="$prefix/share/games/doom"
-+  DOOMWADDIR="$prefix/share/doom"
- else
--  DOOMWADDIR="$ac_default_prefix/share/games/doom"
-+  DOOMWADDIR="$ac_default_prefix/share/doom"
- fi
- 
- cat >>confdefs.h <<_ACEOF
diff -r 0714365b41da -r 4a5c3ffff981 games/prboom/patches/patch-ab
--- a/games/prboom/patches/patch-ab     Tue Aug 29 10:23:10 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.5 2006/08/03 20:18:04 drochner Exp $
-
---- data/Makefile.in.orig      2006-07-30 20:14:26.000000000 +0200
-+++ data/Makefile.in
-@@ -169,7 +169,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 prboom.txt
- all: all-am



Home | Main Index | Thread Index | Old Index