summaryrefslogtreecommitdiff
path: root/lang/python26/patches
diff options
context:
space:
mode:
authordrochner <drochner>2010-09-06 17:33:57 +0000
committerdrochner <drochner>2010-09-06 17:33:57 +0000
commitaedb9e5c8c1158bffd594a308c98cd94a98d21c3 (patch)
tree0b550eef3bc60aa35b2c7db9c7efbd50d84be7e1 /lang/python26/patches
parentcd4fe007191f93ec73ba0171abddbec10ac56acf (diff)
downloadpkgsrc-aedb9e5c8c1158bffd594a308c98cd94a98d21c3.tar.gz
-add workaround for bind_textdomain_codeset()-problem like in python25
-disable build of *audiodev and spwd to avoid complexity -- if needed these can be added as seperate pkgs ride on recent update
Diffstat (limited to 'lang/python26/patches')
-rw-r--r--lang/python26/patches/patch-am13
1 files changed, 10 insertions, 3 deletions
diff --git a/lang/python26/patches/patch-am b/lang/python26/patches/patch-am
index 0fcdc658e3f..e4ca6b40dfe 100644
--- a/lang/python26/patches/patch-am
+++ b/lang/python26/patches/patch-am
@@ -1,11 +1,18 @@
-$NetBSD: patch-am,v 1.12 2010/09/04 05:12:00 obache Exp $
+$NetBSD: patch-am,v 1.13 2010/09/06 17:33:57 drochner Exp $
Disabled modules for normal build:
bsdddb
curses
curses_panel
elementtree
-Those have separate packages.
+sqlite3
+tkinter
+gdbm
+pyexpat
+readline
+{linux,oss,sun}audiodev
+spwb
+Those have separate packages where needed.
Only check the BUILDLINK_DIR for libraries etc, do not pick up random
headers and libraries from the system.
@@ -19,7 +26,7 @@ Build the 1.85 compat module all the time against the BDB version of choice.
# 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", "_sqlite3", "_tkinter", "gdbm", "pyexpat", "readline"]
++disabled_module_list = ["_bsddb", "_curses", "_curses_panel", "_elementtree", "_sqlite3", "_tkinter", "gdbm", "pyexpat", "readline", "linuxaudiodev", "ossaudiodev", "spwd", "sunaudiodev"]
def add_dir_to_list(dirlist, dir):
"""Add the directory 'dir' to the list 'dirlist' (at the front) if