[Lunar-commits] <moonbase> libzdb: Version bump and adding some more choices. If you want the sqlite unlock stuff,

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Mon Dec 13 01:49:11 CET 2010


commit 53d5c95e06535518987e7eb03957cbb040794f62
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sun Dec 12 19:49:11 2010 -0500

    libzdb: Version bump and adding some more choices. If you want the sqlite unlock stuff,
    
    then get a current moonbase and lin -rc sqlite before this guy.
---
 libs/libzdb/CONFIGURE |    3 +++
 libs/libzdb/DEPENDS   |    8 ++++----
 libs/libzdb/DETAILS   |    8 ++++----
 3 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/libs/libzdb/CONFIGURE b/libs/libzdb/CONFIGURE
new file mode 100644
index 0000000..91016a4
--- /dev/null
+++ b/libs/libzdb/CONFIGURE
@@ -0,0 +1,3 @@
+mquery USE_OPTI "Build software optimized?" y "--enable-optimized" "--disable-optimized"
+mquery ENABLE_PROTECT "Protect non-API objects?" n "--enable-protected" "--disable-protected"
+mquery USE_SQLITE_UNLOCK "Enable sqlite unlock notification?" y "--enable-sqliteunlock" "--disable-sqliteunlock"
diff --git a/libs/libzdb/DEPENDS b/libs/libzdb/DEPENDS
index abf572f..9fbfd44 100644
--- a/libs/libzdb/DEPENDS
+++ b/libs/libzdb/DEPENDS
@@ -1,4 +1,4 @@
-optional_depends "mysql"      "--with-mysql=/usr/bin/mysql_config"    "" "mysql support" 
-optional_depends "postgresql" "--with-pgsql=/usr/bin/pg_config"    "" "postgresql support" 
-optional_depends "sqlite"     "--with-sqlite=/usr"    "" "sqlite support" 
-optional_depends "openssl"    "--enable-openssl" "" "crypto ssl support"
+optional_depends "mysql"      "--with-mysql=/usr/bin/mysql_config"       "" "mysql support" 
+optional_depends "postgresql" " --with-postgresql=/usr/bin/pg_config"    "" "postgresql support" 
+optional_depends "sqlite"     "--with-sqlite=/usr"                       "" "sqlite support" 
+optional_depends "openssl"    "--enable-openssl"                         "" "crypto ssl support"
diff --git a/libs/libzdb/DETAILS b/libs/libzdb/DETAILS
index 311c256..813cf09 100644
--- a/libs/libzdb/DETAILS
+++ b/libs/libzdb/DETAILS
@@ -1,12 +1,12 @@
           MODULE=libzdb
-         VERSION=2.6
+         VERSION=2.7
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://www.tildeslash.com/$MODULE/dist
-      SOURCE_VFY=sha1:2737dca60a84ca018912982a7f0fbc9c3eafd5fd
+      SOURCE_VFY=sha1:6bd3c7bd23380a19953922c1ecd0ec19819f851e
         WEB_SITE=http://www.tildeslash.com/libzdb/
          ENTERED=20091123
-         UPDATED=20091123
-           SHORT="A thread-safe high level multi-database connection pool library"
+         UPDATED=20101212
+           SHORT="thread-safe high level multi-database connection pool library"
 
 cat << EOF
 The Zild Database Library implements a small, fast, and easy to use database API


More information about the Lunar-commits mailing list