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/23439: fix: sysutils/wmmount X manpage error with XFree86-4 
Message-ID:  <20001210171216.2225B5EFA@kyoto-tc012-p22.alpha-net.ne.jp>
Resent-Message-ID: <200012101720.eBAHK4f03034@freefall.freebsd.org>

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

>Number:         23439
>Category:       ports
>Synopsis:       fix: sysutils/wmmount 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:

diff -urN -xCVS /usr/ports/sysutils/wmmount/Makefile sysutils/wmmount/Makefile
--- /usr/ports/sysutils/wmmount/Makefile	Thu Aug  3 18:26:40 2000
+++ sysutils/wmmount/Makefile	Wed Nov  1 09:36:18 2000
@@ -18,7 +18,6 @@
 
 USE_IMAKE=	yes
 USE_XPM=	yes
-NO_INSTALL_MANPAGES=	yes
 
 post-patch:
 .for file in system.wmmount.eg system.wmmount.sh
diff -urN -xCVS /usr/ports/sysutils/wmmount/files/patch-ac sysutils/wmmount/files/patch-ac
--- /usr/ports/sysutils/wmmount/files/patch-ac	Tue Jul 11 17:59:33 2000
+++ sysutils/wmmount/files/patch-ac	Wed Nov  1 09:05:17 2000
@@ -1,6 +1,6 @@
---- Imakefile.orig     Fri Jun 18 04:41:41 1999
-+++ Imakefile  Tue Jun 27 22:55:53 2000
-@@ -1,7 +1,9 @@
+--- Imakefile.orig	Fri Jun 18 04:41:41 1999
++++ Imakefile	Wed Nov  1 09:04:52 2000
+@@ -1,9 +1,11 @@
  DEPLIBS = $(DEPXLIB)
  XPMLIB = -lXpm
  
@@ -11,3 +11,6 @@
  
  SRCS = dockapp.c wmmount.c
  OBJS = dockapp.o wmmount.o
+ 
+-ComplexProgramTarget(wmmount)
++ComplexProgramTargetNoMan(wmmount)

>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.2225B5EFA>