[gtk-osx: 7/8] Add boehm-gc (garbage collection) for guile2.



commit b4b4b049c696b2b808ff4c2c178336429e7196e5
Author: John Ralls <jralls ceridwen us>
Date:   Mon Apr 28 14:53:45 2014 -0700

    Add boehm-gc (garbage collection) for guile2.
    
    Mind, guile2 still won't build, but that's another issue.

 modulesets-stable/gtk-osx-random.modules   |   13 +++++++------
 modulesets-unstable/gtk-osx-random.modules |    7 +++++++
 modulesets/gtk-osx-random.modules          |    7 +++++++
 3 files changed, 21 insertions(+), 6 deletions(-)
---
diff --git a/modulesets-stable/gtk-osx-random.modules b/modulesets-stable/gtk-osx-random.modules
index 713050e..5d54a65 100644
--- a/modulesets-stable/gtk-osx-random.modules
+++ b/modulesets-stable/gtk-osx-random.modules
@@ -27,7 +27,7 @@
   <repository type="git" name="git.gnome.org"
               href="git://git.gnome.org/"/>
   <repository type="tarball" name="boehm"
-             href="http://www.hpl.hp.com/personal/Hans_Boehm/"/>
+             href="http://www.hboehm.info/"/>
 
   <metamodule id="meta-gtk-osx-random">
     <dependencies>
@@ -44,8 +44,8 @@
        Github. This is the last release from gnome, and is the last
        known to work on Leopard. -->
   <autotools id="loudmouth" autogenargs="--with-ssl=openssl">
-    <branch version="1.4.3" module="loudmouth/1.4/loudmouth-1.4.3.tar.bz2" 
-            md5sum="55339ca42494690c3942ee1465a96937"/>
+    <branch version="1.4.3" module="loudmouth/1.4/loudmouth-1.4.3.tar.bz2"
+           md5sum="55339ca42494690c3942ee1465a96937"/>
     <after>
       <dep package="meta-gtk-osx-bootstrap"/>
       <dep package="glib"/>
@@ -391,7 +391,8 @@ Libglade itself is deprecated. This is the last release. -->
   </autotools>
 
   <autotools id="bdw-gc" autogen-sh="configure">
-    <branch repo="boehm" module="gc/gc_source/gc-7.2e.tar.gz" version="7.2e"/>
+    <branch repo="boehm" module="gc/gc_source/gc-7.2e.tar.gz" version="7.2e"
+           checkoutdir="gc-7.2"/>
   </autotools>
 
   <autotools id="guile" autogen-sh="configure"
@@ -404,8 +405,8 @@ Libglade itself is deprecated. This is the last release. -->
   </autotools>
 
   <autotools id="guile2" autogen-sh="configure">
-    <branch repo="ftp.gnu.org" module="guile/guile-2.0.9.tar.gz"
-           version="2.0.9"/>
+    <branch repo="ftp.gnu.org" module="guile/guile-2.0.11.tar.gz"
+           version="2.0.11"/>
     <dependencies>
       <dep package="libunistring"/>
       <dep package="gmp"/>
diff --git a/modulesets-unstable/gtk-osx-random.modules b/modulesets-unstable/gtk-osx-random.modules
index ccdf65b..186337d 100644
--- a/modulesets-unstable/gtk-osx-random.modules
+++ b/modulesets-unstable/gtk-osx-random.modules
@@ -26,6 +26,8 @@
              cvsroot=":pserver:anonymous gtkspell cvs sourceforge net:/cvsroot/gtkspell"
              password=""/>
   <repository type="git" name="savannah" href="git://git.sv.gnu/org/"/>
+  <repository type="tarball" name="boehm"
+             href="http://www.hboem.info/"/>
 
   <metamodule id="meta-gtk-osx-random">
     <dependencies>
@@ -305,4 +307,9 @@
     <branch repo="hunspell-cvs"/>
   </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>
+
 </moduleset>
diff --git a/modulesets/gtk-osx-random.modules b/modulesets/gtk-osx-random.modules
index b260d30..f16a0f1 100644
--- a/modulesets/gtk-osx-random.modules
+++ b/modulesets/gtk-osx-random.modules
@@ -24,6 +24,8 @@
              password=""/>
   <repository type="git" name="savannah" href="git://git.sv.gnu/org/"/>
   <repository type="git" name="github" href="https://github.com"/>
+  <repository type="tarball" name="boehm"
+             href="http://www.hboem.info/"/>
 
   <metamodule id="meta-gtk-osx-random">
     <dependencies>
@@ -350,4 +352,9 @@
     <branch repo="hunspell-cvs"/>
   </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>
+
 </moduleset>


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