Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Dec 2000 23:01:38 +0900 (JST)
From:      k5@cheerful.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/23691: fix: games/xbloody X manpage error with XFree86-4 
Message-ID:  <20001220140138.5C42C5DD6@kyoto-tc012-p143.alpha-net.ne.jp>
Resent-Message-ID: <200012201410.eBKEA2244581@freefall.freebsd.org>

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

>Number:         23691
>Category:       ports
>Synopsis:       fix: games/xbloody 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 06:10:02 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.
	approved by MAINTAINER.

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

	new file: files/patch-aa

diff -urN -xCVS /usr/ports/games/xbloody/Makefile games/xbloody/Makefile
--- /usr/ports/games/xbloody/Makefile	Fri Apr 14 21:27:04 2000
+++ games/xbloody/Makefile	Wed Nov  1 09:36:03 2000
@@ -15,7 +15,6 @@
 
 NO_WRKSUBDIR=	yes
 USE_IMAKE=	yes
-NO_INSTALL_MANPAGES= yes
 
 post-install:
 .if !defined(NOPORTDOCS)
diff -urN -xCVS /usr/ports/games/xbloody/files/patch-aa games/xbloody/files/patch-aa
--- /usr/ports/games/xbloody/files/patch-aa	Thu Jan  1 09:00:00 1970
+++ games/xbloody/files/patch-aa	Wed Nov  1 09:31:12 2000
@@ -0,0 +1,11 @@
+--- Imakefile.orig	Mon Oct 31 20:34:58 1994
++++ Imakefile	Wed Nov  1 09:30:59 2000
+@@ -8,7 +8,7 @@
+ SRCS = xbloody.c
+ OBJS = xbloody.o
+ 
+-ComplexProgramTarget(xbloody)
++ComplexProgramTargetNoMan(xbloody)
+ 
+ xbloody.tar.gz:
+ 	gtar zcvf - Imakefile README.sjis *.[hc] *.xbm > xbloody.tar.gz

>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?20001220140138.5C42C5DD6>