From owner-freebsd-ports Mon Feb 25 17:20:35 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 7118B37B41E for ; Mon, 25 Feb 2002 17:20:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1Q1K5U02675; Mon, 25 Feb 2002 17:20:05 -0800 (PST) (envelope-from gnats) Received: from x20.gugod.org (134.c210-85-11.ethome.net.tw [210.85.11.134]) by hub.freebsd.org (Postfix) with ESMTP id BE31137B402 for ; Mon, 25 Feb 2002 17:17:03 -0800 (PST) Received: by x20.gugod.org (Postfix, from userid 1000) id 163D37149; Tue, 26 Feb 2002 09:18:26 +0800 (CST) Message-Id: <20020226011826.163D37149@x20.gugod.org> Date: Tue, 26 Feb 2002 09:18:26 +0800 (CST) From: Kang-min Liu Reply-To: Kang-min Liu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/35325: gtk_set_locale patch for ports/x11-fonts/gfe 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 Note: There was a bad value `non-cirtical' for the field `>Severity:'. It was set to the default value of `serious'. >Number: 35325 >Category: ports >Synopsis: gtk_set_locale patch for ports/x11-fonts/gfe >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 25 17:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Kang-min Liu >Release: FreeBSD 5.0-CURRENT i386 >Organization: csie.ntu >Environment: System: FreeBSD x20.gugod.org 5.0-CURRENT FreeBSD 5.0-CURRENT #10: Mon Feb 25 17:36:56 CST 2002 root@x20.gugod.org:/usr/obj/usr/src/sys/X20.current i386 >Description: gfe itself doesn't issue gtk_set_locale() while startup. so that it fail to display local message in some dialog box. >How-To-Repeat: >Fix: Apply this patch to ports. diff -ruN gfe.orig/files/patch-src:main.c gfe/files/patch-src:main.c --- gfe.orig/files/patch-src:main.c Thu Jan 1 08:00:00 1970 +++ gfe/files/patch-src:main.c Tue Feb 26 09:12:45 2002 @@ -0,0 +1,11 @@ +diff -ruN src.dist/main.c src/main.c +--- src.dist/main.c Tue Feb 26 09:11:19 2002 ++++ src/main.c Tue Feb 26 09:11:47 2002 +@@ -37,6 +37,7 @@ + int i; + + /* process gtk/X switches */ ++ gtk_set_locale(); + gtk_init(&argc, &argv); + + show_version = FALSE; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message