Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Dec 2000 23:01:38 +0900 (JST)
From:      k5@cheerful.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/23690: fix: sysutils/xloadface X manpage error with XFree86-4 
Message-ID:  <20001220140138.BD6285E21@kyoto-tc012-p143.alpha-net.ne.jp>
Resent-Message-ID: <200012201410.eBKEA2C44572@freefall.freebsd.org>

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

>Number:         23690
>Category:       ports
>Synopsis:       fix: sysutils/xloadface 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:   Wed Dec 20 06:10: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:

diff -urN -xCVS /usr/ports/sysutils/xloadface/Makefile sysutils/xloadface/Makefile
--- /usr/ports/sysutils/xloadface/Makefile	Sat Apr 22 19:13:58 2000
+++ sysutils/xloadface/Makefile	Wed Nov  1 21:01:28 2000
@@ -19,9 +19,12 @@
 XLOADFACEDIR=	$(X11BASE)/lib/X11/xloadface
 
 MAN1=		xloadface.1
+MANLANG=	ja
+
+pre-build:
+	${LOCALBASE}/bin/nkf -e ${WRKSRC}/xloadface.1 > ${WRKSRC}/xloadface.man
 
 pre-install:
-	@nkf -e ${WRKSRC}/xloadface.1 > ${WRKSRC}/xloadface.man
 	${MKDIR} $(XLOADFACEDIR)
 	${INSTALL_DATA} ${WRKSRC}/README $(XLOADFACEDIR)
 	${INSTALL_DATA} ${WRKSRC}/host_org.sample $(XLOADFACEDIR)
diff -urN -xCVS /usr/ports/sysutils/xloadface/files/patch-01 sysutils/xloadface/files/patch-01
--- /usr/ports/sysutils/xloadface/files/patch-01	Sat Dec  7 08:02:10 1996
+++ sysutils/xloadface/files/patch-01	Wed Nov  1 21:04:01 2000
@@ -1,7 +1,8 @@
---- Imakefile.orig	Tue Feb 18 17:59:43 1992
-+++ Imakefile	Fri Dec  6 14:27:44 1996
-@@ -11,4 +11,3 @@
+--- Imakefile.orig	Wed Feb 19 10:59:43 1992
++++ Imakefile	Wed Nov  1 21:03:59 2000
+@@ -11,4 +11,4 @@
  SYS_LIBRARIES = -lm
  
  ComplexProgramTarget(xloadface)
 -InstallManPage(xloadface.1,$(MANDIR)/xalive.n)
++InstallManPage(xloadface,$(MANPATH)/ja/man1)

>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?20001220140138.BD6285E21>