FreeBSD Bugzilla – Attachment 61566 Details for
Bug 92231
[MAINTAINER-UPDATE] x11-toolkits/libsexy{mm} to 0.1.5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
libsexy-0.1.3_1-0.1.5.diff
libsexy-0.1.3_1-0.1.5.diff (text/plain), 2.50 KB, created by
Andreas Kohn
on 2006-01-23 23:40:03 UTC
(
hide
)
Description:
libsexy-0.1.3_1-0.1.5.diff
Filename:
MIME Type:
Creator:
Andreas Kohn
Created:
2006-01-23 23:40:03 UTC
Size:
2.50 KB
patch
obsolete
>Index: distinfo >=================================================================== >--- distinfo (revision 488) >+++ distinfo (working copy) >@@ -1,2 +1,3 @@ >-MD5 (libsexy-0.1.3.1.tar.gz) = bffbbfb23d4b8560517e2beb59a3a4a0 >-SIZE (libsexy-0.1.3.1.tar.gz) = 314762 >+MD5 (libsexy-0.1.5.tar.gz) = e726d86193aa963221a9797f6d6b4288 >+SHA256 (libsexy-0.1.5.tar.gz) = 2d2d0748b097ec5bafe1303d9320df59244667e0fee85c09ac9307df8c1301c5 >+SIZE (libsexy-0.1.5.tar.gz) = 331558 >Index: files/patch-libsexy-sexy-spell-entry.c >=================================================================== >--- files/patch-libsexy-sexy-spell-entry.c (revision 528) >+++ files/patch-libsexy-sexy-spell-entry.c (working copy) >@@ -1,37 +1,48 @@ >---- libsexy/sexy-spell-entry.c.orig Fri Oct 14 20:20:45 2005 >-+++ libsexy/sexy-spell-entry.c Sun Nov 13 13:21:06 2005 >-@@ -799,12 +799,14 @@ >+--- libsexy/sexy-spell-entry.c.orig Wed Nov 16 04:45:57 2005 >++++ libsexy/sexy-spell-entry.c Thu Jan 12 00:57:57 2006 >+@@ -880,10 +880,10 @@ >+ static gchar * >+ get_lang_from_dict(struct EnchantDict *dict) >+ { >++ gchar *lang; >+ if (!have_enchant) >+ return NULL; >+ >+- gchar *lang; >+ enchant_dict_describe(dict, get_lang_from_dict_cb, &lang); >+ return lang; >+ } >+@@ -938,14 +938,14 @@ > GSList * > sexy_spell_entry_get_languages(const SexySpellEntry *entry) > { >-+#ifdef HAVE_ENCHANT_BROKER_LIST_DICTS > + GSList *langs = NULL; >-+#endif > + > g_return_val_if_fail(entry != NULL, NULL); > g_return_val_if_fail(SEXY_IS_SPELL_ENTRY(entry), NULL); > >- #ifdef HAVE_ENCHANT_BROKER_LIST_DICTS >+ if (enchant_broker_list_dicts == NULL) >+ return NULL; >+ > - GSList *langs = NULL; > - > if (!entry->priv->broker) > return NULL; > >-@@ -866,13 +868,15 @@ >+@@ -1002,14 +1002,14 @@ > gboolean > sexy_spell_entry_activate_language(SexySpellEntry *entry, const gchar *lang, GError **error) > { >-+#ifdef HAVE_ENCHANT > + gboolean ret; >-+#endif > + > g_return_val_if_fail(entry != NULL, FALSE); > g_return_val_if_fail(SEXY_IS_SPELL_ENTRY(entry), FALSE); > g_return_val_if_fail(lang != NULL && lang != '\0', FALSE); > >- #ifdef HAVE_ENCHANT >+ if (!have_enchant) >+ return FALSE; >+- > - gboolean ret; >-- >+ > if (error) > g_return_val_if_fail(*error == NULL, FALSE); >- >Index: Makefile >=================================================================== >--- Makefile (revision 528) >+++ Makefile (working copy) >@@ -6,8 +6,7 @@ > # > > PORTNAME= libsexy >-PORTVERSION= 0.1.3.1 >-PORTREVISION= 1 >+PORTVERSION= 0.1.5 > CATEGORIES= x11-toolkits devel > MASTER_SITES= http://osiris.chipx86.com/projects/libsexy/releases/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 92231
: 61566 |
61567