[gtk-osx] Switch bdw-gc to Github, add libatomic-ops.



commit 92a2ab970053030f1b1e124c5cb550bc5f82c39c
Author: John Ralls <jralls ceridwen us>
Date:   Sun Sep 28 09:51:24 2014 -0700

    Switch bdw-gc to Github, add libatomic-ops.
    
    Boehm's site won't feed the tarball to curl so it doesn't work with jhbuild
    
    bdw-gc-7.2f adds libatomic_ops dependency.

 modulesets-stable/gtk-osx-random.modules |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/modulesets-stable/gtk-osx-random.modules b/modulesets-stable/gtk-osx-random.modules
index 3611f03..0f781d3 100644
--- a/modulesets-stable/gtk-osx-random.modules
+++ b/modulesets-stable/gtk-osx-random.modules
@@ -26,8 +26,6 @@
              href="ftp://ftp.gmplib.org/pub/"/>
   <repository type="git" name="git.gnome.org"
               href="git://git.gnome.org/"/>
-  <repository type="tarball" name="boehm"
-             href="http://www.hboehm.info/"/>
   <repository type="tarball" name="itstool"
              href="http://files.itstool.org/"/>
 
@@ -400,9 +398,16 @@ Libglade itself is deprecated. This is the last release. -->
     </branch>
   </autotools>
 
-  <autotools id="bdw-gc" autogen-sh="configure">
-    <branch repo="boehm" module="gc/gc_source/gc-7.2e.tar.gz" version="7.2e"
-           checkoutdir="gc-7.2"/>
+  <autotools id="libatomic-ops">
+    <branch repo="github.com" module="ivmai/libatomic_ops"
+           revision="libatomic_ops-7_2f"/>
+  </autotools>
+
+  <autotools id="bdw-gc" autogen-template="./autogen.sh &amp;&amp; ./configure --prefix %(prefix)s --libdir 
%(libdir)s %(autogenargs)s">
+    <branch repo="github.com" module="ivmai/bdwgc"  revision="gc7_2f" />
+    <dependencies>
+      <dep package="libatomic-ops"/>
+    </dependencies>
   </autotools>
 
   <autotools id="guile" autogen-sh="configure"


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