[Lunar-commits] <moonbase> virtuoso: Fixing the BUILD so virtuoso and unixODBC will not fight over isql and
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue Feb 23 19:50:00 CET 2010
commit 7201ad3c868dd76796aa5a8ac2d94047cf8453b5
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue Feb 23 13:50:00 2010 -0500
virtuoso: Fixing the BUILD so virtuoso and unixODBC will not fight over isql and
isqlw. Additonally, adding a CONFIGURE if all you want is the few .so files and
a few others for KDE/nepomuk. I will flesh out CONFIGURE and add an init file
later so virtuoso can be installed as a proper server.
---
sql/virtuoso/BUILD | 5 +++--
sql/virtuoso/CONFIGURE | 1 +
sql/virtuoso/DEPENDS | 2 +-
sql/virtuoso/DETAILS | 2 +-
4 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/sql/virtuoso/BUILD b/sql/virtuoso/BUILD
index d546e3a..ce0961d 100644
--- a/sql/virtuoso/BUILD
+++ b/sql/virtuoso/BUILD
@@ -1,7 +1,8 @@
(
- OPTS+=" --without-debug --disable-tutorial-vad --disable-sparqldemo-vad \
- --disable-demo-vad --with-pthreads --disable-rdfmappers-vad" &&
+ 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" &&
default_build
diff --git a/sql/virtuoso/CONFIGURE b/sql/virtuoso/CONFIGURE
new file mode 100644
index 0000000..08da6d7
--- /dev/null
+++ b/sql/virtuoso/CONFIGURE
@@ -0,0 +1 @@
+mquery VIRT_FOR_KDE "Compile only those things needed by KDE? (say n if you want it as a server)" y "--disable-all-vads" ""
diff --git a/sql/virtuoso/DEPENDS b/sql/virtuoso/DEPENDS
index 3f9bca2..beacb3c 100644
--- a/sql/virtuoso/DEPENDS
+++ b/sql/virtuoso/DEPENDS
@@ -12,4 +12,4 @@ optional_depends openldap "--enable-openldap" "--disable-openldap" "for
optional_depends openssl "--enable-openssl" "--disable-openssl" "for openssl support"
optional_depends heimdal "--enable-krb" "--disable-krb" "for Kerberos extension support"
optional_depends libwbxml "--enable-wbxml2" "--disable-wbxml2" "for Wireless Binary XML support"
-optional_depends zlib "--without-internal-zlib" "--with-internal-zlib" "use internal or external zlib"
+optional_depends zlib "--without-internal-zlib" "--with-internal-zlib" "use internal or external zlib - Default external"
diff --git a/sql/virtuoso/DETAILS b/sql/virtuoso/DETAILS
index b89c3f4..dea0799 100644
--- a/sql/virtuoso/DETAILS
+++ b/sql/virtuoso/DETAILS
@@ -3,7 +3,7 @@
VERSION=6.1.0
SOURCE=$MODULE-$TYPE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$TYPE-$VERSION
- SOURCE_URL=$SFORGE_URL/virtuoso/files/virtuoso/5.0.12/
+ SOURCE_URL=$SFORGE_URL/virtuoso/virtuoso/$VERSION/
SOURCE_VFY=sha1:11d68d3b8d7fef05017eaba6dcc86050db71d211
WEB_SITE=http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/
ENTERED=20100116
More information about the Lunar-commits
mailing list