summaryrefslogtreecommitdiff
path: root/lang/python26/patches
diff options
context:
space:
mode:
authorobache <obache>2010-09-16 11:09:50 +0000
committerobache <obache>2010-09-16 11:09:50 +0000
commit9d470a370f47ed4338e0e7367ca5e3384fe05a8c (patch)
tree7767ca9a5eeccc1ac7080af39ce3de34c710ceb1 /lang/python26/patches
parent2ec3b6fcfd43d3a94abe305f0c5924ae4a0a6e4f (diff)
downloadpkgsrc-9d470a370f47ed4338e0e7367ca5e3384fe05a8c.tar.gz
some fixes and improvements
* fix a typo in patch-am * MESSAGE.SunOS is not required since the previous bump, because "sunaudiodev" module will not be installed anymore. * install 2to3 script with version suffix (and ALTERNATIVES) to avoid conflict with future python version. Bump PKGREVISION.
Diffstat (limited to 'lang/python26/patches')
-rw-r--r--lang/python26/patches/patch-am9
1 files changed, 5 insertions, 4 deletions
diff --git a/lang/python26/patches/patch-am b/lang/python26/patches/patch-am
index e4ca6b40dfe..a00ebbf4dc6 100644
--- a/lang/python26/patches/patch-am
+++ b/lang/python26/patches/patch-am
@@ -1,4 +1,4 @@
-$NetBSD: patch-am,v 1.13 2010/09/06 17:33:57 drochner Exp $
+$NetBSD: patch-am,v 1.14 2010/09/16 11:09:51 obache Exp $
Disabled modules for normal build:
bsdddb
@@ -11,7 +11,7 @@ gdbm
pyexpat
readline
{linux,oss,sun}audiodev
-spwb
+spwd
Those have separate packages where needed.
Only check the BUILDLINK_DIR for libraries etc, do not pick up random
@@ -316,9 +316,10 @@ Build the 1.85 compat module all the time against the BDB version of choice.
# Scripts to install
- scripts = ['Tools/scripts/pydoc', 'Tools/scripts/idle',
-+ scripts = ['Tools/scripts/pydoc2.6',
- 'Tools/scripts/2to3',
+- 'Tools/scripts/2to3',
- 'Lib/smtpd.py']
++ scripts = ['Tools/scripts/pydoc2.6',
++ 'Tools/scripts/2to3-2.6',
+ 'Lib/smtpd2.6.py']
)