From fa652d4731763406d79f4dd55c76f5a07b66a612 Mon Sep 17 00:00:00 2001 From: tnn Date: Thu, 21 May 2009 20:47:38 +0000 Subject: remove sqlite3 stuff from PLIST and disable the sqlite3 module here. lang/python26 doesn't depend on sqlite3 and thus can't build the extension. (this extension is installed by databases/py-sqlite3) --- lang/python26/patches/patch-am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/python26/patches') diff --git a/lang/python26/patches/patch-am b/lang/python26/patches/patch-am index 401627cf539..7a0b6d7c0da 100644 --- a/lang/python26/patches/patch-am +++ b/lang/python26/patches/patch-am @@ -1,4 +1,4 @@ -$NetBSD: patch-am,v 1.2 2009/04/24 01:32:50 hasso Exp $ +$NetBSD: patch-am,v 1.3 2009/05/21 20:47:38 tnn Exp $ --- setup.py.orig 2009-03-31 21:20:48 +0300 +++ setup.py 2009-04-20 16:30:08 +0300 @@ -7,7 +7,7 @@ $NetBSD: patch-am,v 1.2 2009/04/24 01:32:50 hasso Exp $ # This global variable is used to hold the list of modules to be disabled. -disabled_module_list = [] -+disabled_module_list = ["_bsddb", "_curses", "_curses_panel", "_elementtree", "_sqlite", "_tkinter", "bsddb", "cjkcodecs" "gdbm", "mpz", "expat", "readline"] ++disabled_module_list = ["_bsddb", "_curses", "_curses_panel", "_elementtree", "_sqlite3", "_tkinter", "bsddb", "cjkcodecs" "gdbm", "mpz", "expat", "readline"] def add_dir_to_list(dirlist, dir): """Add the directory 'dir' to the list 'dirlist' (at the front) if -- cgit v1.2.3