Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2003 19:24:55 +0200 (EET)
From:      Alexandr Kovalenko <never@nevermind.kiev.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47967: [PATCH] russian/openoffice: Add correct encodings
Message-ID:  <200302051724.h15HOtYC043045@kurush.osdn.org.ua>

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

>Number:         47967
>Category:       ports
>Synopsis:       [PATCH] russian/openoffice: Add correct encodings
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 05 09:30:15 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Alexandr Kovalenko
>Release:        FreeBSD 4.7-RELEASE i386
>Organization:
WNet ISP, Kiev, Ukraine, http://wnet.ua/
>Environment:
System: FreeBSD kurush.osdn.org.ua 4.7-RELEASE FreeBSD 4.7-RELEASE #1: Tue Oct 15 17:18:12 EEST 2002 root@kurush.osdn.org.ua:/usr/obj/usr/src/sys/kurush i386

>Description:
	- Add correct encodings to LANG
>How-To-Repeat:
N/A
>Fix:

diff -ruN openoffice.orig/Makefile openoffice/Makefile
--- openoffice.orig/Makefile	Thu Jan 23 01:16:45 2003
+++ openoffice/Makefile	Wed Feb  5 19:22:15 2003
@@ -7,6 +7,10 @@
 
 CATEGORIES=     russian editors
 
+.if !defined (LANG) && !defined(USE_LANG)
+USE_LANG=       ru_RU.KOI8-R
+.endif
+LANG_LIST=      ru_RU.KOI8-R uk_UA.KOI8-U
 LANG_PKGNAME=	ru
 LANG_EXT=	07
 LANG_CONFIGURE_ARG=	RUSS
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302051724.h15HOtYC043045>