From owner-freebsd-ports Mon Jan 7 16:40:11 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 4181737B404 for ; Mon, 7 Jan 2002 16:40:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g080e2O83219; Mon, 7 Jan 2002 16:40:02 -0800 (PST) (envelope-from gnats) Received: from mailout04.sul.t-online.com (mailout04.sul.t-online.com [194.25.134.18]) by hub.freebsd.org (Postfix) with ESMTP id BC44337B417 for ; Mon, 7 Jan 2002 16:37:02 -0800 (PST) Received: from fwd11.sul.t-online.de by mailout04.sul.t-online.de with smtp id 16NkGD-0000wY-04; Tue, 08 Jan 2002 01:37:01 +0100 Received: from spirit.corecode.ath.cx (320050403952-0001@[80.128.126.240]) by fmrl11.sul.t-online.com with esmtp id 16NkG8-02CwM4C; Tue, 8 Jan 2002 01:36:56 +0100 Received: from elevation.zuhause.stoert.net (elevation.zuhause.stoert.net [192.168.66.46]) by spirit.corecode.ath.cx (8.11.6/8.11.6) with ESMTP id g080atg91745 for ; Tue, 8 Jan 2002 01:36:55 +0100 (CET) (envelope-from corecode@elevation.zuhause.stoert.net) Received: (from corecode@localhost) by elevation.zuhause.stoert.net (8.11.6/8.11.6) id g080atc38911; Tue, 8 Jan 2002 01:36:55 +0100 (CET) (envelope-from corecode) Message-Id: <200201080036.g080atc38911@elevation.zuhause.stoert.net> Date: Tue, 8 Jan 2002 01:36:55 +0100 (CET) From: "Simon 'corecode' Schubert" Reply-To: "Simon 'corecode' Schubert" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/33667: [PATCH] mozilla locale description still incomplete 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: 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