Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jul 2002 01:33:06 +0900
From:      FUJISHIMA Satsuki <sf@FreeBSD.org>
To:        gnome@FreeBSD.org
Cc:        markus@FreeBSD.org
Subject:   fix: gnomelibs-1.4.1.7 is broken in XIM
Message-ID:  <867kjx0x4t.wl@gray.plala.or.jp>

next in thread | raw e-mail | index | archive | help
gnomelibs/files/patch-bl rev1.3 removes essential function,
gtk_set_locale(). Due to this mistake we can't use XIM on any GNOME
applications. I don't understand why markus has made this change but I
want to use skkinput on my galeon. :-)

http://www.freebsd.org/cgi/cvsweb.cgi/ports/x11/gnomelibs/files/patch-bl.diff?r1=1.2&r2=1.3
I suspect that gnome_segv_setup() and gtk_set_locale() are mistakenly
removed here.

-- 
FUJISHIMA Satsuki

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11/gnomelibs/Makefile,v
retrieving revision 1.101
diff -u -r1.101 Makefile
--- Makefile	11 Jul 2002 17:16:10 -0000	1.101
+++ Makefile	15 Jul 2002 16:12:14 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	gnomelibs
 PORTVERSION=	1.4.1.7
+PORTREVISION=	1
 CATEGORIES?=	x11 gnome
 MASTER_SITES=	${MASTER_SITE_GNOME}
 MASTER_SITE_SUBDIR=	stable/sources/gnome-libs
Index: files/patch-bl
===================================================================
RCS file: /home/ncvs/ports/x11/gnomelibs/files/patch-bl,v
retrieving revision 1.3
diff -u -r1.3 patch-bl
--- files/patch-bl	24 May 2002 03:26:43 -0000	1.3
+++ files/patch-bl	15 Jul 2002 16:11:37 -0000
@@ -1,16 +1,16 @@
 
 $FreeBSD: ports/x11/gnomelibs/files/patch-bl,v 1.3 2002/05/24 03:26:43 marcus Exp $
 
---- libgnomeui/gnome-init.c.orig	Tue May 14 06:32:19 2002
-+++ libgnomeui/gnome-init.c	Thu May 23 23:09:44 2002
-@@ -205,32 +205,6 @@
+--- libgnomeui/gnome-init.c.orig	Tue May 14 19:32:19 2002
++++ libgnomeui/gnome-init.c	Tue Jul 16 01:10:40 2002
+@@ -205,32 +205,8 @@
  	switch(reason) {
  	case POPT_CALLBACK_REASON_PRE:
                  {
 -                        char *ctype, *old_ctype = NULL;
 -                        gboolean ctype_set;
 -
--                        gnome_segv_setup (FALSE);
+                         gnome_segv_setup (FALSE);
 -                        ctype = setlocale (LC_CTYPE, NULL);
 -
 -                        if (ctype && !strcmp(ctype, "C")) {
@@ -20,7 +20,7 @@
 -                        } else
 -                                ctype_set = FALSE;
 -
--                        gtk_set_locale ();
+                         gtk_set_locale ();
 -
 -                        if (ctype_set) {
 -                                char *setme;



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-gnome" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?867kjx0x4t.wl>