summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2020-05-14 21:43:11 +0000
committertnn <tnn@pkgsrc.org>2020-05-14 21:43:11 +0000
commit00d653fd139e9230857d13392d22ee3f6f07adfc (patch)
tree4c448fbfca017512019c05ad2ec469ff08c755c7 /lang
parent0fa83b51c4f4266807c6c6a88261e9cbbbe7f078 (diff)
downloadpkgsrc-00d653fd139e9230857d13392d22ee3f6f07adfc.tar.gz
document non-obvious readline build dependency
Diffstat (limited to 'lang')
-rw-r--r--lang/python27/Makefile3
-rw-r--r--lang/python36/Makefile3
-rw-r--r--lang/python37/Makefile3
-rw-r--r--lang/python38/Makefile3
4 files changed, 8 insertions, 4 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile
index b3b9c9c2dee..5abf349b6f4 100644
--- a/lang/python27/Makefile
+++ b/lang/python27/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.83 2020/04/20 20:05:56 adam Exp $
+# $NetBSD: Makefile,v 1.84 2020/05/14 21:43:11 tnn Exp $
.include "dist.mk"
@@ -211,6 +211,7 @@ post-install:
CONFIGURE_ENV+= ac_cv_type_socklen_t=yes
.endif
+# needed to make devel/py-readline pick up the correct readline implementation
BUILDLINK_DEPMETHOD.readline= build
.include "../../archivers/bzip2/buildlink3.mk"
diff --git a/lang/python36/Makefile b/lang/python36/Makefile
index 0dd916bd530..d1d31f83c38 100644
--- a/lang/python36/Makefile
+++ b/lang/python36/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2020/03/08 16:42:29 bsiegert Exp $
+# $NetBSD: Makefile,v 1.23 2020/05/14 21:43:11 tnn Exp $
PKGREVISION= 2
.include "dist.mk"
@@ -178,6 +178,7 @@ post-install:
${DESTDIR}${PREFIX}/lib/libpython3.6.sl.1.0
.endif
+# needed to make devel/py-readline pick up the correct readline implementation
BUILDLINK_DEPMETHOD.readline= build
.include "../../archivers/bzip2/buildlink3.mk"
diff --git a/lang/python37/Makefile b/lang/python37/Makefile
index d020b0bdc6e..99773748fda 100644
--- a/lang/python37/Makefile
+++ b/lang/python37/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2020/03/11 08:31:57 adam Exp $
+# $NetBSD: Makefile,v 1.16 2020/05/14 21:43:11 tnn Exp $
.include "dist.mk"
@@ -170,6 +170,7 @@ post-install:
${DESTDIR}${PREFIX}/lib/libpython3.7.sl.1.0
.endif
+# needed to make devel/py-readline pick up the correct readline implementation
BUILDLINK_DEPMETHOD.readline= build
.include "../../archivers/bzip2/buildlink3.mk"
diff --git a/lang/python38/Makefile b/lang/python38/Makefile
index 7c6ef2f81cc..147e8e94377 100644
--- a/lang/python38/Makefile
+++ b/lang/python38/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/03/08 16:42:29 bsiegert Exp $
+# $NetBSD: Makefile,v 1.8 2020/05/14 21:43:11 tnn Exp $
PKGREVISION= 1
.include "dist.mk"
@@ -174,6 +174,7 @@ post-install:
${DESTDIR}${PREFIX}/lib/libpython3.8.sl.1.0
.endif
+# needed to make devel/py-readline pick up the correct readline implementation
BUILDLINK_DEPMETHOD.readline= build
.include "../../archivers/bzip2/buildlink3.mk"