Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jun 2000 21:14:50 +0400 (MSD)
From:      babolo@links.ru
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19146: ports/russian/messarge places russian mans in ASCII dir (patch)
Message-ID:  <200006091714.VAA27728@aaz.links.ru>

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

>Number:         19146
>Category:       ports
>Synopsis:       ports/russian/messarge places russian mans in ASCII dir
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 09 10:20:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Aleksandr A. Babaylov
>Release:        FreeBSD 4.X
>Organization:
home
>Environment:

	N/A

>Description:

russian/messarge port places russian man pages in
LOCALBASE/man/man1 so native /usr/bin/man do not display it properly.

>How-To-Repeat:

cd /usr/ports/russian/messarge
make install
man messarge

>Fix:

diff -ruN messarge.old/Makefile messarge/Makefile
--- messarge.old/Makefile	Sun Jun  4 23:08:00 2000
+++ messarge/Makefile	Fri Jun  9 20:36:20 2000
@@ -14,6 +14,7 @@
 MAINTAINER=	.@babolo.ru
 
 MAN1=		messarge.1 mesraw.1 mesdbc.1 mesarc.1 mestun.1
+MANLANG=	ru.KOI8-R
 MANCOMPRESSED=	yes
 
 .include <bsd.port.mk>
diff -ruN messarge.old/patches/patch-aa messarge/patches/patch-aa
--- messarge.old/patches/patch-aa	Thu Jan  1 03:00:00 1970
+++ messarge/patches/patch-aa	Fri Jun  9 20:59:48 2000
@@ -0,0 +1,11 @@
+--- Makefile.orig	Mon May 29 03:56:00 2000
++++ Makefile	Fri Jun  9 20:58:21 2000
+@@ -20,7 +20,7 @@
+ 
+ PREFIX	?= /usr/local
+ BINDIR	?= ${PREFIX}/bin
+-MAN1DIR	?= ${PREFIX}/man/man1
++MAN1DIR	?= ${PREFIX}/man/ru.KOI8-R/man1
+ EXDIR	?= ${PREFIX}/share/examples/messarge
+ 
+ MESRDBC	= \"mesdbc\"

>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?200006091714.VAA27728>