From 25f0a7f8259bb289319904551b8a3b8e52dcf47a Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Tue, 13 Nov 2007 01:24:03 +0000 Subject: - Update to 2.4.7 (which compiles on 7.0) PR: ports/117143 Submitted by: Pedro F. Giffuni Approved by: portmgr (self), maintainer timeout (1 month) --- games/prboom/Makefile | 17 +++++---------- games/prboom/distinfo | 6 +++--- games/prboom/files/patch-Makefile.in | 10 ++++----- games/prboom/files/patch-configure | 23 +++++++------------- games/prboom/files/patch-data-Makefile.in | 11 ---------- games/prboom/files/patch-doc-Makefile.in | 35 ------------------------------- games/prboom/files/patch-src-Makefile.in | 14 ++++++------- games/prboom/pkg-plist | 11 +++++----- 8 files changed, 33 insertions(+), 94 deletions(-) delete mode 100644 games/prboom/files/patch-data-Makefile.in delete mode 100644 games/prboom/files/patch-doc-Makefile.in (limited to 'games') diff --git a/games/prboom/Makefile b/games/prboom/Makefile index 84d68c97ddad..e616001900db 100644 --- a/games/prboom/Makefile +++ b/games/prboom/Makefile @@ -6,14 +6,13 @@ # PORTNAME= prboom -PORTVERSION= 2.2.6 -PORTREVISION= 2 +PORTVERSION= 2.4.7 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= robin.schoonover@gmail.com -COMMENT= A multiplayer-capable and modified version of ID's classic doom game +COMMENT= A multiplayer-capable and modified version of ID's classic DOOM game LIB_DEPENDS= smpeg.1:${PORTSDIR}/multimedia/smpeg @@ -31,22 +30,16 @@ MAN5= boom.cfg.5 MAN6= prboom.6 prboom-game-server.6 DATADIR= ${DMDIR} +PLIST_SUB= PORTVERSION=${PORTVERSION} .include "${.CURDIR}/../doom-data/Makefile.include" .include .if defined(WITH_GL) -CONFIGURE_ARGS+=--enable-gl USE_GL= yes -.endif - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -. for f in README doc/README.compat doc/README.demos doc/boom.txt - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -. endfor +.else +CONFIGURE_ARGS+=--disable-gl .endif .include diff --git a/games/prboom/distinfo b/games/prboom/distinfo index 525b4a5884ee..e792f0c817cc 100644 --- a/games/prboom/distinfo +++ b/games/prboom/distinfo @@ -1,3 +1,3 @@ -MD5 (prboom-2.2.6.tar.gz) = ef0abe0aad017514857552434b5c6aaa -SHA256 (prboom-2.2.6.tar.gz) = 200d3c50b082ae46be8c014bb576b4e2d23b1704508fd528c47e3e2b3b04759e -SIZE (prboom-2.2.6.tar.gz) = 1047612 +MD5 (prboom-2.4.7.tar.gz) = 9942f521764d7f89df2218a456da4f02 +SHA256 (prboom-2.4.7.tar.gz) = de22dbaacd25a0f0b16c507aa2326a90b7f5dcfcf862c3dc7076996c6187cd2f +SIZE (prboom-2.4.7.tar.gz) = 999524 diff --git a/games/prboom/files/patch-Makefile.in b/games/prboom/files/patch-Makefile.in index da6367ac91ec..478fa5701776 100644 --- a/games/prboom/files/patch-Makefile.in +++ b/games/prboom/files/patch-Makefile.in @@ -1,6 +1,6 @@ ---- Makefile.in.orig Thu Feb 17 13:43:28 2005 -+++ Makefile.in Thu Feb 17 13:45:50 2005 -@@ -262,22 +262,8 @@ +--- Makefile.in.orig Fri Oct 12 14:26:41 2007 ++++ Makefile.in Fri Oct 12 14:27:32 2007 +@@ -269,22 +269,8 @@ cd $(top_builddir) && $(SHELL) ./config.status $@ uninstall-info-am: install-docDATA: $(doc_DATA) @@ -8,7 +8,7 @@ - test -z "$(docdir)" || $(mkdir_p) "$(DESTDIR)$(docdir)" - @list='$(doc_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -- f="`echo $$p | sed -e 's|^.*/||'`"; \ +- f=$(am__strip_dir) \ - echo " $(docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \ - $(docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \ - done @@ -16,7 +16,7 @@ uninstall-docDATA: - @$(NORMAL_UNINSTALL) - @list='$(doc_DATA)'; for p in $$list; do \ -- f="`echo $$p | sed -e 's|^.*/||'`"; \ +- f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(docdir)/$$f'"; \ - rm -f "$(DESTDIR)$(docdir)/$$f"; \ - done diff --git a/games/prboom/files/patch-configure b/games/prboom/files/patch-configure index 8971941c8cdd..d439ccb3f1d7 100644 --- a/games/prboom/files/patch-configure +++ b/games/prboom/files/patch-configure @@ -1,23 +1,14 @@ ---- configure.orig Sat Sep 29 04:39:08 2001 -+++ configure Sat Nov 10 20:30:26 2001 -@@ -922,9 +922,9 @@ - - - if test "x$prefix" != xNONE; then +--- configure.orig Sun Nov 19 12:45:22 2006 ++++ configure Fri Oct 12 14:02:43 2007 +@@ -1913,9 +1913,9 @@ + DOOMWADDIR="$withval" + else + 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 <