aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-01-24 11:40:46 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-01-24 11:40:46 +0000
commitf20193c85a4777b6cacf6e7dabcebede1281b2fd (patch)
treedd38f35907a3848a10a538995b6b5daaef448989 /x11-toolkits
parentbb312b9c00df7e6e2b4b7006c9a67a51bf868307 (diff)
downloadports-f20193c85a4777b6cacf6e7dabcebede1281b2fd.tar.gz
ports-f20193c85a4777b6cacf6e7dabcebede1281b2fd.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/libsexy/Makefile3
-rw-r--r--x11-toolkits/libsexy/distinfo5
-rw-r--r--x11-toolkits/libsexy/files/patch-libsexy-sexy-spell-entry.c35
-rw-r--r--x11-toolkits/libsexymm/Makefile2
-rw-r--r--x11-toolkits/libsexymm/distinfo5
5 files changed, 31 insertions, 19 deletions
diff --git a/x11-toolkits/libsexy/Makefile b/x11-toolkits/libsexy/Makefile
index e9969b65e49f..76ae19e3a37b 100644
--- a/x11-toolkits/libsexy/Makefile
+++ b/x11-toolkits/libsexy/Makefile
@@ -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/
diff --git a/x11-toolkits/libsexy/distinfo b/x11-toolkits/libsexy/distinfo
index d59c08e20301..f62dccf1e3fd 100644
--- a/x11-toolkits/libsexy/distinfo
+++ b/x11-toolkits/libsexy/distinfo
@@ -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
diff --git a/x11-toolkits/libsexy/files/patch-libsexy-sexy-spell-entry.c b/x11-toolkits/libsexy/files/patch-libsexy-sexy-spell-entry.c
index ab29fc724cf8..74a3f9bc922b 100644
--- a/x11-toolkits/libsexy/files/patch-libsexy-sexy-spell-entry.c
+++ b/x11-toolkits/libsexy/files/patch-libsexy-sexy-spell-entry.c
@@ -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);
-
diff --git a/x11-toolkits/libsexymm/Makefile b/x11-toolkits/libsexymm/Makefile
index 3ff499a3e229..b3a9d8329277 100644
--- a/x11-toolkits/libsexymm/Makefile
+++ b/x11-toolkits/libsexymm/Makefile
@@ -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/
diff --git a/x11-toolkits/libsexymm/distinfo b/x11-toolkits/libsexymm/distinfo
index 0884cb43e108..0fe92d1c17e4 100644
--- a/x11-toolkits/libsexymm/distinfo
+++ b/x11-toolkits/libsexymm/distinfo
@@ -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