[gtk-osx] Update libffi to 3.2.1



commit 3d21f81e40d54e6e5ee6c4f607a52702b163126b
Author: Philip Chimento <philip chimento gmail com>
Date:   Thu Nov 20 21:58:50 2014 -0800

    Update libffi to 3.2.1
    
    Libffi currently fails to build on master
    (https://github.com/atgreen/libffi/issues/150). I recommend overriding
    the tag in your .jhbuildrc-custom:
    
    branches['libffi'] = (None, 'v3.2.1')
    
    However, this isn't hardcoded into the modules file.

 modulesets-stable/gtk-osx.modules |    4 ++--
 modulesets/gtk-osx.modules        |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/modulesets-stable/gtk-osx.modules b/modulesets-stable/gtk-osx.modules
index fc29b2a..89788d7 100644
--- a/modulesets-stable/gtk-osx.modules
+++ b/modulesets-stable/gtk-osx.modules
@@ -82,8 +82,8 @@
 
   <autotools id="libffi" autogenargs="--disable-builddir"
              autogen-sh="configure">
-    <branch module="libffi/libffi-3.0.13.tar.gz" repo="sourceware.org"
-            version="3.0.13" checkoutdir="atgreen-libffi-873d687"/>
+    <branch module="libffi/libffi-3.2.1.tar.gz" repo="sourceware.org"
+            version="3.2.1"/>
   </autotools>
 
 <!-- This is the latest 0.10 version. Later versions are 1.29 and intended to work with glib 2.29; the minor 
version of gobject-introspection will track the minor version of glib that it's intended to work with. Note 
that in the unlikely event you need to introspect Gtk+-2.0, you need to build Glib 1.28 and use this 
gobject-introspection. The default is to *not* introspect Gtk+-2.0 and to use the latest GLib and 
Gobject-Introspection with Gtk3 -->
diff --git a/modulesets/gtk-osx.modules b/modulesets/gtk-osx.modules
index 1c1f8de..f18393f 100644
--- a/modulesets/gtk-osx.modules
+++ b/modulesets/gtk-osx.modules
@@ -75,7 +75,7 @@
   </autotools>
 
   <autotools id="libffi" autogenargs="--disable-builddir">
-    <branch module="atgreen/libffi" repo="github" tag="v3.0.11"/>
+    <branch module="atgreen/libffi" repo="github" tag="v3.2.1"/>
   </autotools>
 
   <autotools id="gobject-introspection-10">


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]