Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (9ce1840516717d10de941b8dad2f5c5fe54620e8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (9ce1840516717d10de941b8dad2f5c5fe54620e8)
  • Date: Tue, 27 Dec 2016 18:55:39 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

utils/gnuplot/BUILD | 5 ++++-
utils/gnuplot/DETAILS | 4 ++--
utils/gnuplot/HISTORY | 4 ++++
3 files changed, 10 insertions(+), 3 deletions(-)

New commits:
commit 9ce1840516717d10de941b8dad2f5c5fe54620e8
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

gnuplot: version bump and build workaround for wxt with current gtk+2 and
gtk+3

diff --git a/utils/gnuplot/BUILD b/utils/gnuplot/BUILD
index 5937f40..280e7e7 100755
--- a/utils/gnuplot/BUILD
+++ b/utils/gnuplot/BUILD
@@ -1,2 +1,5 @@
-OPTS="--without-tutorial $OPTS" &&
+# disable-raise-console needed because of
+# https://sourceforge.net/p/gnuplot/mailman/message/34739833/
+# Gtk2 and gtk3 removed a function that is still used in the wxt code.
+OPTS="--without-tutorial --disable-raise-console OPTS" &&
default_build
diff --git a/utils/gnuplot/DETAILS b/utils/gnuplot/DETAILS
index 0bab80f..d1925dc 100755
--- a/utils/gnuplot/DETAILS
+++ b/utils/gnuplot/DETAILS
@@ -8,11 +8,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs

SOURCE_URL[0]=cvs://:pserver:anonymous AT gnuplot.cvs.sourceforge.net:/cvsroot/gnuplot:gnuplot
SOURCE_IGNORE=volatile
else
- VERSION=5.0.4
+ VERSION=5.0.5
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/${SPELL}/${SPELL}/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:ebb6bf64cc7f333135d328f6b72d73ef3a3b62f5df28d746efa1589dd9d54fc359306c7c2bc5ad9671b53b0cc945a4388b087abf365dda7417fe21a93ff29dae
+
SOURCE_HASH=sha512:fd6efc3a869850fa1939a4c833c776395efaaaf6dccc63e3626cee2e39938923b06314368802155adf711ae3e5ca0e3dd1a88be348e8571f9d0be8790240c62c
fi
WEB_SITE=http://www.gnuplot.info
ENTERED=20020210
diff --git a/utils/gnuplot/HISTORY b/utils/gnuplot/HISTORY
index 9fdea5d..101138a 100644
--- a/utils/gnuplot/HISTORY
+++ b/utils/gnuplot/HISTORY
@@ -1,3 +1,7 @@
+2016-12-27 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: version 5.0.5
+ * BUILD: fix wxgtk build by disabling broken code
+
2016-03-25 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 5.0.4




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (9ce1840516717d10de941b8dad2f5c5fe54620e8), Thomas Orgis, 12/27/2016

Archive powered by MHonArc 2.6.24.

Top of Page