Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jan 2002 01:36:55 +0100 (CET)
From:      "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/33667: [PATCH] mozilla locale description still incomplete
Message-ID:  <200201080036.g080atc38911@elevation.zuhause.stoert.net>

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

>Number:         33667
>Category:       ports
>Synopsis:       [PATCH] mozilla locale description still incomplete
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 07 16:40:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Simon 'corecode' Schubert
>Release:        FreeBSD 4.5-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD elevation.zuhause.stoert.net 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #5: Fri Dec 28 18:45:11 CET 2001 corecode@elevation.zuhause.stoert.net:/usr/obj/usr/src/sys/ELEVATION i386


	
>Description:
	mozilla won't start (as stated in PR ports/33498) when a locale is missing.
	mentioned PR didn't include en_GB for ISO8859-1. this patch fixes the issue.

	i also want to point out that with the new locales committed things
	will still be broken after this patch. i can't test out ATM because
	my system has not been cvsupped since before the update. somebody
	please test this issue.
	
>How-To-Repeat:
	LANG=en_GB.ISO_8859-1 mozilla
	
>Fix:

well i think this applies to all mozilla ports. just tested with mozilla+ipv6

--- mozilla+ipv6/files/patch-intl::uconv::src::unixcharset.properties.orig    Tue Jan  8 01:24:29 2002
+++ mozilla+ipv6/files/patch-intl::uconv::src::unixcharset.properties         Tue Jan  8 01:31:42 2002
@@ -1,9 +1,6 @@
-
-$FreeBSD: ports/www/mozilla+ipv6/files/patch-intl::uconv::src::unixcharset.properties,v 1.1 2002/01/05 07:30:17 sumikawa Exp $
-
---- intl/uconv/src/unixcharset.properties.orig Fri Dec 14 16:40:50 2001
-+++ intl/uconv/src/unixcharset.properties      Thu Jan  3 11:19:16 2002
-@@ -174,6 +174,66 @@
+--- intl/uconv/src/unixcharset.properties.orig Fri Dec 14 15:40:50 2001
++++ intl/uconv/src/unixcharset.properties      Tue Jan  8 01:05:51 2002
+@@ -174,6 +174,67 @@
  locale.all.en_US.ISO8859-1=ISO-8859-1
  #FreeBSD
  locale.all.en_US.ISO_8859-1=ISO-8859-1
@@ -11,6 +8,7 @@
 +locale.all.de_AT.ISO_8859-1=ISO-8859-1
 +locale.all.de_CH.ISO_8859-1=ISO-8859-1
 +locale.all.de_DE.ISO_8859-1=ISO-8859-1
++locale.all.en_GB.ISO_8859-1=ISO-8859-1
 +locale.all.en_AU.ISO_8859-1=ISO-8859-1
 +locale.all.en_CA.ISO_8859-1=ISO-8859-1
 +locale.all.es_ES.ISO_8859-1=ISO-8859-1


	
>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?200201080036.g080atc38911>