Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Dec 2000 02:24:14 +0900 (JST)
From:      k5@cheerful.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/23443: fix: mail/ml X manpage error with XFree86-4 
Message-ID:  <20001210172414.2A0415DFE@kyoto-tc012-p22.alpha-net.ne.jp>
Resent-Message-ID: <200012101730.eBAHU1e03975@freefall.freebsd.org>

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

>Number:         23443
>Category:       ports
>Synopsis:       fix: mail/ml 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:30: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.
	MAINTAINER e-mail address albast@xs4all.nl does not availavle.

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

	new file: files/patch-ag

diff -urN -xCVS /usr/ports/mail/ml/Makefile mail/ml/Makefile
--- /usr/ports/mail/ml/Makefile	Fri Apr 14 05:00:09 2000
+++ mail/ml/Makefile	Wed Nov  1 09:36:11 2000
@@ -15,7 +15,6 @@
 WRKSRC=			${WRKDIR}/${DISTNAME}/src
 USE_IMAKE=		yes
 USE_MOTIF=		yes
-NO_INSTALL_MANPAGES=	yes
 
 pre-configure:
 	@${ECHO_MSG} "===>  Building c-client"
diff -urN -xCVS /usr/ports/mail/ml/files/patch-ag mail/ml/files/patch-ag
--- /usr/ports/mail/ml/files/patch-ag	Thu Jan  1 09:00:00 1970
+++ mail/ml/files/patch-ag	Wed Nov  1 07:27:51 2000
@@ -0,0 +1,11 @@
+--- Imakefile.orig	Wed Nov  1 07:26:10 2000
++++ Imakefile	Wed Nov  1 07:27:21 2000
+@@ -118,7 +118,7 @@
+ 
+ SYS_LIBRARIES = $(OTHERLIBS) $(XMLIB) $(XMULIB) $(XTOOLLIB) $(XEXTLIB) $(XLIB) 
+ 
+-ComplexProgramTarget(ml)
++ComplexProgramTargetNoMan(ml)
+ 
+ InstallAppDefaultsLong(../lib/ML,ML)
+ 

>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?20001210172414.2A0415DFE>