1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update to 0.1.5

PR:		ports/92231
Submitted by:	Andreas Kohn <andreas@syndrom23.de> (maintainer)
This commit is contained in:
Pav Lucistnik 2006-01-24 11:40:46 +00:00
parent bb312b9c00
commit f20193c85a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154339
5 changed files with 31 additions and 19 deletions

View File

@ -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/

View File

@ -1,3 +1,4 @@
MD5 (libsexy-0.1.3.1.tar.gz) = bffbbfb23d4b8560517e2beb59a3a4a0
SHA256 (libsexy-0.1.3.1.tar.gz) = f0e2701fbef7ae3057896844a53efc8ad6ad4a329cbd637c276604fab54d320a
MD5 (libsexy-0.1.5.tar.gz) = e726d86193aa963221a9797f6d6b4288
SHA256 (libsexy-0.1.5.tar.gz) = 2d2d0748b097ec5bafe1303d9320df59244667e0fee85c09ac9307df8c1301c5
SIZE (libsexy-0.1.5.tar.gz) = 331558
SIZE (libsexy-0.1.3.1.tar.gz) = 314762

View File

@ -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
- gboolean ret;
if (!have_enchant)
return FALSE;
-
- gboolean ret;
if (error)
g_return_val_if_fail(*error == NULL, FALSE);

View File

@ -6,7 +6,7 @@
#
PORTNAME= libsexymm
PORTVERSION= 0.1.3
PORTVERSION= 0.1.5
CATEGORIES= x11-toolkits devel
MASTER_SITES= http://osiris.chipx86.com/projects/libsexy/releases/

View File

@ -1,3 +1,4 @@
MD5 (libsexymm-0.1.3.tar.gz) = f5efa414b48c204c7bac98451d5f6e99
SHA256 (libsexymm-0.1.3.tar.gz) = cfedc47e7fb6b37d7b88b6fd9c9275cf730bc9896c2b79219ad55310c78ed30c
MD5 (libsexymm-0.1.5.tar.gz) = 99dfdc2bc5fcd487deee5892dd71d91d
SHA256 (libsexymm-0.1.5.tar.gz) = 138fa7f614bdd33222b85e4d72331da7e1d498cad69cf0a69d000344b8a7ad38
SIZE (libsexymm-0.1.5.tar.gz) = 327796
SIZE (libsexymm-0.1.3.tar.gz) = 306224