diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-05-29 13:34:48 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-05-29 13:34:48 +0000 |
commit | aa127a6bbf0685d1315c477f4e8d16743906ae80 (patch) | |
tree | a804803d5528f666a54007de540ec1211db035dd /editors/gedit | |
parent | d7621795f8b43ba5fad55bc5f97413717e2f44a1 (diff) | |
download | pkgsrc-aa127a6bbf0685d1315c477f4e8d16743906ae80.tar.gz |
Fix build by removing patches obsoleted during the last update.
Diffstat (limited to 'editors/gedit')
-rw-r--r-- | editors/gedit/distinfo | 4 | ||||
-rw-r--r-- | editors/gedit/patches/patch-aa | 16 | ||||
-rw-r--r-- | editors/gedit/patches/patch-ab | 19 |
3 files changed, 1 insertions, 38 deletions
diff --git a/editors/gedit/distinfo b/editors/gedit/distinfo index ea100e58470..2600828b3d8 100644 --- a/editors/gedit/distinfo +++ b/editors/gedit/distinfo @@ -1,7 +1,5 @@ -$NetBSD: distinfo,v 1.18 2005/05/19 21:08:57 jmmv Exp $ +$NetBSD: distinfo,v 1.19 2005/05/29 13:34:48 jmmv Exp $ SHA1 (gedit-2.10.2.tar.bz2) = d4e2818bc2ec1c557ecb2340fa5acbab2f92a929 RMD160 (gedit-2.10.2.tar.bz2) = 927925bc3f626c8ba398a5fa3da97ee665c4cc3c Size (gedit-2.10.2.tar.bz2) = 3171315 bytes -SHA1 (patch-aa) = 3ef674ae52c500cb5807028c4328dad547cc7fa6 -SHA1 (patch-ab) = 5311afa2b4276ab337ebfcaabaf170dcd366688d diff --git a/editors/gedit/patches/patch-aa b/editors/gedit/patches/patch-aa deleted file mode 100644 index 362c1120881..00000000000 --- a/editors/gedit/patches/patch-aa +++ /dev/null @@ -1,16 +0,0 @@ -$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 --git a/editors/gedit/patches/patch-ab b/editors/gedit/patches/patch-ab deleted file mode 100644 index 6e824b8df33..00000000000 --- a/editors/gedit/patches/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ -$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 |