gnucash-htdocs master: Publish notice about Mac compile error on tarballs.

John Ralls jralls at code.gnucash.org
Tue Jun 28 19:10:11 EDT 2016


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/a5b574ce (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/d6ba96f2 (commit)



commit a5b574ce30cca1f6242a60a3415e23ad001df98c
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jun 28 16:10:02 2016 -0700

    Publish notice about Mac compile error on tarballs.

diff --git a/externals/global_params.php b/externals/global_params.php
index 5a98246..d307a8f 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -9,7 +9,8 @@
 #     $latest_stable_win         = $latest_stable."-1";
      $latest_stable_mac_ppc     = $latest_stable."-1";
      $latest_stable_mac_intel   = $latest_stable."-1";
-
+     $tarball                   = $latest_stable."b";
+     
 #     $major_latest_unstable		="2.5";
 #     $minor_latest_unstable		="10"; 
 #     $latest_unstable           = $major_latest_unstable.".".$minor_latest_unstable;
@@ -36,7 +37,7 @@
      $latest_stable_win="gnucash-".$latest_stable_win."-setup.exe";
      $latest_stable_mac_intel="Gnucash-Intel-".$latest_stable_mac_intel.".dmg";
      $latest_stable_mac_ppc="Gnucash-PPC-".$latest_stable_mac_ppc.".dmg";
-     $latest_stable_source="gnucash-".$latest_stable.".tar.bz2";
+     $latest_stable_source="gnucash-".tarball.".tar.bz2";
 
      $old_stable_path=$stable_path.$old_stable."/";
      
diff --git a/news/160626-2.6.13b.news b/news/160626-2.6.13b.news
new file mode 100644
index 0000000..9753556
--- /dev/null
+++ b/news/160626-2.6.13b.news
@@ -0,0 +1,10 @@
+<h2>If you want to build on a Mac</h2>
+
+<p> There's a compile error in the original tarballs,
+gnucash-2.6.13.tar.gz and gnucash-2.6.13.tar.bz2. We've fixed it and
+made new tarballs, gnucash-2.6.13b.tar.(gz|bz2). They are available at
+both SourceForge and Github, and the Linux links at the top of the
+page have been adjusted even though it doesn't matter for Linux.
+Please be sure to
+retrieve the right ones.</p>
+<p>Sorry for any inconvenience.</p>



Summary of changes:
 externals/global_params.php |  5 +++--
 news/160626-2.6.13b.news    | 10 ++++++++++
 2 files changed, 13 insertions(+), 2 deletions(-)
 create mode 100644 news/160626-2.6.13b.news



More information about the gnucash-changes mailing list