summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2013-03-15 22:42:43 +0400
committerVlad Glagolev2013-03-15 22:42:43 +0400
commit4c2654a4f7fa540e8a2262e8300066b71b727d88 (patch)
tree5dd9a8ae979a6183afd2d06c077ae87ff698466f
parent982f401bab040d61ea71e401ca0a2a716993fa2b (diff)
libdbi-drivers: => 0.9.0
-rwxr-xr-xdatabase/libdbi-drivers/DEPENDS6
-rwxr-xr-xdatabase/libdbi-drivers/DETAILS5
-rw-r--r--database/libdbi-drivers/HISTORY5
3 files changed, 13 insertions, 3 deletions
diff --git a/database/libdbi-drivers/DEPENDS b/database/libdbi-drivers/DEPENDS
index 48e7f2454e..ee75d8cf6c 100755
--- a/database/libdbi-drivers/DEPENDS
+++ b/database/libdbi-drivers/DEPENDS
@@ -15,6 +15,12 @@ optional_depends "MYSQL" \
"--without-mysql" \
"database support" &&
+if is_depends_enabled $SPELL $(get_spell_provider $SPELL MYSQL); then
+ config_query_option LIBDBI_DRIVERS_OPTS "Use threadsafe version of libmysqlclient?" y \
+ "--enable-mysql-threadsafe" \
+ "--disable-mysql-threadsafe"
+fi &&
+
optional_depends "sqlite2" \
"--with-sqlite" \
"--without-sqlite" \
diff --git a/database/libdbi-drivers/DETAILS b/database/libdbi-drivers/DETAILS
index 1767de56d9..5adb272183 100755
--- a/database/libdbi-drivers/DETAILS
+++ b/database/libdbi-drivers/DETAILS
@@ -1,7 +1,6 @@
SPELL=libdbi-drivers
- VERSION=0.8.3-1
- PATCHLEVEL=1
- SOURCE_HASH=sha512:c2cb76234b9137cc4a05af42a69ea7d5b08586287378406cbd4d114598598057f29cccb368bfbe0f86e19846ceab88ed636cccff6555ef9f7eebbb98bbcd3824
+ VERSION=0.9.0
+ SOURCE_HASH=sha512:f4d3aaa71014697c53012a10bf9f0af398bcf5ee5872af165f8f43a682d2fb3045a9172ffea0e068dcbfcad52494878c037d8d90fadfaf176936e42f7f1e85c1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-${VERSION//a/}"
diff --git a/database/libdbi-drivers/HISTORY b/database/libdbi-drivers/HISTORY
index dc6e506375..4c82ccf57b 100644
--- a/database/libdbi-drivers/HISTORY
+++ b/database/libdbi-drivers/HISTORY
@@ -1,3 +1,8 @@
+2013-03-15 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 0.9.0
+ * DEPENDS: added threadsafe option for MySQL/MariaDB (linking with
+ libmysqlclient_r.so)
+
2012-01-20 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: fixed docs installation; quoting paths; cleaned up;
PATCHLEVEL++