Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Dec 2000 02:12:15 +0900 (JST)
From:      k5@cheerful.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/23429: fix: games/xinfocom X manpage error with XFree86-4 
Message-ID:  <20001210171215.563A25EE6@kyoto-tc012-p22.alpha-net.ne.jp>
Resent-Message-ID: <200012101720.eBAHK3u02944@freefall.freebsd.org>

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

>Number:         23429
>Category:       ports
>Synopsis:       fix: games/xinfocom 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:03 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:

	new file: files/patch-aa

diff -urN -xCVS /usr/ports/games/xinfocom/Makefile games/xinfocom/Makefile
--- /usr/ports/games/xinfocom/Makefile	Wed Jun 14 14:44:52 2000
+++ games/xinfocom/Makefile	Wed Nov  1 10:13:54 2000
@@ -17,6 +17,5 @@
 WRKSRC=			${WRKDIR}/xinfocom
 
 USE_IMAKE=		yes
-NO_INSTALL_MANPAGES=	yes
 
 .include <bsd.port.mk>
diff -urN -xCVS /usr/ports/games/xinfocom/files/patch-aa games/xinfocom/files/patch-aa
--- /usr/ports/games/xinfocom/files/patch-aa	Thu Jan  1 09:00:00 1970
+++ games/xinfocom/files/patch-aa	Wed Nov  1 10:13:27 2000
@@ -0,0 +1,8 @@
+--- Imakefile.orig	Mon Sep 30 03:07:36 1996
++++ Imakefile	Wed Nov  1 10:13:13 2000
+@@ -13,4 +13,4 @@
+ SRCS = addr.c alloc.c arith.c compare.c console.c dummy.c file.c globals.c head.c infocom.c init.c input.c interp.c jump.c mem.c message.c object.c pg_flat.c pc.c print.c prop.c random.c shared.c stack.c status.c stop.c support.c os_unix.c var.c window.c wio_unix.c
+ OBJS = addr.o alloc.o arith.o compare.o console.o dummy.o file.o globals.o head.o infocom.o init.o input.o interp.o jump.o mem.o message.o object.o pg_flat.o pc.o print.o prop.o random.o shared.o stack.o status.o stop.o support.o os_unix.o var.o window.o wio_unix.o
+ 
+-ComplexProgramTarget(xinfocom)
++ComplexProgramTargetNoMan(xinfocom)

>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.563A25EE6>