summaryrefslogtreecommitdiff
path: root/devel/libgnome/patches
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libgnome/patches')
-rw-r--r--devel/libgnome/patches/patch-aa14
-rw-r--r--devel/libgnome/patches/patch-ac12
-rw-r--r--devel/libgnome/patches/patch-ae4
3 files changed, 17 insertions, 13 deletions
diff --git a/devel/libgnome/patches/patch-aa b/devel/libgnome/patches/patch-aa
index 95cbc222b13..632c8d62b17 100644
--- a/devel/libgnome/patches/patch-aa
+++ b/devel/libgnome/patches/patch-aa
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.5 2003/12/14 19:48:04 jmmv Exp $
+$NetBSD: patch-aa,v 1.6 2004/04/01 18:22:04 jmmv Exp $
---- gnome-data/Makefile.in.orig 2003-10-26 01:53:29.000000000 +0000
-+++ gnome-data/Makefile.in 2003-10-26 01:53:42.000000000 +0000
-@@ -141,7 +141,7 @@
- cxxflags_set = @cxxflags_set@
+--- gnome-data/Makefile.in.orig 2004-03-09 20:18:25.000000000 +0100
++++ gnome-data/Makefile.in
+@@ -146,7 +146,7 @@ WARN_CXXFLAGS = @WARN_CXXFLAGS@
+ YACC = @YACC@
gnomelocaledir = @gnomelocaledir@
-soundlistdir = $(sysconfdir)/sound/events
+soundlistdir = $(datadir)/examples/libgnome/sound/events
- soundlist_in_files = gnome-2.soundlist.in gtk-events-2.soundlist.in
-
+ soundlist_in_files = \
+ gnome-2.soundlist.in \
diff --git a/devel/libgnome/patches/patch-ac b/devel/libgnome/patches/patch-ac
index 1f36fb1438d..3c726154846 100644
--- a/devel/libgnome/patches/patch-ac
+++ b/devel/libgnome/patches/patch-ac
@@ -1,6 +1,8 @@
-$NetBSD: patch-ac,v 1.3 2003/02/15 13:30:50 jmmv Exp $
+$NetBSD: patch-ac,v 1.4 2004/04/01 18:22:04 jmmv Exp $
---- libgnome/gnome-init.c.orig 2002-11-22 14:47:27.000000000 +0100
+http://bugzilla.gnome.org/show_bug.cgi?id=106117
+
+--- libgnome/gnome-init.c.orig 2004-03-16 11:44:07.000000000 +0100
+++ libgnome/gnome-init.c
@@ -53,6 +53,8 @@
@@ -19,7 +21,7 @@ $NetBSD: patch-ac,v 1.3 2003/02/15 13:30:50 jmmv Exp $
+ if (libgnome_mkdir (gnome_user_dir, 0700) < 0) { /* private permissions, but we
don't check that we got them */
if (errno != EEXIST) {
- fprintf(stderr, _("Could not create per-user gnome configuration directory `%s': %s\n"),
+ g_printerr (_("Could not create per-user gnome configuration directory `%s': %s\n"),
@@ -308,7 +310,7 @@ libgnome_userdir_setup (gboolean create_
}
}
@@ -36,9 +38,9 @@ $NetBSD: patch-ac,v 1.3 2003/02/15 13:30:50 jmmv Exp $
- if (mkdir (gnome_user_accels_dir, 0700) < 0) {
+ if (libgnome_mkdir (gnome_user_accels_dir, 0700) < 0) {
if (errno != EEXIST) {
- fprintf(stderr, _("Could not create gnome accelerators directory `%s': %s\n"),
+ g_printerr (_("Could not create gnome accelerators directory `%s': %s\n"),
gnome_user_accels_dir, strerror(errno));
-@@ -462,3 +464,24 @@ libgnome_module_info_get (void)
+@@ -461,3 +463,24 @@ libgnome_module_info_get (void)
return &module_info;
}
diff --git a/devel/libgnome/patches/patch-ae b/devel/libgnome/patches/patch-ae
index 7f13f826264..a14dfd5bfab 100644
--- a/devel/libgnome/patches/patch-ae
+++ b/devel/libgnome/patches/patch-ae
@@ -1,4 +1,6 @@
-$NetBSD: patch-ae,v 1.1 2003/02/15 13:30:50 jmmv Exp $
+$NetBSD: patch-ae,v 1.2 2004/04/01 18:22:04 jmmv Exp $
+
+http://bugzilla.gnome.org/show_bug.cgi?id=106117
--- libgnome/gnome-config.c.orig 2002-07-12 14:44:10.000000000 +0200
+++ libgnome/gnome-config.c