pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/sqlite3 py-sqlite2 does not require disable-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/38b69cea3ebc
branches:  trunk
changeset: 547596:38b69cea3ebc
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Sep 22 08:34:08 2008 +0000

description:
py-sqlite2 does not require disable-threadsafe but expect to exist
load-extension these days.  OKed by wiz to commit.

Bump PKGREVISION.

diffstat:

 databases/sqlite3/Makefile        |  5 ++++-
 databases/sqlite3/Makefile.common |  9 +--------
 2 files changed, 5 insertions(+), 9 deletions(-)

diffs (40 lines):

diff -r fb0ec5bb1867 -r 38b69cea3ebc databases/sqlite3/Makefile
--- a/databases/sqlite3/Makefile        Mon Sep 22 05:37:06 2008 +0000
+++ b/databases/sqlite3/Makefile        Mon Sep 22 08:34:08 2008 +0000
@@ -1,11 +1,14 @@
-# $NetBSD: Makefile,v 1.10 2007/11/15 10:39:18 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2008/09/22 08:34:08 obache Exp $
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 .include "Makefile.common"
 
+PKGREVISION=           1
+
 INSTALLATION_DIRS+=    ${PKGMANDIR}/man1
 CONFIGURE_ARGS+=       --disable-tcl
+CONFIGURE_ARGS+=       --enable-load-extension
 
 post-install:
        ${INSTALL_MAN} ${WRKSRC}/sqlite3.1 \
diff -r fb0ec5bb1867 -r 38b69cea3ebc databases/sqlite3/Makefile.common
--- a/databases/sqlite3/Makefile.common Mon Sep 22 05:37:06 2008 +0000
+++ b/databases/sqlite3/Makefile.common Mon Sep 22 08:34:08 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2008/09/07 14:04:01 adam Exp $
+# $NetBSD: Makefile.common,v 1.23 2008/09/22 08:34:08 obache Exp $
 
 # used by databases/sqlite3-tcl/Makefile
 
@@ -19,11 +19,4 @@
 USE_TOOLS+=            gmake
 USE_LIBTOOL=           yes
 
-# XXX: This option has been added for backwards compatibility after
-# updating to 3.5.2. Without it, py-sqlite2 crashes when trying to
-# access the mutex. The effect of this option is that multiple threads
-# may not use a _common_ database connection. They may access the
-# database through different database connections, though.
-CONFIGURE_ARGS+=       --disable-threadsafe
-
 PKGCONFIG_OVERRIDE+=   sqlite3.pc.in



Home | Main Index | Thread Index | Old Index