Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Nov 1999 15:07:55 -0500 (EST)
From:      Mikhail Teterin <mi@misha.cisco.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        jmz@freebsd.org
Subject:   ports/14955: XFree86-port does not support ru_SU.* locale
Message-ID:  <199911172007.PAA64250@misha.cisco.com>

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

>Number:         14955
>Category:       ports
>Synopsis:       XFree86-port does not support ru_SU.* locale
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 17 12:10:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Mikhail Teterin
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
Virtual Estates, Inc.
>Environment:

	LANG=ru_SU.KOI8-R

>Description:

	The XFree86 consider  the ru_SU to be an obsolete  alias of ru_RU.
	In fact, FreeBSD supports it, which I think is "The Right Thing".

	But  now  all of  the  X-clients  whine  that  the locale  is  not
	supported by Xlib and fall back to C.

>How-To-Repeat:

	env LANG=ru_SU.KOI8-R xterm

>Fix:

	The  following patch  needs  to  be added  to  the XFree86  port's
	patches  directory. The  define  INCLUDE_ru_SU  is NOT  referenced
	anywhere else in the XFree86 tree.

--- nls/locale.alias.orig	Wed Jun  2 03:50:05 1999
+++ nls/locale.alias	Wed Nov 17 14:57:22 1999
@@ -281,10 +281,8 @@
 ru_RU						ru_RU.ISO8859-5
 ru_RU.iso88595					ru_RU.ISO8859-5
-#if defined(INCLUDE_ru_SU)
 XCOMM ru_SU is redundant now
 ru_SU						ru_RU.ISO8859-5
 ru_SU.ISO8859-5					ru_RU.ISO8859-5
 ru_SU.KOI8-R					ru_RU.KOI8-R
-#endif
 sh						sh_YU.ISO8859-2
 sh_HR.iso88592					sh_HR.ISO8859-2

>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?199911172007.PAA64250>