Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Dec 2000 02:12:16 +0900 (JST)
From:      k5@cheerful.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/23440: fix: x11-clocks/wmdate X manpage error with XFree86-4 
Message-ID:  <20001210171216.63F545F0E@kyoto-tc012-p22.alpha-net.ne.jp>
Resent-Message-ID: <200012101720.eBAHK4n03043@freefall.freebsd.org>

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

>Number:         23440
>Category:       ports
>Synopsis:       fix: x11-clocks/wmdate 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:

	new file: files/patch-aa

diff -urN -xCVS /usr/ports/x11-clocks/wmdate/Makefile x11-clocks/wmdate/Makefile
--- /usr/ports/x11-clocks/wmdate/Makefile	Thu Oct 12 06:52:02 2000
+++ x11-clocks/wmdate/Makefile	Wed Nov  1 09:36:26 2000
@@ -17,7 +17,6 @@
 
 USE_IMAKE=	yes
 USE_XPM=	yes
-NO_INSTALL_MANPAGES=	yes
 
 post-install:
 .if !defined(NOPORTDOCS)
diff -urN -xCVS /usr/ports/x11-clocks/wmdate/files/patch-aa x11-clocks/wmdate/files/patch-aa
--- /usr/ports/x11-clocks/wmdate/files/patch-aa	Thu Jan  1 09:00:00 1970
+++ x11-clocks/wmdate/files/patch-aa	Wed Nov  1 09:02:37 2000
@@ -0,0 +1,11 @@
+--- Imakefile.orig	Tue May 18 05:36:35 1999
++++ Imakefile	Wed Nov  1 09:02:22 2000
+@@ -132,7 +132,7 @@
+ XCOMM             Create Makefile
+ XCOMM ---------------------------------------
+ 
+-ComplexProgramTarget(wmdate)
++ComplexProgramTargetNoMan(wmdate)
+ 
+ XCOMM - - - - - - - - - - - - - - - - - - - -
+ XCOMM                 e n d

>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?20001210171216.63F545F0E>