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/23433: fix: misc/xquote X manpage error with XFree86-4 
Message-ID:  <20001210171216.0CB735EF8@kyoto-tc012-p22.alpha-net.ne.jp>
Resent-Message-ID: <200012101720.eBAHK4102980@freefall.freebsd.org>

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

>Number:         23433
>Category:       ports
>Synopsis:       fix: misc/xquote 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:03 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/misc/xquote/Makefile misc/xquote/Makefile
--- /usr/ports/misc/xquote/Makefile	Wed Nov  8 08:28:14 2000
+++ misc/xquote/Makefile	Sun Dec 10 17:41:22 2000
@@ -16,6 +16,5 @@
 USE_MOTIF=	yes
 USE_IMAKE=	yes
 USE_XPM=	yes
-NO_INSTALL_MANPAGES=	yes
 
 .include <bsd.port.mk>
diff -urN -xCVS /usr/ports/misc/xquote/files/patch-ad misc/xquote/files/patch-ad
--- /usr/ports/misc/xquote/files/patch-ad	Wed Feb 17 06:23:30 1999
+++ misc/xquote/files/patch-ad	Sun Dec 10 17:41:23 2000
@@ -1,5 +1,5 @@
---- Imakefile.orig	Sat Feb 13 16:01:41 1999
-+++ Imakefile	Sat Feb 13 16:02:13 1999
+--- Imakefile.orig	Wed Nov  5 08:13:15 1997
++++ Imakefile	Wed Nov  1 10:38:34 2000
 @@ -13,7 +13,7 @@
  
  DEFINES = -DSHAPE -DXQUOTE
@@ -9,3 +9,10 @@
  DEPLIBS = 
  
  SRCS =  about.c color.c file.c help.c optdetail.c option.c optnet.c \
+@@ -24,5 +24,5 @@
+ 	opttick.o optupdate.o parse.o pixmap.o remote.o server.o session.o \
+ 	status.o tape.o util.o view.o xquote.o xutil.o
+ 
+-ComplexProgramTarget(Xquote)
++ComplexProgramTargetNoMan(Xquote)
+ InstallAppDefaults(Xquote)

>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.0CB735EF8>