From owner-freebsd-ports Wed Nov 17 12:10: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9DE9114CFD for ; Wed, 17 Nov 1999 12:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA17944; Wed, 17 Nov 1999 12:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from misha.cisco.com (misha.cisco.com [171.69.206.50]) by hub.freebsd.org (Postfix) with ESMTP id 3C54F14EE0; Wed, 17 Nov 1999 12:07:56 -0800 (PST) (envelope-from mi@misha.cisco.com) Received: (from mi@localhost) by misha.cisco.com (8.9.3/8.9.1) id PAA64250; Wed, 17 Nov 1999 15:07:55 -0500 (EST) (envelope-from mi) Message-Id: <199911172007.PAA64250@misha.cisco.com> Date: Wed, 17 Nov 1999 15:07:55 -0500 (EST) From: Mikhail Teterin Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@freebsd.org Cc: jmz@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14955: XFree86-port does not support ru_SU.* locale Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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