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/23428: fix: games/xpuyo X manpage error with XFree86-4 
Message-ID:  <20001210171215.816475E8A@kyoto-tc012-p22.alpha-net.ne.jp>
Resent-Message-ID: <200012101720.eBAHK3102935@freefall.freebsd.org>

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

>Number:         23428
>Category:       ports
>Synopsis:       fix: games/xpuyo 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/xpuyo/Makefile games/xpuyo/Makefile
--- /usr/ports/games/xpuyo/Makefile	Fri Apr 14 21:28:02 2000
+++ games/xpuyo/Makefile	Wed Nov  1 10:34:48 2000
@@ -15,7 +15,6 @@
 WRKSRC=		${WRKDIR}/xpuyo
 USE_IMAKE=	yes
 XMKMF=		xmkmf
-NO_INSTALL_MANPAGES= yes
 
 RESTRICTED=	"The author\'s ashamed of the quality of this version"
 
diff -urN -xCVS /usr/ports/games/xpuyo/files/patch-aa games/xpuyo/files/patch-aa
--- /usr/ports/games/xpuyo/files/patch-aa	Thu Jan  1 09:00:00 1970
+++ games/xpuyo/files/patch-aa	Wed Nov  1 10:34:10 2000
@@ -0,0 +1,11 @@
+--- Imakefile.orig	Fri Sep  8 14:04:39 1995
++++ Imakefile	Wed Nov  1 10:34:03 2000
+@@ -16,7 +16,7 @@
+ LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB) -lm
+         DEPLIBS = $(DEPXAWLIB) $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB) 
+ 
+-ComplexProgramTarget(xpuyo)
++ComplexProgramTargetNoMan(xpuyo)
+ InstallAppDefaults(Xpuyo)
+ 
+ /* InstallMultipleFlags(ScoreFile,ScoreDir,$(SCOREFLAGS)) */

>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.816475E8A>