[gtk-osx] Update libcurl and add across modulesets



commit 79e9f18eacc702b8f6dd563b594bb1c7a2ec9691
Author: Philip Chimento <philip chimento gmail com>
Date:   Tue Aug 30 23:47:46 2016 -0700

    Update libcurl and add across modulesets
    
    I needed this for building poppler, so may as well update it and add it
    to all the modulesets.

 modulesets-stable/gtk-osx-unsupported.modules   |    5 +++--
 modulesets-unstable/gtk-osx-unsupported.modules |    8 ++++++++
 modulesets/gtk-osx-unsupported.modules          |    8 ++++++++
 3 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/modulesets-stable/gtk-osx-unsupported.modules b/modulesets-stable/gtk-osx-unsupported.modules
index b10f24a..aa440c8 100644
--- a/modulesets-stable/gtk-osx-unsupported.modules
+++ b/modulesets-stable/gtk-osx-unsupported.modules
@@ -90,8 +90,9 @@
     </dependencies>
   </autotools>
 
-   <!-- 10.5 has 7.16.3, which is too old for some things. Otherwise can be skipped. -->
+  <!-- 10.5 has 7.16.3, which is too old for some things, and also doesn't
+  provide a pkgconfig file. Otherwise can be skipped. -->
   <autotools id="libcurl" autogen-sh="configure">
-    <branch repo="curl.haxx.se" module="curl-7.28.0.tar.bz2" version="7.28.0" />
+    <branch repo="curl.haxx.se" module="curl-7.47.1.tar.bz2" version="7.47.1"/>
   </autotools>
 </moduleset>
diff --git a/modulesets-unstable/gtk-osx-unsupported.modules b/modulesets-unstable/gtk-osx-unsupported.modules
index fe9782a..55ee644 100644
--- a/modulesets-unstable/gtk-osx-unsupported.modules
+++ b/modulesets-unstable/gtk-osx-unsupported.modules
@@ -11,6 +11,8 @@
   <repository type="git" name="git.debian.org" href="git://git.debian.org/"/>
   <repository type="git" name="freedesktop"
              href="git://anongit.freedesktop.org"/>
+  <repository type="tarball" name="curl.haxx.se"
+              href="http://curl.haxx.se/download/"/>
 
   <metamodule id="meta-gtk-osx-unsupported">
     <dependencies>
@@ -78,4 +80,10 @@
     <dependencies>
     </dependencies>
   </cmake>
+
+  <!-- 10.5 has 7.16.3, which is too old for some things, and also doesn't
+  provide a pkgconfig file. Otherwise can be skipped. -->
+  <autotools id="libcurl" autogen-sh="configure">
+    <branch repo="curl.haxx.se" module="curl-7.47.1.tar.bz2" version="7.47.1"/>
+  </autotools>
 </moduleset>
diff --git a/modulesets/gtk-osx-unsupported.modules b/modulesets/gtk-osx-unsupported.modules
index a30b34f..71063ad 100644
--- a/modulesets/gtk-osx-unsupported.modules
+++ b/modulesets/gtk-osx-unsupported.modules
@@ -13,6 +13,8 @@
               tags-template="tags/%(tag)s"/>
   <repository type="git" name="freedesktop"
               href="git://anongit.freedesktop.org"/>
+  <repository type="tarball" name="curl.haxx.se"
+              href="http://curl.haxx.se/download/"/>
 
   <metamodule id="meta-gtk-osx-unsupported">
     <dependencies>
@@ -78,4 +80,10 @@
       <dep package="libgpg-error" />
     </dependencies>
   </autotools>
+
+  <!-- 10.5 has 7.16.3, which is too old for some things, and also doesn't
+  provide a pkgconfig file. Otherwise can be skipped. -->
+  <autotools id="libcurl" autogen-sh="configure">
+    <branch repo="curl.haxx.se" module="curl-7.47.1.tar.bz2" version="7.47.1"/>
+  </autotools>
 </moduleset>


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