Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (6394d6d3d4dec8327c4f0ebf679ab197ba20ca8d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (6394d6d3d4dec8327c4f0ebf679ab197ba20ca8d)
  • Date: Wed, 10 Feb 2010 23:07:29 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

database/virtuoso/DEPENDS | 4 ++--
database/virtuoso/DETAILS | 2 +-
database/virtuoso/HISTORY | 7 ++++++-
3 files changed, 9 insertions(+), 4 deletions(-)

New commits:
commit 6394d6d3d4dec8327c4f0ebf679ab197ba20ca8d
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

virtuoso: Cleanup whitespace

commit ffca846bc54968c83926cd7e9babb7e08c36566e
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

virtuoso: Added a missing &&

commit a1f715936732c3c33c539fcc943ff5e72ad7bbc7
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

virtuoso: Requires a JDK for compilation, not just any Java

commit f8c59694af0c5ae8f59613156efbf815f96b447d
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

virtuoso: Java support needs a path to find the JDK

diff --git a/database/virtuoso/DEPENDS b/database/virtuoso/DEPENDS
index 85b1a82..7626865 100755
--- a/database/virtuoso/DEPENDS
+++ b/database/virtuoso/DEPENDS
@@ -12,8 +12,8 @@ optional_depends perl '--enable-perl'
'--disable-perl' 'Per
optional_depends python '--enable-python' '--disable-python'
'Python support' &&
optional_depends ruby '--enable-ruby' '--disable-ruby'
'Ruby support' &&
optional_depends libiodbc '--with-iodbc=/usr' '--without-iodbc'
'IOdbc connector' &&
-optional_depends zlib '--without-internal-zlib' 'with-internal-zlib'
'System zlib'
-optional_depends JAVA '--with-jdk4' '--without-jdk4'
'Java support' &&
+optional_depends zlib '--without-internal-zlib' 'with-internal-zlib'
'System zlib' &&
+optional_depends JDK "--with-jdk4=$INSTALL_ROOT/usr/lib/j2sdk"
'--without-jdk4' 'Java support' &&
optional_depends readline '--with-readline' '--without-readline'
'line editing' &&
optional_depends libwbxml '--enable-wbxml2' '--disable-wbxml2'
'binary XML support' &&
optional_depends libsyncml '--enable-syncml-vad' '--disable-syncml-vad'
'SyncML support'
diff --git a/database/virtuoso/DETAILS b/database/virtuoso/DETAILS
index c4e2e5d..d1fa4f5 100755
--- a/database/virtuoso/DETAILS
+++ b/database/virtuoso/DETAILS
@@ -12,6 +12,6 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-opensource-$VERSION
KEYWORDS="database"
SHORT="SQL/RDF/XML Data Management"
cat << EOF
-Virtuoso is a scalable cross-platform server that combines SQL/RDF/XML Data
Management with
+Virtuoso is a scalable cross-platform server that combines SQL/RDF/XML Data
Management with
Web Application Server and Web Services Platform functionality.
EOF
diff --git a/database/virtuoso/HISTORY b/database/virtuoso/HISTORY
index e5ed435..14e4584 100644
--- a/database/virtuoso/HISTORY
+++ b/database/virtuoso/HISTORY
@@ -1,9 +1,14 @@
+2010-02-10 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Java support needs a path to find the JDK
+ Requires a JDK for compilation, not just any Java
+ Added a missing &&
+
2010-02-04 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 6.1.0 (new)
remove multi-version support
* PREPARE: add a warning about upgrading virtuoso
if you have virtuose already installed, see these links for upgrade
info.
-
http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/UpgradingToVOS610
+
http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/UpgradingToVOS610
http://trueg.wordpress.com/

If you never used nepomuk indexing, it is possible to simply delete
the nepomuk database



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (6394d6d3d4dec8327c4f0ebf679ab197ba20ca8d), Eric Sandall, 02/11/2010

Archive powered by MHonArc 2.6.24.

Top of Page