[MacPorts] #25729: update midori to 0.2.6
MacPorts
noreply at macports.org
Tue Sep 14 10:58:17 PDT 2010
#25729: update midori to 0.2.6
---------------------------------+------------------------------------------
Reporter: elelay@… | Owner: afb@…
Type: update | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.9.1
Keywords: | Port: midori
---------------------------------+------------------------------------------
Comment(by elelay@…):
Meanwhile, midori 0.2.7 has been released.
I don't know if you have taken a close look at midori/main.c.
Just in case, I'll restate the rationale for patching it.
Here is the interesting bit :
{{{
1131 /* Ignore files which don't have the correct suffix
*/
1132 if (!g_str_has_suffix (filename, G_MODULE_SUFFIX))
1133 continue;
}}}
What it does is scan the extensions directory for *.so and then use a glib
(or gobject I don't know) facility to load the extension. It makes sense
for a linux program. What the patch does is override the definition of
G_MODULE_SUFFIX to .dylib, so that midori finds the libraries.
What throwing bundles at this will add ?
--
Ticket URL: <http://trac.macports.org/ticket/25729#comment:6>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list