Bug 45874 - [PATCH] FreeBSD does not know about ca_ES locale
Summary: [PATCH] FreeBSD does not know about ca_ES locale
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: conf (show other bugs)
Version: 4.7-STABLE
Hardware: Any Any
: Normal Affects Only Me
Assignee: Andrey A. Chernov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-30 16:10 UTC by Joan Picanyol i Puig
Modified: 2006-03-04 10:49 UTC (History)
0 users

See Also:


Attachments
ca_ES.patch (2.95 KB, patch)
2002-11-30 16:10 UTC, Joan Picanyol i Puig
no flags Details | Diff
ca_ES.tar.gz (2.30 KB, text/plain)
2002-11-30 16:10 UTC, Joan Picanyol i Puig
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joan Picanyol i Puig 2002-11-30 16:10:01 UTC
	FreeBSD does not know about ca_ES locale: does not include sources for
	it in share/ and does not install it. While many software packages
	still install their .mo translations, some barf on
	LANG=ca_ES.ISO_8859-15. Most annoying symptom is perl complaining about
	a non-existent locale whenever a perl script is run.

Fix: Apply the patch and untar the attached file.
How-To-Repeat: 	grummit:~$ perl -e
	perl: warning: Setting locale failed.
	perl: warning: Please check that your locale settings:
	        LC_ALL = (unset),
	        LANG = "ca_ES.IS0_8859-15"
	    are supported and installed on your system.
	perl: warning: Falling back to the standard locale ("C").
Comment 1 Johan Karlsson freebsd_committer freebsd_triage 2002-12-19 18:57:03 UTC
Responsible Changed
From-To: freebsd-bugs->ache

Over to locale guru.
Comment 2 Andrey A. Chernov freebsd_committer freebsd_triage 2002-12-30 09:11:13 UTC
State Changed
From-To: open->patched

Committed into -current
Comment 3 Matteo Riondato 2005-03-30 18:37:32 UTC
This was fixed and MFCed long time ago.
I think this PR can be closed
Best Regards
-- 
Rionda aka Matteo Riondato
Disinformato per default
G.U.F.I. Staff Member (http://www.gufi.org)
FreeSBIE Developer (http://www.freesbie.org)
Comment 4 Maxim Konovalov 2005-03-30 18:48:36 UTC
On Wed, 30 Mar 2005, 19:37+0200, Matteo Riondato wrote:

> This was fixed and MFCed long time ago.
> I think this PR can be closed

Where was it MFC'ed to?

-- 
Maxim Konovalov
Comment 5 Matteo Riondato 2005-03-30 19:16:14 UTC
On Wed, Mar 30, 2005 at 09:48:36PM +0400, Maxim Konovalov wrote:
> On Wed, 30 Mar 2005, 19:37+0200, Matteo Riondato wrote:
> 
> > This was fixed and MFCed long time ago.
> > I think this PR can be closed
> 
> Where was it MFC'ed to?


Surely on RELENG_5
I just checked on RELENG_4 and it wasn't there :(
-- 
Rionda aka Matteo Riondato
Disinformato per default
G.U.F.I. Staff Member (http://www.gufi.org)
FreeSBIE Developer (http://www.freesbie.org)
Comment 6 Matteo Riondato freebsd_committer freebsd_triage 2006-03-04 10:49:32 UTC
State Changed
From-To: patched->closed

This was fixed long ago