gnucash-on-osx master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Thu Aug 19 17:20:58 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/6da079e3 (commit)
	 via  https://github.com/Gnucash/gnucash-on-osx/commit/4cdb6db3 (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/b937dfe0 (commit)



commit 6da079e3adafb02c6a15208b42f9f137823c8359
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Aug 19 14:20:42 2021 -0700

    Update Boost, use Sourceforge for repo.
    
    Bintray.com no longer hosting Boost.

diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index 41c20f6..a3c663f 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -35,8 +35,6 @@
 	      href="https://www.openssl.org/source/"/>
   <repository type="tarball" name="postgres"
               href="https://ftp.postgresql.org/pub/source/"/>
-  <repository type="tarball" name="bintray"
-              href="https://dl.bintray.com/boostorg/release/"/>
 
   <include href="https://gitlab.gnome.org/GNOME/gtk-osx/raw/master/modulesets-stable/gtk-osx.modules"/>
  <!--include href="/Users/john/Development/GTK-OSX/gtk-osx-build/modulesets-stable/gtk-osx.modules"/-->
@@ -224,8 +222,9 @@
   </autotools>
 
   <cmake id="boost" cmakeargs="-DLIBRARIES='date_time;regex;locale;filesystem;program_options'">
-    <branch module="1.73.0/source/boost_1_73_0.tar.bz2" version="1.73.0" 
-            repo="bintray">
+    <branch module="project/boost/1.77.0/boost_1_77_0.tar.bz2" version="1.77.0" 
+            hash="sha256:fc9f85fc030e233142908241af7a846e60630aa7388de9a5fafb1f3a26840854"
+            repo="sourceforge">
       <patch file="boost-cmake.patch" strip="1"/>
     </branch>
     <after>
@@ -239,7 +238,7 @@
             version="8.0.4"/>
   </autotools>
 
-<autotools id="libunistring" autogen-sh="configure">
+  <autotools id="libunistring" autogen-sh="configure">
     <branch repo="ftp.gnu.org" module="libunistring/libunistring-0.9.10.tar.gz"
            version="0.9.10">
      </branch>

commit 4cdb6db3ab55057602ae4e489b1fda38c68758a6
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Aug 19 14:19:36 2021 -0700

    Use git for libdbi, libdbi-drivers
    
    Release 0.9.0 doesn't build on macOS 12.

diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index 9049003..41c20f6 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -13,6 +13,8 @@
 	      href="http://www.freedesktop.org/software/" /-->
   <repository type='tarball' name='sourceforge'
 	      href="http://downloads.sourceforge.net/"/>
+  <repository type='git' name='sourceforge-git'
+	      href="https://git.code.sf.net/p/"/>
   <repository type="tarball" name="csail"
 	      href="http://groups.csail.mit.edu/mac/ftpdir/"/>
   <repository type="tarball" name="csclub"
@@ -176,17 +178,15 @@
     </dependencies>
   </cmake>
 
-  <autotools id="libdbi" autogen-sh="configure" autogenargs="--disable-docs">
-    <branch repo="sourceforge" module="libdbi/libdbi-0.9.0.tar.gz"
-	    version="0.9.0">
+  <autotools id="libdbi" autogen-sh="autoreconf" autogenargs="--disable-docs">
+    <branch repo="sourceforge-git" module="libdbi/libdbi" >
     </branch>
   </autotools>
 
   <autotools id="libdbi-drivers" autogen-sh='autoreconf'
 	     autogenargs='--with-mysql --with-mysql-libdir=$PREFIX/lib --with-pgsql --with-sqlite3 --disable-docs --disable-dependency-tracking'>
-    <branch repo="sourceforge" version="0.9.0"
-	    module="libdbi-drivers/libdbi-drivers-0.9.0.tar.gz">
-     <patch file="libdbi-drivers-cgreen-include.patch" strip="1"/>
+    <branch repo="sourceforge-git"
+	    module="libdbi-drivers/libdbi-drivers">
     </branch>
     <dependencies>
       <dep package="libdbi"/>



Summary of changes:
 modulesets/gnucash.modules | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)



More information about the gnucash-changes mailing list