From k5@kyoto-tc012-p22.alpha-net.ne.jp  Mon Dec 11 06:18:53 2000
Return-Path: <k5@kyoto-tc012-p22.alpha-net.ne.jp>
Received: from m08.alpha-net.ne.jp (m08.alpha-net.ne.jp [210.229.64.38])
	by hub.freebsd.org (Postfix) with ESMTP id 2471937B400
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 11 Dec 2000 06:18:52 -0800 (PST)
Received: from kyoto-tc012-p22.alpha-net.ne.jp (kyoto-tc012-p22.alpha-net.ne.jp [210.237.119.150])
	by m08.alpha-net.ne.jp (8.9.3/3.7W) with ESMTP id XAA28779
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 11 Dec 2000 23:18:37 +0900 (JST)
Received: by kyoto-tc012-p22.alpha-net.ne.jp (Postfix, from userid 1001)
	id 8F3335D45; Mon, 11 Dec 2000 23:18:39 +0900 (JST)
Message-Id: <20001211141839.8F3335D45@kyoto-tc012-p22.alpha-net.ne.jp>
Date: Mon, 11 Dec 2000 23:18:39 +0900 (JST)
From: k5@cheerful.com
Sender: k5@kyoto-tc012-p22.alpha-net.ne.jp
Reply-To: k5@cheerful.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: fix: x11/xfishtank X manpage error with XFree86-4 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         23471
>Category:       ports
>Synopsis:       fix: x11/xfishtank X manpage error with XFree86-4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sf
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 11 06:20:00 PST 2000
>Closed-Date:    Sat Dec 30 10:55:30 PST 2000
>Last-Modified:  Sat Dec 30 10:55:45 PST 2000
>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:

diff -urN -xCVS /usr/ports/x11/xfishtank/Makefile x11/xfishtank/Makefile
--- /usr/ports/x11/xfishtank/Makefile	Fri Apr 14 04:10:34 2000
+++ x11/xfishtank/Makefile	Wed Nov  1 13:33:06 2000
@@ -14,7 +14,6 @@
 
 USE_IMAKE=	yes
 WRKSRC=		${WRKDIR}/xfishtank2.0
-NO_INSTALL_MANPAGES=	yes
 
 post-patch:
 	cd  ${WRKDIR}/xfishtank2.0; make clean
diff -urN -xCVS /usr/ports/x11/xfishtank/files/patch-ab x11/xfishtank/files/patch-ab
--- /usr/ports/x11/xfishtank/files/patch-ab	Tue Jun 17 15:47:57 1997
+++ x11/xfishtank/files/patch-ab	Wed Nov  1 09:40:51 2000
@@ -1,6 +1,6 @@
---- Imakefile.orig	Wed Dec 16 01:04:35 1992
-+++ Imakefile	Tue Jun 17 08:36:51 1997
-@@ -2,7 +2,7 @@
+--- Imakefile.orig	Wed Dec 16 09:04:35 1992
++++ Imakefile	Wed Nov  1 09:40:40 2000
+@@ -2,12 +2,12 @@
  LOCAL_LIBRARIES = $(XLIB)
          DEPLIBS = $(DEPXLIB)
    SYS_LIBRARIES = -lm
@@ -9,3 +9,9 @@
  
             SRCS = xfish.c medcut.c read.c gifread.c
             OBJS = xfish.o medcut.o read.o gifread.o
+ 
+-ComplexProgramTarget(xfishtank)
++ComplexProgramTargetNoMan(xfishtank)
+ 
+ xfishy.h: makeh FishList
+ 	./makeh > xfishy.h

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->sf 
Responsible-Changed-By: sf 
Responsible-Changed-When: Sat Dec 30 09:54:22 PST 2000 
Responsible-Changed-Why:  
My PR 

http://www.freebsd.org/cgi/query-pr.cgi?pr=23471 
State-Changed-From-To: open->closed 
State-Changed-By: sf 
State-Changed-When: Sat Dec 30 10:55:30 PST 2000 
State-Changed-Why:  
Committed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=23471 
>Unformatted:
