pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/gedit Added two patches that are needed for gc...
details: https://anonhg.NetBSD.org/pkgsrc/rev/123f10a8f4c5
branches: trunk
changeset: 492256:123f10a8f4c5
user: rillig <rillig%pkgsrc.org@localhost>
date: Fri Apr 08 05:39:04 2005 +0000
description:
Added two patches that are needed for gcc-2.95. Approved by jlam.
diffstat:
editors/gedit/distinfo | 4 +++-
editors/gedit/patches/patch-aa | 16 ++++++++++++++++
editors/gedit/patches/patch-ab | 19 +++++++++++++++++++
3 files changed, 38 insertions(+), 1 deletions(-)
diffs (55 lines):
diff -r 7c56e339a030 -r 123f10a8f4c5 editors/gedit/distinfo
--- a/editors/gedit/distinfo Fri Apr 08 03:16:38 2005 +0000
+++ b/editors/gedit/distinfo Fri Apr 08 05:39:04 2005 +0000
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.16 2005/03/27 12:29:24 jmmv Exp $
+$NetBSD: distinfo,v 1.17 2005/04/08 05:39:04 rillig Exp $
SHA1 (gedit-2.10.1.tar.bz2) = 59bf2069b13f396709b142a9632166d1700ad9c7
RMD160 (gedit-2.10.1.tar.bz2) = 6ddaefc713ceb5c2be17520ed25bc10d386128cf
Size (gedit-2.10.1.tar.bz2) = 3154246 bytes
+SHA1 (patch-aa) = 3ef674ae52c500cb5807028c4328dad547cc7fa6
+SHA1 (patch-ab) = 5311afa2b4276ab337ebfcaabaf170dcd366688d
diff -r 7c56e339a030 -r 123f10a8f4c5 editors/gedit/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/gedit/patches/patch-aa Fri Apr 08 05:39:04 2005 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.4 2005/04/08 05:39:04 rillig Exp $
+
+--- plugins/spell/gedit-spell-checker.c.orig Fri Feb 4 11:37:48 2005
++++ plugins/spell/gedit-spell-checker.c Fri Apr 1 09:20:30 2005
+@@ -363,9 +363,9 @@ gedit_spell_checker_finalize (GObject *o
+ static const GeditLanguage*
+ get_language_from_abrev (const gchar *abrev)
+ {
+- g_return_val_if_fail (abrev != NULL, NULL);
+-
+ const GSList *langs;
++
++ g_return_val_if_fail (abrev != NULL, NULL);
+ langs = gedit_spell_checker_get_available_languages ();
+
+ while (langs != NULL)
diff -r 7c56e339a030 -r 123f10a8f4c5 editors/gedit/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/gedit/patches/patch-ab Fri Apr 08 05:39:04 2005 +0000
@@ -0,0 +1,19 @@
+$NetBSD: patch-ab,v 1.1 2005/04/08 05:39:04 rillig Exp $
+
+--- plugins/taglist/gedit-taglist-plugin-parser.c.orig Wed Jan 12 17:31:09 2005
++++ plugins/taglist/gedit-taglist-plugin-parser.c Fri Apr 1 09:16:44 2005
+@@ -277,11 +277,12 @@ lookup_best_lang (TagList *taglist, cons
+ {
+ const char * const *langs_pointer;
+ gint i;
++ gchar *lang;
++ gint cur_lanking = 1;
+
+ langs_pointer = g_get_language_names ();
+
+- gchar* lang= (gchar*)xmlGetProp (cur, (const xmlChar*) "lang");
+- gint cur_lanking = 1;
++ lang= (gchar*)xmlGetProp (cur, (const xmlChar*) "lang");
+
+ /*
+ * When found a new TagGroup, append the best
Home |
Main Index |
Thread Index |
Old Index