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.5.0, from Leonardo Taccari pe...
details: https://anonhg.NetBSD.org/pkgsrc/rev/df8e9c59aa71
branches: trunk
changeset: 552650:df8e9c59aa71
user: drochner <drochner%pkgsrc.org@localhost>
date: Wed Jan 07 16:38:11 2009 +0000
description:
update to 2.5.0, from Leonardo Taccari per PR pkg/40286
changes: many fixes
(lightly tested with Doom II)
diffstat:
games/prboom/Makefile | 10 ++++++++--
games/prboom/distinfo | 9 ++++-----
games/prboom/patches/patch-ac | 13 -------------
3 files changed, 12 insertions(+), 20 deletions(-)
diffs (56 lines):
diff -r 6bdadd97ba70 -r df8e9c59aa71 games/prboom/Makefile
--- a/games/prboom/Makefile Wed Jan 07 16:18:59 2009 +0000
+++ b/games/prboom/Makefile Wed Jan 07 16:38:11 2009 +0000
@@ -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+= --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 -r 6bdadd97ba70 -r df8e9c59aa71 games/prboom/distinfo
--- a/games/prboom/distinfo Wed Jan 07 16:18:59 2009 +0000
+++ b/games/prboom/distinfo Wed Jan 07 16:38:11 2009 +0000
@@ -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 -r 6bdadd97ba70 -r df8e9c59aa71 games/prboom/patches/patch-ac
--- a/games/prboom/patches/patch-ac Wed Jan 07 16:18:59 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 = \
Home |
Main Index |
Thread Index |
Old Index