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/23430: fix: games/xeyesplus X manpage error with XFree86-4 
Message-ID:  <20001210171215.436DE5EDA@kyoto-tc012-p22.alpha-net.ne.jp>
Resent-Message-ID: <200012101720.eBAHK3h02953@freefall.freebsd.org>

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

>Number:         23430
>Category:       ports
>Synopsis:       fix: games/xeyesplus 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:

diff -urN -xCVS /usr/ports/games/xeyesplus/Makefile games/xeyesplus/Makefile
--- /usr/ports/games/xeyesplus/Makefile	Thu Aug  3 18:24:05 2000
+++ games/xeyesplus/Makefile	Wed Nov  1 09:34:01 2000
@@ -16,7 +16,6 @@
 
 USE_IMAKE=	yes
 USE_XPM=	yes
-NO_INSTALL_MANPAGES=	yes
 
 post-install:
 	@${CHMOD} 755 ${PREFIX}/bin/xeyes+
diff -urN -xCVS /usr/ports/games/xeyesplus/files/patch-aa games/xeyesplus/files/patch-aa
--- /usr/ports/games/xeyesplus/files/patch-aa	Sat Jan 22 20:46:06 2000
+++ games/xeyesplus/files/patch-aa	Wed Nov  1 09:33:38 2000
@@ -1,19 +1,14 @@
-*** Imakefile.orig	Thu May  5 16:58:34 1994
---- Imakefile	Thu Jan 15 00:00:00 2000
-***************
-*** 4,9 ****
-  # gcc
-  #CC = gcc
-  # CFLAGS = -O2 -Wall -DXPM -DUSLEEP
-! CFLAGS =-DXPM -I/usr/local/X11R5/include/ 
-! CDEBUGFLAGS = 
-  ComplexProgramTarget(xeyes+)
---- 4,11 ----
-  # gcc
-  #CC = gcc
-  # CFLAGS = -O2 -Wall -DXPM -DUSLEEP
-! XCOMM CFLAGS =-DXPM -I/usr/local/X11R5/include/
-! XCOMM CDEBUGFLAGS = 
-! DEFINES = -DXPM
-! INCLUDES = -I$(INCDIR)/X11
-  ComplexProgramTarget(xeyes+)
+--- Imakefile.orig	Thu May  5 16:58:34 1994
++++ Imakefile	Wed Nov  1 09:33:26 2000
+@@ -4,6 +4,8 @@
+ # gcc
+ #CC = gcc
+ # CFLAGS = -O2 -Wall -DXPM -DUSLEEP
+-CFLAGS =-DXPM -I/usr/local/X11R5/include/ 
+-CDEBUGFLAGS = 
+-ComplexProgramTarget(xeyes+)
++XCOMM CFLAGS =-DXPM -I/usr/local/X11R5/include/
++XCOMM CDEBUGFLAGS = 
++DEFINES = -DXPM
++INCLUDES = -I$(INCDIR)/X11
++ComplexProgramTargetNoMan(xeyes+)

>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.436DE5EDA>