From babolo@links.ru  Fri Jun  9 10:14:56 2000
Return-Path: <babolo@links.ru>
Received: from aaz.links.ru (aaz.links.ru [193.125.152.37])
	by hub.freebsd.org (Postfix) with ESMTP id B356437C479
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  9 Jun 2000 10:14:52 -0700 (PDT)
	(envelope-from babolo@links.ru)
Received: (from babolo@localhost)
	by aaz.links.ru (8.9.3/8.9.3) id VAA27728;
	Fri, 9 Jun 2000 21:14:50 +0400 (MSD)
Message-Id: <200006091714.VAA27728@aaz.links.ru>
Date: Fri, 9 Jun 2000 21:14:50 +0400 (MSD)
From: babolo@links.ru
Reply-To: .@babolo.ru
To: FreeBSD-gnats-submit@freebsd.org
Subject: ports/russian/messarge places russian mans in ASCII dir (patch)
X-Send-Pr-Version: 3.2

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 09 10:20:00 PDT 2000
>Closed-Date:    Fri Jun 9 16:01:02 PDT 2000
>Last-Modified:  Fri Jun 09 16:01:25 PDT 2000
>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:
State-Changed-From-To: open->closed 
State-Changed-By: will 
State-Changed-When: Fri Jun 9 16:01:02 PDT 2000 
State-Changed-Why:  
Committed, thanks!  I modified your patch so it actually 
creates the MAN1DIR before trying to install the manpage. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=19146 
>Unformatted:
