pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python26 more replace interpreter line.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ae14347a59dd
branches:  trunk
changeset: 587980:ae14347a59dd
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Apr 23 01:41:36 2011 +0000

description:
more replace interpreter line.

diffstat:

 lang/python26/Makefile |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 83a2518c9ba3 -r ae14347a59dd lang/python26/Makefile
--- a/lang/python26/Makefile    Fri Apr 22 23:05:26 2011 +0000
+++ b/lang/python26/Makefile    Sat Apr 23 01:41:36 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2011/04/22 13:42:00 obache Exp $
+# $NetBSD: Makefile,v 1.37 2011/04/23 01:41:36 obache Exp $
 
 .include "dist.mk"
 
@@ -145,6 +145,13 @@
 REPLACE_FILES.py26=    Lib/cgi.py      # explicitly demanded to be patched
 REPLACE_FILES.py26+=   Lib/bsddb/dbshelve.py Lib/test/test_bz2.py
 REPLACE_FILES.py26+=   Lib/test/test_largefile.py Lib/test/test_optparse.py
+REPLACE_FILES.py26+=   Lib/*.py
+REPLACE_FILES.py26+=   Lib/test/*.py
+REPLACE_FILES.py26+=   Lib/bsddb/test/test_dbtables.py
+REPLACE_FILES.py26+=   Lib/encodings/rot_13.py
+REPLACE_FILES.py26+=   Lib/idlelib/PyShell.py
+REPLACE_FILES.py26+=   Lib/lib2to3/pgen2/token.py
+REPLACE_FILES.py26+=   Lib/lib2to3/tests/pytree_idempotency.py
 
 SUBST_CLASSES+=                findlib
 SUBST_MESSAGE.findlib= Fixing find_library_file on Darwin.



Home | Main Index | Thread Index | Old Index