Date: Mon, 11 Dec 2000 02:12:15 +0900 (JST) From: k5@cheerful.com To: FreeBSD-gnats-submit@freebsd.org Subject: ports/23427: fix: games/xchomp X manpage error with XFree86-4 Message-ID: <20001210171215.2BF885ED1@kyoto-tc012-p22.alpha-net.ne.jp> Resent-Message-ID: <200012101720.eBAHK3e02926@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 23427 >Category: ports >Synopsis: fix: games/xchomp 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: Sun Dec 10 09:20: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. >How-To-Repeat: w3m -dump http://bento.freebsd.org/errorlogs/errorlogs/e.4.20001204/ \| grep 'X manpage' >Fix: diff -urN -xCVS /usr/ports/games/xchomp/Makefile games/xchomp/Makefile --- /usr/ports/games/xchomp/Makefile Tue May 30 08:38:18 2000 +++ games/xchomp/Makefile Wed Nov 1 09:34:22 2000 @@ -15,6 +15,5 @@ WRKSRC= ${WRKDIR}/xchomp USE_IMAKE= yes -NO_INSTALL_MANPAGES= yes .include <bsd.port.mk> diff -urN -xCVS /usr/ports/games/xchomp/files/patch-aa games/xchomp/files/patch-aa --- /usr/ports/games/xchomp/files/patch-aa Wed Jan 4 17:59:25 1995 +++ games/xchomp/files/patch-aa Wed Nov 1 09:32:27 2000 @@ -1,19 +1,17 @@ -*** Imakefile.orig Mon Apr 23 05:50:51 1990 ---- Imakefile Wed Jan 4 00:23:19 1995 -*************** -*** 2,8 **** - #include BandAidCompiler - #endif - -! DEFINES = -DX11 - INCLUDES = -I$(TOP) -I$(TOP)/X11 - DEPLIBS = $(DEPXLIB) - LOCAL_LIBRARIES = $(XLIB) ---- 2,8 ---- - #include BandAidCompiler - #endif - -! DEFINES = -DX11 -DFRAME_DELAY=40000 - INCLUDES = -I$(TOP) -I$(TOP)/X11 - DEPLIBS = $(DEPXLIB) - LOCAL_LIBRARIES = $(XLIB) +--- Imakefile.orig Fri Mar 18 14:16:10 1994 ++++ Imakefile Wed Nov 1 09:32:17 2000 +@@ -2,7 +2,7 @@ + #include BandAidCompiler + #endif + +-DEFINES = -DX11 ++DEFINES = -DX11 -DFRAME_DELAY=40000 + INCLUDES = -I$(TOP) -I$(TOP)/X11 + DEPLIBS = $(DEPXLIB) + LOCAL_LIBRARIES = $(XLIB) +@@ -11,4 +11,4 @@ + SRCS = contact.c demo.c drivers.c main.c maze.c props.c resources.c status.c + OBJS = contact.o demo.o drivers.o main.o maze.o props.o resources.o status.o + +-ComplexProgramTarget(xchomp) ++ComplexProgramTargetNoMan(xchomp) >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?20001210171215.2BF885ED1>