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/23434: fix: graphics/xpx X manpage error with XFree86-4 
Message-ID:  <20001210171215.EEC645EF4@kyoto-tc012-p22.alpha-net.ne.jp>
Resent-Message-ID: <200012101720.eBAHK4G02989@freefall.freebsd.org>

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

>Number:         23434
>Category:       ports
>Synopsis:       fix: graphics/xpx 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:04 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/graphics/xpx/Makefile graphics/xpx/Makefile
--- /usr/ports/graphics/xpx/Makefile	Fri Apr 14 19:48:00 2000
+++ graphics/xpx/Makefile	Wed Nov  1 13:32:32 2000
@@ -17,8 +17,6 @@
 USE_IMAKE=	yes
 XMKMF=		xmkmf
 
-NO_INSTALL_MANPAGES=	yes
-
 post-install:
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${PREFIX}/share/doc/ja/xpx
diff -urN -xCVS /usr/ports/graphics/xpx/files/patch-aa graphics/xpx/files/patch-aa
--- /usr/ports/graphics/xpx/files/patch-aa	Thu Jan  1 09:00:00 1970
+++ graphics/xpx/files/patch-aa	Wed Nov  1 10:36:35 2000
@@ -0,0 +1,11 @@
+--- Imakefile.orig	Mon Apr 29 19:36:34 1996
++++ Imakefile	Wed Nov  1 10:36:24 2000
+@@ -32,7 +32,7 @@
+ 
+ SYS_LIBRARIES = $(XLIB)
+ 
+-ComplexProgramTarget(xpx)
++ComplexProgramTargetNoMan(xpx)
+ 
+ $(OBJS) : $(HEADERS)
+ 

>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.EEC645EF4>