[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (78e978ef15693ebacd6d122a4bb7986c5af36540)

Vlad Glagolev scm at sourcemage.org
Tue Feb 1 03:12:25 EST 2011


GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:

 database/sqlite/BUILD   |    2 +-
 database/sqlite/DEPENDS |    5 -----
 database/sqlite/DETAILS |    6 +++---
 database/sqlite/HISTORY |    5 +++++
 4 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit 78e978ef15693ebacd6d122a4bb7986c5af36540
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    sqlite: => 3.7.5

diff --git a/database/sqlite/BUILD b/database/sqlite/BUILD
index 6b3242d..54afa66 100755
--- a/database/sqlite/BUILD
+++ b/database/sqlite/BUILD
@@ -8,6 +8,6 @@ fi &&
 
 LDFLAGS="-ldl $LDFLAGS" &&
 CFLAGS="${CFLAGS//-ffast-math}" &&
-OPTS="--enable-load-extension $SQLITE_TSAFE $OPTS" &&
+OPTS="--enable-dynamic-extensions $SQLITE_TSAFE $OPTS" &&
 
 default_build
diff --git a/database/sqlite/DEPENDS b/database/sqlite/DEPENDS
index 4050294..e0938a8 100755
--- a/database/sqlite/DEPENDS
+++ b/database/sqlite/DEPENDS
@@ -1,10 +1,5 @@
 depends g++ &&
 
-optional_depends tcl \
-                 "--enable-tcl" \
-                 "--disable-tcl" \
-                 "for TCL extension" &&
-
 optional_depends readline \
                  "--enable-readline" \
                  "--disable-readline" \
diff --git a/database/sqlite/DETAILS b/database/sqlite/DETAILS
index 718a1b5..95392fb 100755
--- a/database/sqlite/DETAILS
+++ b/database/sqlite/DETAILS
@@ -1,7 +1,7 @@
            SPELL=sqlite
-         VERSION=3.7.4
-        VERSIONX=3070400
-     SOURCE_HASH=sha512:7026450dc4d689ee5587f27159d00fc8ef20b59bb4e36a3879eb1db07a0fc4dbe65b95bfaa764335379266fda26c52293df5dbd3a79abd465137742474663255
+         VERSION=3.7.5
+        VERSIONX=3070500
+     SOURCE_HASH=sha512:5ad681f99e75849a5ca6f439c7a19bb51abc73d121b50f4f8e4c0da42891950f30407f761a53f0fe51b370b1dbd4c4f5a480557cb2444c8c7c7d5412b328a474
 SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-autoconf-$VERSIONX"
           SOURCE=$SPELL-autoconf-$VERSIONX.tar.gz
    SOURCE_URL[0]=http://sqlite.org/$SOURCE
diff --git a/database/sqlite/HISTORY b/database/sqlite/HISTORY
index 7d7c694..6dc9328 100644
--- a/database/sqlite/HISTORY
+++ b/database/sqlite/HISTORY
@@ -1,3 +1,8 @@
+2011-02-01 Vlad Glagolev <stealth at sourcemage.org>
+	* DETAILS: updated spell to 3.7.5
+	* DEPENDS: there's no more tcl extension for sqlite
+	* BUILD: fixed deprecated configure flag
+
 2010-12-19 Ladislav Hagara <hgr at vabo.cz>
 	* DETAILS: 3.7.4 (3070400), autoconf tarball used
 	* PRE_BUILD, no-tcl.patch: removed



More information about the SM-Commit mailing list