Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Dec 2000 07:15:53 +0900 (JST)
From:      k5@cheerful.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/23508: fix: x11-clocks/wmtime X manpage error with XFree86-4 
Message-ID:  <20001212221553.374755DDD@kyoto-tc012-p130.alpha-net.ne.jp>
Resent-Message-ID: <200012122220.eBCMK1x11031@freefall.freebsd.org>

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

>Number:         23508
>Category:       ports
>Synopsis:       fix: x11-clocks/wmtime 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:   Tue Dec 12 14:20:01 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.
	approved by MAINTAINER.

>How-To-Repeat:
	w3m -dump http://bento.freebsd.org/errorlogs/errorlogs/e.4.20001204/ \|
	grep 'X manpage'
>Fix:

	new file: files/patch-ab

diff -urN -xCVS /usr/ports/x11-clocks/wmtime/Makefile x11-clocks/wmtime/Makefile
--- /usr/ports/x11-clocks/wmtime/Makefile	Thu Aug  3 18:27:03 2000
+++ x11-clocks/wmtime/Makefile	Wed Nov  1 09:34:52 2000
@@ -15,7 +15,6 @@
 WRKSRC=		${WRKDIR}/wmtime.app/wmtime
 USE_IMAKE=	yes
 USE_XPM=	yes
-NO_INSTALL_MANPAGES= 1
 
 post-extract:
 	${CP} ${WRKSRC}/../Imakefile ${WRKSRC}/Imakefile
diff -urN -xCVS /usr/ports/x11-clocks/wmtime/files/patch-ab x11-clocks/wmtime/files/patch-ab
--- /usr/ports/x11-clocks/wmtime/files/patch-ab	Thu Jan  1 09:00:00 1970
+++ x11-clocks/wmtime/files/patch-ab	Wed Nov  1 09:27:20 2000
@@ -0,0 +1,9 @@
+--- Imakefile.orig	Wed Nov  1 09:26:11 2000
++++ Imakefile	Wed Nov  1 09:26:51 2000
+@@ -13,5 +13,5 @@
+                 misc.o \
+                 list.o
+ 
+-ComplexProgramTarget(wmtime)
++ComplexProgramTargetNoMan(wmtime)
+ 

>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?20001212221553.374755DDD>