Date: Mon, 4 Dec 2000 10:00:32 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org Subject: ports/23272: Update port: games/xblast (fix ports/22170) Message-ID: <200012041800.eB4I0Wv56140@freefall.freebsd.org> Resent-Message-ID: <200012041810.eB4IA1h59403@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 23272 >Category: ports >Synopsis: Update port: games/xblast (fix ports/22170) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 04 10:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.2-RELEASE i386 >Organization: >Environment: >Description: - Handle manpage a bit more elagant - Update WWW: line of pkg-descr This PR supersedes ports/22170. No response from maintainer. >How-To-Repeat: >Fix: diff -urN /usr/ports/games/xblast/Makefile games/xblast/Makefile --- /usr/ports/games/xblast/Makefile Sat Oct 21 08:27:50 2000 +++ games/xblast/Makefile Tue Dec 5 00:59:38 2000 @@ -10,13 +10,12 @@ CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= games/arcade -DISTNAME= xblast-2.6.1.sound +DISTNAME= ${PORTNAME}-${PORTVERSION}.sound MAINTAINER= se@FreeBSD.org WRKSRC= ${WRKDIR}/XBlast-2.6-sound -USE_IMAKE= yes +USE_IMAKE= yes MAN1= xblast.1 -MANCOMPRESSED= yes .include <bsd.port.mk> diff -urN /usr/ports/games/xblast/files/patch-aa games/xblast/files/patch-aa --- /usr/ports/games/xblast/files/patch-aa Sat Oct 21 08:16:46 2000 +++ games/xblast/files/patch-aa Sat Oct 21 08:34:07 2000 @@ -1,5 +1,5 @@ ---- Imakefile.orig Wed Jul 28 21:36:20 1999 -+++ Imakefile Tue Oct 17 20:23:46 2000 +--- Imakefile.orig Thu Jul 29 04:36:20 1999 ++++ Imakefile Sat Oct 21 08:33:56 2000 @@ -25,7 +25,9 @@ * If you want to have sound, comment the following line * Set SOUND_DIR to the directory, where the sounds can be found @@ -11,17 +11,13 @@ /* * all programs to be build -@@ -71,6 +73,13 @@ +@@ -71,7 +73,8 @@ SRCS2 = xbsndsrv.c OBJS2 = xbsndsrv.o -+/* -+ * The following is a terrible hack, but there is no man page -+ * and ComplexProgramTarget always wants to install one ... -+ */ -+#undef InstallManPage -+#define InstallManPage(p,d) -+ - ComplexProgramTarget_2(xbsndsrv,NullParameter,NullParameter) +-ComplexProgramTarget_2(xbsndsrv,NullParameter,NullParameter) ++NormalProgramTarget(xbsndsrv,$(OBJS2),,,) ++InstallProgram(xbsndsrv,$(BINDIR)) /* + * Part 3: install Application Defaults diff -urN /usr/ports/games/xblast/pkg-descr games/xblast/pkg-descr --- /usr/ports/games/xblast/pkg-descr Mon May 3 07:15:41 1999 +++ games/xblast/pkg-descr Tue Dec 5 00:58:04 2000 @@ -6,4 +6,4 @@ mercial) versions of the original game exist for IBM-PC, Atari ST, Amiga, NES, GameBoy and Super NES. -WWW: http://www.ikp.uni-koeln.de/~vogel/xblast/xblast.html +WWW: http://www.ndh.net/home/m.vogel/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012041800.eB4I0Wv56140>