diff options
author | drochner <drochner@pkgsrc.org> | 2009-01-07 16:38:11 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-01-07 16:38:11 +0000 |
commit | 548f77fb0b9d80fb536abdf05f0ceb7b3b849e75 (patch) | |
tree | 45f6a3904c8faebb766b8e8a48c0b61f891ba9c2 | |
parent | bafb62fb7fabeac01af8eba45a890f5b34b83a7e (diff) | |
download | pkgsrc-548f77fb0b9d80fb536abdf05f0ceb7b3b849e75.tar.gz |
update to 2.5.0, from Leonardo Taccari per PR pkg/40286
changes: many fixes
(lightly tested with Doom II)
-rw-r--r-- | games/prboom/Makefile | 10 | ||||
-rw-r--r-- | games/prboom/distinfo | 9 | ||||
-rw-r--r-- | games/prboom/patches/patch-ac | 13 |
3 files changed, 12 insertions, 20 deletions
diff --git a/games/prboom/Makefile b/games/prboom/Makefile index 80cb11c989c..6663dd2118d 100644 --- a/games/prboom/Makefile +++ b/games/prboom/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2008/06/12 02:14:30 joerg Exp $ +# $NetBSD: Makefile,v 1.32 2009/01/07 16:38:11 drochner Exp $ -DISTNAME= prboom-2.4.7 +DISTNAME= prboom-2.5.0 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prboom/} @@ -15,6 +15,12 @@ CONFIGURE_ARGS+= --with-waddir=${PREFIX}/share/doom #CONFIGURE_ARGS+= --enable-gl +SUBST_CLASSES+= gamesdir +SUBST_STAGE.gamesdir= pre-build +SUBST_MESSAGE.gamesdir= Fixing hard-coded gamesdir +SUBST_FILES.gamesdir= src/Makefile.in +SUBST_SED.gamesdir+=-e '/^gamesdir =/ s;/games;/bin;g' + .include "../../audio/SDL_mixer/buildlink3.mk" .include "../../net/SDL_net/buildlink3.mk" diff --git a/games/prboom/distinfo b/games/prboom/distinfo index 2e7fa16fb74..4e858ffb143 100644 --- a/games/prboom/distinfo +++ b/games/prboom/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.14 2007/07/06 19:41:09 drochner Exp $ +$NetBSD: distinfo,v 1.15 2009/01/07 16:38:11 drochner Exp $ -SHA1 (prboom-2.4.7.tar.gz) = 52aeb933db770b48331317dc357f6cbad3085600 -RMD160 (prboom-2.4.7.tar.gz) = 78c8548954dd95469f8099bc8fa697f62a69c17e -Size (prboom-2.4.7.tar.gz) = 999524 bytes -SHA1 (patch-ac) = c3df8311277a382fc085ba147614700b73444ac2 +SHA1 (prboom-2.5.0.tar.gz) = f17dc6ed4e72d07b85429177b00b8709ea36f5a0 +RMD160 (prboom-2.5.0.tar.gz) = cc695ca0ceb9f9b9ca2ace7267a064799c61ffba +Size (prboom-2.5.0.tar.gz) = 1049505 bytes diff --git a/games/prboom/patches/patch-ac b/games/prboom/patches/patch-ac deleted file mode 100644 index 60eeeb27e4e..00000000000 --- a/games/prboom/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.5 2006/10/17 17:02:47 drochner Exp $ - ---- src/Makefile.in.orig 2006-10-14 19:48:40.000000000 +0200 -+++ src/Makefile.in -@@ -246,7 +246,7 @@ target_cpu = @target_cpu@ - target_os = @target_os@ - target_vendor = @target_vendor@ - SUBDIRS = SDL POSIX MAC --gamesdir = $(prefix)/games -+gamesdir = $(prefix)/bin - prboom_game_server_SOURCES = d_server.c protocol.h - prboom_game_server_LDADD = POSIX/libposixdoom.a SDL/i_network.o @NET_LIBS@ @SDL_LIBS@ - COMMON_SRC = \ |