aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-07-16 12:36:50 +0800
committermarcus <marcus@FreeBSD.org>2002-07-16 12:36:50 +0800
commit0deee62b1fce7040f80f2a86dcc86e5c657caf90 (patch)
treeb7218703c07fb035a3e780afc42c73e1875b0bda /x11
parentea4ae05978f8966d0c0e52dab20c37667a910bd4 (diff)
downloadfreebsd-ports-gnome-0deee62b1fce7040f80f2a86dcc86e5c657caf90.tar.gz
freebsd-ports-gnome-0deee62b1fce7040f80f2a86dcc86e5c657caf90.tar.zst
freebsd-ports-gnome-0deee62b1fce7040f80f2a86dcc86e5c657caf90.zip
Fix a problem with GNOME and XIM compatibility. Bump PORTREVISION.
PR: 40125 Submitted by: sf Pointy hat to: marcus
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome-libs/Makefile1
-rw-r--r--x11/gnome-libs/files/patch-bl13
-rw-r--r--x11/gnomelibs/Makefile1
-rw-r--r--x11/gnomelibs/files/patch-bl13
4 files changed, 12 insertions, 16 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile
index 1ec3cb30830a..4e9ed1846e29 100644
--- a/x11/gnome-libs/Makefile
+++ b/x11/gnome-libs/Makefile
@@ -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
diff --git a/x11/gnome-libs/files/patch-bl b/x11/gnome-libs/files/patch-bl
index 02b86a246a0e..697982d90d84 100644
--- a/x11/gnome-libs/files/patch-bl
+++ b/x11/gnome-libs/files/patch-bl
@@ -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;
diff --git a/x11/gnomelibs/Makefile b/x11/gnomelibs/Makefile
index 1ec3cb30830a..4e9ed1846e29 100644
--- a/x11/gnomelibs/Makefile
+++ b/x11/gnomelibs/Makefile
@@ -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
diff --git a/x11/gnomelibs/files/patch-bl b/x11/gnomelibs/files/patch-bl
index 02b86a246a0e..697982d90d84 100644
--- a/x11/gnomelibs/files/patch-bl
+++ b/x11/gnomelibs/files/patch-bl
@@ -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;