Date: Tue, 11 May 2004 23:58:38 +0200 (CEST) From: No Name <arundel@gmx.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/66549: Maintainer update of games/duke3d Message-ID: <200405112158.i4BLwcsq044693@skatecity> Resent-Message-ID: <200405112200.i4BM0W9m017678@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 66549 >Category: ports >Synopsis: Maintainer update of games/duke3d >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue May 11 15:00:32 PDT 2004 >Closed-Date: >Last-Modified: >Originator: No Name >Release: FreeBSD 4.10-PRERELEASE i386 >Organization: >Environment: System: FreeBSD skatecity 4.10-PRERELEASE FreeBSD 4.10-PRERELEASE #1: Sat May 8 21:15:33 CEST 2004 arundel@skatecity:/usr/obj/usr/src/sys/ARUNDEL i386 >Description: Minor updates of games/duke3d >How-To-Repeat: >Fix: --- output begins here --- diff -ruN duke3d_NEW/Makefile /usr/ports/games/duke3d/Makefile --- duke3d_NEW/Makefile Tue May 11 23:43:32 2004 +++ /usr/ports/games/duke3d/Makefile Thu Apr 22 18:02:23 2004 @@ -6,7 +6,6 @@ PORTNAME= duke3d PORTVERSION= 20012306 -PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://sheepkiller.nerim.net/ports/${PORTNAME}/ @@ -26,7 +25,7 @@ DATA_FILES= defs.con game.con user.con PROG_FILES= ${WRKSRC}/source/${PORTNAME} ${WRKSRC}/source/buildengine/build -DOC_FILES= README BUILDLIC.TXT CONTRIB TODO CHANGELOG ../../readme.txt ../../gnu.txt +DOC_FILES1= README BUILDLIC.TXT CONTRIB TODO CHANGELOG ../../readme.txt ../../gnu.txt pre-everything:: .ifndef(WITHOUT_DOSBOX) @@ -67,15 +66,15 @@ ${LN} -s ${TARGET_DIR}/duke.sh ${LOCALBASE}/bin/duke3d post-install: -.ifndef(NOPORTDOCS) +.if !defined(NOPORTDOCS) ${INSTALL} -d ${DOCSDIR} -.for file in ${DOC_FILES} +.for file in ${DOC_FILES1} ${INSTALL_MAN} ${WRKSRC}/source/buildengine/${file} ${DOCSDIR} .endfor ${SED} -e 's|%%DUKEDIR%%|${PREFIX}/${PORTNAME}|g' ${FILESDIR}/README.bsd > \ ${DOCSDIR}/README.bsd .endif - @${SED} -e 's|%%DOCSDIR%%|${DOCSDIR}|' ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff -ruN duke3d_NEW/files/README.bsd /usr/ports/games/duke3d/files/README.bsd --- duke3d_NEW/files/README.bsd Tue May 11 23:36:53 2004 +++ /usr/ports/games/duke3d/files/README.bsd Sun Apr 18 21:22:45 2004 @@ -12,9 +12,9 @@ and run SETUP.EXE. Be sure you have write permission. Otherwise your changes will get lost. -WARNING: Icculus Duke3D port is still in alpha stage. +WARNING: Icculus Duke3D port is still in alpha stage and runs very slowly! Thx go out to -- mezz @ bsdforums.org for cleaning up the code and testing it on -CURRENT -- clement for his problem reports and for commiting the port +mezz @ bsdforums.org for cleaning up the code and testing it on -CURRENT +clement for his problem reports diff -ruN duke3d_NEW/files/fix.sh /usr/ports/games/duke3d/files/fix.sh --- duke3d_NEW/files/fix.sh Sat Apr 24 21:51:40 2004 +++ /usr/ports/games/duke3d/files/fix.sh Sun Apr 18 21:22:45 2004 @@ -40,5 +40,3 @@ cp -f testdata/defs.con ./DEFS.CON cp -f testdata/game.con ./GAME.CON cp -f testdata/user.con ./USER.CON - -echo Three files successfully copied diff -ruN duke3d_NEW/pkg-message /usr/ports/games/duke3d/pkg-message --- duke3d_NEW/pkg-message Tue May 11 23:51:39 2004 +++ /usr/ports/games/duke3d/pkg-message Sun Apr 18 21:22:45 2004 @@ -1,5 +1,5 @@ ----------------------------------------------------------------- -Duke Nukem 3D has been successfully installed. -Please take a look at the helpfiles under %%DOCSDIR%% and +Duke Nukem 3D is successfully installed. +Please copy your Duke 3D data to ${PREFIX}/duke3d directory and read http://www.icculus.org/duke3d/ ----------------------------------------------------------------- --- output ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405112158.i4BLwcsq044693>