summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrochner <drochner>2006-08-03 20:18:04 +0000
committerdrochner <drochner>2006-08-03 20:18:04 +0000
commite2399253f2b19b2b8cc52d7edf8422c9e3a00f9b (patch)
tree1f47c1d812ec89d4dd3b2c8a82230b7665c40843
parent2128805f33d18160cd704aa7199a6e97249ebb4e (diff)
downloadpkgsrc-e2399253f2b19b2b8cc52d7edf8422c9e3a00f9b.tar.gz
update to 2.4.4
changes: - Don't fail when a texture name can't be looked up - Increased several limits - Thanks to entryway and RjY - Increased number of sidedef limit to 65534 - Increased number of vertexes limit to 65535 - Fixed crash when crossing sectors with very big height differences - fix crash on E4M8 - Mac OS X: Launcher has a Console that displays text output from the game - New command-line options for setting a window (-window) or fullscreen (-nowindow) mode temporarily. - The maximal supported resolution is increased from 1600x1200 to 2048x1536 - GLBoom will use the closest supported resolution when running fullscreen - The "RUN" key inverts the autorun state - Live monsters are highlighted in a different colour on the iddt-automap - Fixed OpenGL sky rendering in Requiem and Memento Mori - The "Show coordinates of automap pointer" setting works now - merged many cleanups and fixes from PrBoom 2.3 - fix translucency map file handle leak - fix consistency failures in netgames - prevent crashes at 800x600 caused by rounding errors with naive clipping - fixed slowdown at 1024x768 on some systems - ability to play tasdoom demos directly - -solo-net option is a shortcut for one-player network games - emulate spechit overflows for dosdoom and tasdoom compatibility - made several cleanups and fixes
-rw-r--r--games/prboom/Makefile4
-rw-r--r--games/prboom/distinfo14
-rw-r--r--games/prboom/patches/patch-aa8
-rw-r--r--games/prboom/patches/patch-ab14
-rw-r--r--games/prboom/patches/patch-ac16
5 files changed, 28 insertions, 28 deletions
diff --git a/games/prboom/Makefile b/games/prboom/Makefile
index 0bfbbd2346a..47cd8b27369 100644
--- a/games/prboom/Makefile
+++ b/games/prboom/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2006/07/24 20:03:25 drochner Exp $
+# $NetBSD: Makefile,v 1.27 2006/08/03 20:18:04 drochner Exp $
-DISTNAME= prboom-2.4.3
+DISTNAME= prboom-2.4.4
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prboom/}
diff --git a/games/prboom/distinfo b/games/prboom/distinfo
index 043bff5a3e5..3b63fb334f2 100644
--- a/games/prboom/distinfo
+++ b/games/prboom/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.10 2006/07/24 20:03:25 drochner Exp $
+$NetBSD: distinfo,v 1.11 2006/08/03 20:18:04 drochner Exp $
-SHA1 (prboom-2.4.3.tar.gz) = f2d76fa8925226d7e3a623951413e6a10384f2e9
-RMD160 (prboom-2.4.3.tar.gz) = b8412e8ed1e4ed28165e4862a76923b474776893
-Size (prboom-2.4.3.tar.gz) = 947872 bytes
-SHA1 (patch-aa) = e4254ad7a29380fdf7af0d0e59063abf7b77acd2
-SHA1 (patch-ab) = 2e98b4ef7c13953ca0397499b881f437d6a245a3
-SHA1 (patch-ac) = c2f185096970313689a3e7025eb32b9c4fedf9b5
+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 (patch-ac) = 0b2a495c2fed6e48f5af9fb84ff1e44bbbd6b27a
diff --git a/games/prboom/patches/patch-aa b/games/prboom/patches/patch-aa
index 700e6b171b9..c36ab6cfc5d 100644
--- a/games/prboom/patches/patch-aa
+++ b/games/prboom/patches/patch-aa
@@ -1,9 +1,9 @@
-$NetBSD: patch-aa,v 1.3 2006/07/24 20:03:25 drochner Exp $
+$NetBSD: patch-aa,v 1.4 2006/08/03 20:18:04 drochner Exp $
---- configure.orig 2006-07-23 17:40:25.000000000 +0200
+--- configure.orig 2006-07-29 18:17:22.000000000 +0200
+++ configure
-@@ -1821,9 +1821,9 @@ INSTALL_STRIP_PROGRAM="\${SHELL} \$(inst
-
+@@ -1898,9 +1898,9 @@ _ACEOF
+ fi
if test "x$prefix" != xNONE; then
- DOOMWADDIR="$prefix/share/games/doom"
diff --git a/games/prboom/patches/patch-ab b/games/prboom/patches/patch-ab
index 5b7a6de9ad3..27b4c574261 100644
--- a/games/prboom/patches/patch-ab
+++ b/games/prboom/patches/patch-ab
@@ -1,13 +1,13 @@
-$NetBSD: patch-ab,v 1.4 2006/07/24 20:03:25 drochner Exp $
+$NetBSD: patch-ab,v 1.5 2006/08/03 20:18:04 drochner Exp $
---- data/Makefile.in.orig 2006-07-23 17:40:24.000000000 +0200
+--- data/Makefile.in.orig 2006-07-30 20:14:26.000000000 +0200
+++ data/Makefile.in
-@@ -106,7 +106,7 @@ am__include = @am__include@
- am__quote = @am__quote@
- install_sh = @install_sh@
-
+@@ -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
- subdir = data
+ all: all-am
diff --git a/games/prboom/patches/patch-ac b/games/prboom/patches/patch-ac
index d1188b8060a..4bb715bf3a7 100644
--- a/games/prboom/patches/patch-ac
+++ b/games/prboom/patches/patch-ac
@@ -1,13 +1,13 @@
-$NetBSD: patch-ac,v 1.3 2006/07/24 20:03:25 drochner Exp $
+$NetBSD: patch-ac,v 1.4 2006/08/03 20:18:04 drochner Exp $
---- src/Makefile.in.orig 2006-07-23 17:40:24.000000000 +0200
+--- src/Makefile.in.orig 2006-07-30 20:14:27.000000000 +0200
+++ src/Makefile.in
-@@ -112,7 +112,7 @@ install_sh = @install_sh@
-
+@@ -243,7 +243,7 @@ target_cpu = @target_cpu@
+ target_os = @target_os@
+ target_vendor = @target_vendor@
SUBDIRS = SDL POSIX MAC
-
-gamesdir = $(prefix)/games
+gamesdir = $(prefix)/bin
- EXTRA_PROGRAMS = prboom
- games_PROGRAMS = @BUILD_DOOM@ prboom-game-server
-
+ prboom_game_server_SOURCES = d_server.c i_udp_sdl.c protocol.h
+ prboom_game_server_LDADD = POSIX/libposixdoom.a @NET_LIBS@ @SDL_LIBS@
+ COMMON_SRC = \