[jhbuild] bootstrap: get autotools as .tar.gz, not .tar.xz



commit 291f3bcd27f5310190e9ec507c1545792ccfb030
Author: Ryan Lortie <desrt desrt ca>
Date:   Wed Dec 11 15:32:30 2013 -0500

    bootstrap: get autotools as .tar.gz, not .tar.xz
    
    On Mac OS, we have none of libtool automake or xz in the base system.
    xz depends on automake and automake depends on libtool, so we need to
    download libtool and automake as .tar.gz to break the cycle.
    
    Also: use http instead of ftp, as it's more reliable.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720285

 modulesets/bootstrap.modules |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/modulesets/bootstrap.modules b/modulesets/bootstrap.modules
index 60aedb5..d7714e7 100644
--- a/modulesets/bootstrap.modules
+++ b/modulesets/bootstrap.modules
@@ -2,7 +2,7 @@
 <?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
 <moduleset>
   <repository type="tarball" name="ftp.gnu.org"
-      href="ftp://ftp.gnu.org/gnu/"/>
+      href="http://ftp.gnu.org/gnu/"/>
   <repository type="tarball" name="pkgconfig"
       href="http://pkgconfig.freedesktop.org/releases/"/>
   <repository type="tarball" name="python"
@@ -38,9 +38,9 @@
 
   <autotools id="libtool" autogen-sh="configure">
     <branch repo="ftp.gnu.org"
-            module="libtool/libtool-2.4.2.tar.xz" version="2.4.2"
-            size="868760" md5sum="2ec8997e0c07249eb4cbd072417d70fe"
-            hash="sha256:1d7b6862c1ed162e327f083a6f78f40eae29218f0db8c38393d61dab764c4407"
+            module="libtool/libtool-2.4.2.tar.gz" version="2.4.2"
+            size="2632347" md5sum="d2f3b7d4627e69e13514a40e72a24d50"
+            hash="sha256:b38de44862a987293cd3d8dfae1c409d514b6c4e794ebc93648febf9afc38918"
             checkoutdir="libtool-2.4.2">
     </branch>
   </autotools>
@@ -52,9 +52,9 @@
   </autotools>
   <autotools id="automake" autogen-sh="configure">
     <branch repo="ftp.gnu.org"
-            module="automake/automake-1.11.3.tar.xz" version="1.11.3"
-            hash="sha256:f9e0be260c24ef61223fe961ba830fe46afc421fc0edf3864dbc88b5de36a529"
-            size="1076640"/>
+            module="automake/automake-1.11.3.tar.gz" version="1.11.3"
+            hash="sha256:921b5188057e57bdd9c0ba06e21d0b0ea7dafa61a9bd08a2b041215bcff12f55"
+            size="1620860"/>
   </autotools>
 
   <autotools id="pkg-config" autogen-sh="configure">


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