Date: Mon, 11 Dec 2000 23:18:39 +0900 (JST) From: k5@cheerful.com To: FreeBSD-gnats-submit@freebsd.org Subject: ports/23471: fix: x11/xfishtank X manpage error with XFree86-4 Message-ID: <20001211141839.8F3335D45@kyoto-tc012-p22.alpha-net.ne.jp> Resent-Message-ID: <200012111420.eBBEK1Q29573@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 23471 >Category: ports >Synopsis: fix: x11/xfishtank 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: Mon Dec 11 06:20:00 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: 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: >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?20001211141839.8F3335D45>