Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Oct 2000 16:22:11 -0700 (PDT)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/22169: Update port: games/xblast
Message-ID:  <20001020232211.D89A137B479@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         22169
>Category:       ports
>Synopsis:       Update port: games/xblast
>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:   Fri Oct 20 16:30:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.1.1-RELEASE i386
>Organization:
>Environment:
>Description:
- Handle manpage a bit more elegant

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/games/xblast/Makefile games/xblast/Makefile
--- /usr/ports/games/xblast/Makefile	Fri Apr 28 19:02:11 2000
+++ games/xblast/Makefile	Sat Oct 21 08:17:53 2000
@@ -10,17 +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
-NO_INSTALL_MANPAGES=	yes
 MANN=		xblast.n
-MANCOMPRESSED=	no
-
-post-install:
-	@${INSTALL_MAN} ${WRKSRC}/xblast.man ${MANNPREFIX}/man/mann/xblast.n
 
 .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	Wed Oct 18 04:03:53 2000
@@ -1,6 +1,13 @@
---- Imakefile.orig	Wed Jul 28 21:36:20 1999
-+++ Imakefile	Tue Oct 17 20:23:46 2000
-@@ -25,7 +25,9 @@
+--- Imakefile.orig	Thu Jul 29 04:36:20 1999
++++ Imakefile	Wed Oct 18 04:03:47 2000
+@@ -20,12 +20,16 @@
+ #define IHaveSubdirs
+ SUBDIRS=bitmap image sounds
+ 
++MANSUFFIX=n
++
+ XBLASTDIR=$(LIBDIR)/xblast
+ /*
   * If you want to have sound, comment the following line
   * Set SOUND_DIR to the directory, where the sounds can be found
   */
@@ -11,17 +18,13 @@
  
  /*
   * all programs to be build
-@@ -71,6 +73,13 @@
+@@ -71,7 +75,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


>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?20001020232211.D89A137B479>