Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Dec 2000 01:26:14 +0900 (JST)
From:      k5@cheerful.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/23693: fix: games/mindfocus X manpage error with XFree86-4 
Message-ID:  <20001220162614.0EEFF5E21@kyoto-tc012-p49.alpha-net.ne.jp>
Resent-Message-ID: <200012201630.eBKGU1F42450@freefall.freebsd.org>

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

>Number:         23693
>Category:       ports
>Synopsis:       fix: games/mindfocus X manpage error with XFree86-4
>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:   Wed Dec 20 08:30:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     FUJISHIMA Satsuki
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
N/A
>Environment:
	ports-current with XFree86-4.
>Description:
	fixing "X manpage" error with XFree86-4 on bento.
	MAINTAINER does not respond for 10 days.

>How-To-Repeat:
	w3m -dump http://bento.freebsd.org/errorlogs/errorlogs/e.4.20001204/ \|
	grep 'X manpage'
>Fix:

	new file: files/patch-ac

diff -urN -xCVS /usr/ports/games/mindfocus/Makefile games/mindfocus/Makefile
--- /usr/ports/games/mindfocus/Makefile	Thu Aug  3 18:23:38 2000
+++ games/mindfocus/Makefile	Wed Nov  1 09:35:55 2000
@@ -15,7 +15,6 @@
 
 USE_IMAKE=	yes
 USE_XPM=	yes
-NO_INSTALL_MANPAGES=	yes
 RESTRICTED=    'contains commercial character data'
 
 post-install:
diff -urN -xCVS /usr/ports/games/mindfocus/files/patch-ac games/mindfocus/files/patch-ac
--- /usr/ports/games/mindfocus/files/patch-ac	Thu Jan  1 09:00:00 1970
+++ games/mindfocus/files/patch-ac	Wed Nov  1 07:25:21 2000
@@ -0,0 +1,11 @@
+--- mindfocus/Imakefile.orig	Wed Jun 14 20:00:24 2000
++++ mindfocus/Imakefile	Wed Nov  1 07:25:08 2000
+@@ -27,7 +27,7 @@
+ 
+ CFLAGS += $(CDEFINES)
+ 
+-ComplexProgramTarget(mindfocus)
++ComplexProgramTargetNoMan(mindfocus)
+ InstallNamedNonExec(../system.mindfocus,system.mindfocus,DATADIR)
+ 
+ mindfocus.o:: ../lib/inifile/inifile.h mfc.h

>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?20001220162614.0EEFF5E21>