[Lunar-commits] <moonbase> virtuoso: Version bump and needed to fix a header path.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sun Aug 29 03:25:37 CEST 2010
commit 17b3e7491824d34a883df0a381637c46ecd80b50
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sat Aug 28 21:25:37 2010 -0400
virtuoso: Version bump and needed to fix a header path.
---
sql/virtuoso/BUILD | 12 ++++++++----
sql/virtuoso/DETAILS | 6 +++---
2 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/sql/virtuoso/BUILD b/sql/virtuoso/BUILD
index 54aea94..0b9432a 100644
--- a/sql/virtuoso/BUILD
+++ b/sql/virtuoso/BUILD
@@ -1,19 +1,23 @@
(
+ sedit "s:iodbcext.h:libiodbc/iodbcext.h:g" libsrc/Wi/odbcinc.h &&
+
if [ -f /var/lib/virtuoso/db/virtuoso.lck ] ; then
/etc/init.d/virtuosod stop
fi &&
if [ "$VIRT_FOR_KDE" == "y" ] ; then
- OPTS+=" --disable-all-vads --program-transform-name='s/isql*/vt-isql/' \
- --without-debug --enable-aio --build=$BUILD --with-pthreads"
+ OPTS+=" --disable-all-vads --program-transform-name='s/isql*/vt-isql/' --with-iodbc \
+ --without-debug --enable-aio --build=$BUILD --with-pthreads --enable-static"
else
OPTS+=" --without-debug --disable-tutorial-vad --disable-sparqldemo-vad --disable-demo-vad \
- --with-pthreads --enable-aio --program-transform-name='s/isql*/vt-isql/' \
- --build=$BUILD"
+ --with-pthreads --enable-aio --program-transform-name='s/isql*/vt-isql/' --enable-static \
+ --build=$BUILD --with-iodbc"
fi &&
+ ./autogen.sh &&
+
default_build
) > $C_FIFO 2>&1
diff --git a/sql/virtuoso/DETAILS b/sql/virtuoso/DETAILS
index 9eb0f52..74638d6 100644
--- a/sql/virtuoso/DETAILS
+++ b/sql/virtuoso/DETAILS
@@ -1,13 +1,13 @@
MODULE=virtuoso
TYPE=opensource
- VERSION=6.1.1
+ VERSION=6.1.2
SOURCE=$MODULE-$TYPE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$TYPE-$VERSION
SOURCE_URL=$SFORGE_URL/virtuoso/virtuoso/$VERSION
- SOURCE_VFY=sha1:8a51e4db4b185103e2a132949ad35a872c454025
+ SOURCE_VFY=sha1:fdcc79c230aaa6f63d2796659ec96ebfc571ac97
WEB_SITE=http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main
ENTERED=20100116
- UPDATED=20100404
+ UPDATED=20100828
SHORT="high-performance object-relational SQL database"
cat << EOF
More information about the Lunar-commits
mailing list