Fix a problem with GNOME and XIM compatibility. Bump PORTREVISION.

PR:		40125
Submitted by:	sf
Pointy hat to:	marcus
This commit is contained in:
Joe Marcus Clarke 2002-07-16 04:36:50 +00:00
parent 9a817a236f
commit a84873dac8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63064
4 changed files with 12 additions and 16 deletions

View File

@ -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

View File

@ -1,16 +1,13 @@
$FreeBSD$
--- 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 @@
--- gnome-init.c.orig Tue May 14 06:32:19 2002
+++ gnome-init.c Tue Jul 16 00:33:12 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 +17,7 @@ $FreeBSD$
- } else
- ctype_set = FALSE;
-
- gtk_set_locale ();
gtk_set_locale ();
-
- if (ctype_set) {
- char *setme;

View File

@ -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

View File

@ -1,16 +1,13 @@
$FreeBSD$
--- 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 @@
--- gnome-init.c.orig Tue May 14 06:32:19 2002
+++ gnome-init.c Tue Jul 16 00:33:12 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 +17,7 @@ $FreeBSD$
- } else
- ctype_set = FALSE;
-
- gtk_set_locale ();
gtk_set_locale ();
-
- if (ctype_set) {
- char *setme;