From 8390759afbb42649325979ca0877b631800551e2 Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Thu, 2 Jul 2009 01:46:33 +0000 Subject: - Honor EXAMPLESDIR, DATADIR and NOPORTEXAMPLES, NOPORTDATA - Remove bsddb module in pkg-message since it's removed from Python default modules (python3 user should use databases/py-bsddb3) - Fix WITH_UCS4 support - Mark jobs safe - Makefile/patch cleanup PR: ports/133440 Submitted by: Paul Hoffman --- lang/python32/files/patch-setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/python32/files/patch-setup.py') diff --git a/lang/python32/files/patch-setup.py b/lang/python32/files/patch-setup.py index 8cf1db755408..7fc196bdf38f 100644 --- a/lang/python32/files/patch-setup.py +++ b/lang/python32/files/patch-setup.py @@ -5,7 +5,7 @@ # This global variable is used to hold the list of modules to be disabled. -disabled_module_list = [] -+disabled_module_list = ["_bsddb", "_sqlite3", "_tkinter", "_gdbm", "mpz"] ++disabled_module_list = ["_sqlite3", "_tkinter", "_gdbm"] def add_dir_to_list(dirlist, dir): """Add the directory 'dir' to the list 'dirlist' (at the front) if -- cgit v1.2.3