Skip to Content.
Sympa Menu

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

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 (90cb35412340fe38b9db2a9ab40e7d2146289a88)
  • Date: Tue, 18 Oct 2011 08:46:05 -0500

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

libs/rasqal/BUILD | 1 -
libs/rasqal/CONFIGURE | 2 +-
libs/rasqal/HISTORY | 5 +++++
3 files changed, 6 insertions(+), 2 deletions(-)

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

rasqal: remove the broken query language query; It was a needless
complication and broke slv2 at runtime unless you selected "all".

Mages can use CONFIG_LOCAL to access that configure choice, and even
there one has to grep the configure script itself or just have to know what
the correct list of choices is.
So it's very much an insider thing and the default is meant for usage. We
want choice _and_ stuff that works. Really, that slv2 breakage (failure to
initialize liblrdf) was annoying.

diff --git a/libs/rasqal/BUILD b/libs/rasqal/BUILD
index 6f43aaa..0142d31 100755
--- a/libs/rasqal/BUILD
+++ b/libs/rasqal/BUILD
@@ -1,5 +1,4 @@
OPTS="--with-memory-signing=$RASQAL_MEMORY_SIGNING \
- --enable-query-languages=$RASQAL_QUERY_LANG \
$OPTS" &&

default_build
diff --git a/libs/rasqal/CONFIGURE b/libs/rasqal/CONFIGURE
index 5e5770b..7783b26 100755
--- a/libs/rasqal/CONFIGURE
+++ b/libs/rasqal/CONFIGURE
@@ -1,2 +1,2 @@
-config_query_list RASQAL_QUERY_LANG "Which query language do you want?" rdql
sparqal all &&
+message "${MESSAGE_COLOR}Building query languages as per upstream
default.$DEFAULT_COLOR" &&
config_query RASQAL_MEMORY_SIGNING "Enable signing of memory allocations?" n
diff --git a/libs/rasqal/HISTORY b/libs/rasqal/HISTORY
index e2d7de8..ce8ea92 100644
--- a/libs/rasqal/HISTORY
+++ b/libs/rasqal/HISTORY
@@ -1,3 +1,8 @@
+2011-10-19 Thomas Orgis <sobukus AT sourcemage.org>
+ * CONFIGURE, BUILD: drop that query language query, it was
+ outdated and actually wrong (typo), also the upstream
+ default is what we need for dependent spells like slv2.
+
2011-08-15 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: updated spell to 0.9.26
Fixed SOURCE_URL[0]



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (90cb35412340fe38b9db2a9ab40e7d2146289a88), Thomas Orgis, 10/18/2011

Archive powered by MHonArc 2.6.24.

Top of Page