pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/41098: lang/python25 installs broken cElementTree module
The following reply was made to PR pkg/41098; it has been noted by GNATS.
From: Hasso Tepper <hasso%estpak.ee@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/41098: lang/python25 installs broken cElementTree module
Date: Mon, 30 Mar 2009 15:33:02 +0300
--Boundary-00=_+vL0JUXVXEcRfrL
Content-Type: text/plain;
charset="iso-8859-15"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
The obvious fix attached. Tested with local stuff only. OK to commit?
--
Hasso Tepper
--Boundary-00=_+vL0JUXVXEcRfrL
Content-Type: text/x-diff;
charset="iso 8859-13";
name="pkgsrc-lang-python25.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="pkgsrc-lang-python25.patch"
Index: Makefile
===================================================================
RCS file: /NetBSD/pkgsrc/lang/python25/Makefile,v
retrieving revision 1.13
diff -u -3 -p -r1.13 Makefile
--- Makefile 20 Mar 2009 18:19:20 -0000 1.13
+++ Makefile 30 Mar 2009 12:29:29 -0000
@@ -2,7 +2,7 @@
DISTNAME= Python-2.5.2
PKGNAME= python25-2.5.2
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= lang python
MASTER_SITES= ftp://ftp.python.org/pub/python/2.5.2/ \
http://www.python.org/ftp/python/2.5.2/
Index: PLIST.common
===================================================================
RCS file: /NetBSD/pkgsrc/lang/python25/PLIST.common,v
retrieving revision 1.3
diff -u -3 -p -r1.3 PLIST.common
--- PLIST.common 25 Apr 2008 11:51:13 -0000 1.3
+++ PLIST.common 30 Mar 2009 12:29:29 -0000
@@ -1527,6 +1527,7 @@ lib/python${PY_VER_SUFFIX}/lib-dynload/_
lib/python${PY_VER_SUFFIX}/lib-dynload/_csv.so
lib/python${PY_VER_SUFFIX}/lib-dynload/_ctypes.so
lib/python${PY_VER_SUFFIX}/lib-dynload/_ctypes_test.so
+lib/python${PY_VER_SUFFIX}/lib-dynload/_elementtree.so
lib/python${PY_VER_SUFFIX}/lib-dynload/_functools.so
lib/python${PY_VER_SUFFIX}/lib-dynload/_hashlib.so
lib/python${PY_VER_SUFFIX}/lib-dynload/_heapq.so
Index: distinfo
===================================================================
RCS file: /NetBSD/pkgsrc/lang/python25/distinfo,v
retrieving revision 1.7
diff -u -3 -p -r1.7 distinfo
--- distinfo 17 Dec 2008 12:49:51 -0000 1.7
+++ distinfo 30 Mar 2009 12:29:29 -0000
@@ -14,7 +14,7 @@ SHA1 (patch-ai) = a89bee00860910f53a23b1
SHA1 (patch-aj) = a75d680a6b8b1ad3c9222dcb841f4fb10db6d16d
SHA1 (patch-ak) = 948362c15ad59abeef46971f9b870b70655a62c7
SHA1 (patch-al) = 85063c81a98de221eb5357aa2a0b172feb3ed950
-SHA1 (patch-am) = 8968853066d2d1a4f76a7ee4ce328ba372d19666
+SHA1 (patch-am) = eb294a849fe11483e44819f3902613089f42dc12
SHA1 (patch-an) = 17b4e17b3b562c29a050e9bb20447084ce82b8ab
SHA1 (patch-ao) = 9bbd5561c010e0a1ab8e0a70d27a5f77fd2089d2
SHA1 (patch-ap) = b864db92761c843a91374663bd2dbcfa57b317cf
Index: patches/patch-am
===================================================================
RCS file: /NetBSD/pkgsrc/lang/python25/patches/patch-am,v
retrieving revision 1.1.1.1
diff -u -3 -p -r1.1.1.1 patch-am
--- patches/patch-am 24 Apr 2008 01:50:58 -0000 1.1.1.1
+++ patches/patch-am 30 Mar 2009 12:29:29 -0000
@@ -7,7 +7,7 @@ $NetBSD: patch-am,v 1.1.1.1 2008/04/24 0
# 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", "_sqlite",
"_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
--Boundary-00=_+vL0JUXVXEcRfrL--
Home |
Main Index |
Thread Index |
Old Index