Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jan 2006 00:38:43 +0100
From:      "Andreas Kohn" <andreas@syndrom23.de>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/92231: [MAINTAINER-UPDATE] x11-toolkits/libsexy{mm} to 0.1.5
Message-ID:  <1138059523.28603@klamath.syndrom23.de>
Resent-Message-ID: <200601232340.k0NNe3mg053037@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         92231
>Category:       ports
>Synopsis:       [MAINTAINER-UPDATE] x11-toolkits/libsexy{mm} to 0.1.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 23 23:40:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Andreas Kohn
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:


System: FreeBSD 7.0-CURRENT #26: Sun Jan 22 14:59:31 CET 2006
    root@klamath.syndrom23.de:/usr/obj/usr/src/sys/KLAMATH



>Description:


Mostly fixes for memory leaks and crashes. 

version 0.1.4: skipped, no major changes (some streamling and fixing)

There are python bindings available on the master site, I'm working on the port for those for completeness.


>How-To-Repeat:





>Fix:


--- libsexy-0.1.3_1-0.1.5.diff begins here ---
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/
 
--- libsexy-0.1.3_1-0.1.5.diff ends here ---






--- libsexymm-0.1.3-0.1.5.diff begins here ---
Index: distinfo
===================================================================
--- distinfo	(revision 488)
+++ distinfo	(working copy)
@@ -1,2 +1,3 @@
-MD5 (libsexymm-0.1.3.tar.gz) = f5efa414b48c204c7bac98451d5f6e99
-SIZE (libsexymm-0.1.3.tar.gz) = 306224
+MD5 (libsexymm-0.1.5.tar.gz) = 99dfdc2bc5fcd487deee5892dd71d91d
+SHA256 (libsexymm-0.1.5.tar.gz) = 138fa7f614bdd33222b85e4d72331da7e1d498cad69cf0a69d000344b8a7ad38
+SIZE (libsexymm-0.1.5.tar.gz) = 327796
Index: Makefile
===================================================================
--- Makefile	(revision 529)
+++ Makefile	(working copy)
@@ -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/
 
--- libsexymm-0.1.3-0.1.5.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1138059523.28603>