Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Dec 2000 06:26:13 +0900 (JST)
From:      k5@cheerful.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/23481: fix: audio/wmcdplay X manpage error with XFree86-4 
Message-ID:  <20001211212613.62D7C5DFE@kyoto-tc012-p14.alpha-net.ne.jp>
Resent-Message-ID: <200012112130.eBBLU1500939@freefall.freebsd.org>

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

>Number:         23481
>Category:       ports
>Synopsis:       fix: audio/wmcdplay 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:   Mon Dec 11 13:30:00 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 who claims no longer maintains this,
	so pass it to ports@FreeBSD.org.

>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/audio/wmcdplay/Makefile audio/wmcdplay/Makefile
--- /usr/ports/audio/wmcdplay/Makefile	Thu Aug  3 18:22:29 2000
+++ audio/wmcdplay/Makefile	Mon Dec 11 23:45:37 2000
@@ -12,12 +12,11 @@
 DISTNAME=	wmcdplay-1.0-beta1
 EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	clkao@CirX.ORG
+MAINTAINER=	ports@FreeBSD.org
 
 WRKSRC=		${WRKDIR}/wmcdplay
 
 USE_IMAKE=	yes
 USE_XPM=	yes
-NO_INSTALL_MANPAGES=	yes
 
 .include <bsd.port.mk>
diff -urN -xCVS /usr/ports/audio/wmcdplay/files/patch-ab audio/wmcdplay/files/patch-ab
--- /usr/ports/audio/wmcdplay/files/patch-ab	Thu Jan  1 09:00:00 1970
+++ audio/wmcdplay/files/patch-ab	Sun Dec 10 17:06:34 2000
@@ -0,0 +1,8 @@
+--- Imakefile.orig	Sun Sep  6 00:11:26 1998
++++ Imakefile	Wed Nov  1 08:58:25 2000
+@@ -5,4 +5,4 @@
+ SRCS = wmcdplay.cc
+ OBJS = wmcdplay.o
+ 
+-ComplexProgramTarget(wmcdplay)
++ComplexProgramTargetNoMan(wmcdplay)

>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?20001211212613.62D7C5DFE>