From 20fa58cab76be06a80053cbe891ff03f19f6df9e Mon Sep 17 00:00:00 2001 From: drochner Date: Thu, 6 Apr 2006 16:08:34 +0000 Subject: 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 --- games/prboom/Makefile | 5 ++--- games/prboom/distinfo | 10 +++++----- games/prboom/patches/patch-ab | 10 +++++----- 3 files changed, 12 insertions(+), 13 deletions(-) (limited to 'games/prboom') diff --git a/games/prboom/Makefile b/games/prboom/Makefile index 80d9741cd99..a7803e229c8 100644 --- a/games/prboom/Makefile +++ b/games/prboom/Makefile @@ -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 --git a/games/prboom/distinfo b/games/prboom/distinfo index e83abd0f4cb..6b7af09ecca 100644 --- a/games/prboom/distinfo +++ b/games/prboom/distinfo @@ -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 --git a/games/prboom/patches/patch-ab b/games/prboom/patches/patch-ab index db9ef3437bc..c2b0c697c1b 100644 --- a/games/prboom/patches/patch-ab +++ b/games/prboom/patches/patch-ab @@ -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 -- cgit v1.2.3