Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (70b54ae025782b7a519a43d0af3549082f6c1028)
  • Date: Thu, 22 Feb 2007 11:08:35 -0600

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

utils/gnuplot/BUILD | 5 +++++
utils/gnuplot/HISTORY | 3 +++
2 files changed, 8 insertions(+)

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

fix gnuplot to build on alpha

diff --git a/utils/gnuplot/BUILD b/utils/gnuplot/BUILD
index f139554..f034200 100755
--- a/utils/gnuplot/BUILD
+++ b/utils/gnuplot/BUILD
@@ -1,4 +1,9 @@
+# fix for 4.2rc4 alpha macro
+sedit 's/\[ "\$GCC"=="yes" \]/test "$GCC" = "yes"/' m4/alpha.m4 &&
if [[ $GNUPLOT_SCM == "y" ]]; then
./prepare
+else
+ # also fix configure if not regenerated
+ sedit 's/"\$GCC"=="yes"/test "$GCC" = "yes"/' configure
fi &&
default_build
diff --git a/utils/gnuplot/HISTORY b/utils/gnuplot/HISTORY
index ab0ff39..0767814 100644
--- a/utils/gnuplot/HISTORY
+++ b/utils/gnuplot/HISTORY
@@ -1,3 +1,6 @@
+2007-02-22 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD: fix build to work on alpha again (borked test macro)
+
2007-01-24 Treeve Jelbert <treeve AT pi.be>
* DETAILS: version 4.2.rc4
* DEPENDS: add optional svgalib, tetex



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (70b54ae025782b7a519a43d0af3549082f6c1028), Thomas Orgis, 02/22/2007

Archive powered by MHonArc 2.6.24.

Top of Page