pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-readline Require newer Python base version th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/24b84ba97e02
branches:  trunk
changeset: 544422:24b84ba97e02
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jul 14 14:43:45 2008 +0000

description:
Require newer Python base version that has configure output with
readline installed. This fixes segmentation faults when using
command completition support. Bump revision.

diffstat:

 devel/py-readline/Makefile |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 63e984763f3f -r 24b84ba97e02 devel/py-readline/Makefile
--- a/devel/py-readline/Makefile        Mon Jul 14 14:42:51 2008 +0000
+++ b/devel/py-readline/Makefile        Mon Jul 14 14:43:45 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2006/11/05 17:49:34 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2008/07/14 14:43:45 joerg Exp $
 #
 
 PKGNAME=       ${PYPKGPREFIX}-readline-0
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    devel misc python
 
 MAINTAINER=    tsarna%NetBSD.org@localhost
@@ -28,6 +28,11 @@
        ${PATCH} --batch <$$f || true; \
        done)
 
+BUILDLINK_API_DEPENDS.python21+=       python21>=2.1.3nb16
+BUILDLINK_API_DEPENDS.python23+=       python23>=2.3.5nb11
+BUILDLINK_API_DEPENDS.python24+=       python24>=2.4.5nb1
+BUILDLINK_API_DEPENDS.python25+=       python25>=2.5.2nb2
+
 .include "../../devel/readline/buildlink3.mk"
 .include "../../lang/python/extension.mk"
 .include "../../lang/python/srcdist.mk"



Home | Main Index | Thread Index | Old Index