From owner-freebsd-ports Sun Mar 31 0:20:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 68F8437B41C for ; Sun, 31 Mar 2002 00:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2V8K1027685; Sun, 31 Mar 2002 00:20:01 -0800 (PST) (envelope-from gnats) Received: from mailout01.sul.t-online.com (mailout01.sul.t-online.com [194.25.134.80]) by hub.freebsd.org (Postfix) with ESMTP id 4118137B417 for ; Sun, 31 Mar 2002 00:13:21 -0800 (PST) Received: from fwd03.sul.t-online.de by mailout01.sul.t-online.com with smtp id 16raRb-0004vI-00; Sun, 31 Mar 2002 10:12:07 +0200 Received: from spirit.zuhause.stoert.net (320050403952-0001@[217.224.165.211]) by fmrl03.sul.t-online.com with esmtp id 16raRN-1hYIwiC; Sun, 31 Mar 2002 10:11:53 +0200 Received: from elevation.zuhause.stoert.net (elevation.zuhause.stoert.net [192.168.66.46]) by spirit.zuhause.stoert.net (8.11.6/8.11.6) with ESMTP id g2V8BnR96537 for ; Sun, 31 Mar 2002 10:11:49 +0200 (CEST) (envelope-from corecode@corecode.ath.cx) Received: (from corecode@localhost) by elevation.zuhause.stoert.net (8.11.6/8.11.6) id g2V8BaK87292; Sun, 31 Mar 2002 10:11:36 +0200 (CEST) (envelope-from corecode) Message-Id: <200203310811.g2V8BaK87292@elevation.zuhause.stoert.net> Date: Sun, 31 Mar 2002 10:11:36 +0200 (CEST) From: "Simon 'corecode' Schubert" Reply-To: "Simon 'corecode' Schubert" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/36565: x11/XFree86-4-libraries doesn't install en_US.ISO8859-15 locale Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36565 >Category: ports >Synopsis: x11/XFree86-4-libraries doesn't install en_US.ISO8859-15 locale >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 31 00:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Simon 'corecode' Schubert >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD elevation.zuhause.stoert.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Fri Mar 22 19:08:08 CET 2002 corecode@elevation.zuhause.stoert.net:/usr/obj/i386/k7/usr/src/sys/ELEVATION i386 XFree86-4.2.0_1,1 X11R6.5/XFree86 core distribution (complete) XFree86-libraries-4.2.0_1 XFree86-4 include/(shared) library kit >Description: mentioned port does not install en_US.ISO8859-15 locale (missing lines in locale.dir) >How-To-Repeat: LANG=en_US.ISO8859-15 xterm xterm will complain about Xlib not supporting this locale. >Fix: i don't know the structure of this port, but following patch solved the problem, so this should somewhere be adapted. --- locale.dir~ Sun Mar 31 10:04:55 2002 +++ /usr/X11R6/lib/X11/locale/locale.dir Sun Mar 31 10:01:53 2002 @@ -68,6 +68,7 @@ iso8859-1/XLC_LOCALE en_TT.ISO8859-1 iso8859-1/XLC_LOCALE en_UK.ISO8859-1 iso8859-1/XLC_LOCALE en_US.ISO8859-1 +iso8859-15/XLC_LOCALE en_US.ISO8859-15 iso8859-1/XLC_LOCALE en_ZA.ISO8859-1 iso8859-3/XLC_LOCALE eo_EO.ISO8859-3 iso8859-3/XLC_LOCALE eo_XX.ISO8859-3 @@ -431,6 +432,7 @@ iso8859-1/XLC_LOCALE: en_TT.ISO8859-1 iso8859-1/XLC_LOCALE: en_UK.ISO8859-1 iso8859-1/XLC_LOCALE: en_US.ISO8859-1 +iso8859-15/XLC_LOCALE: en_US.ISO8859-15 iso8859-1/XLC_LOCALE: en_ZA.ISO8859-1 iso8859-3/XLC_LOCALE: eo_EO.ISO8859-3 iso8859-3/XLC_LOCALE: eo_XX.ISO8859-3 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message