Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang document non-obvious readline build dependency



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e26e35b43998
branches:  trunk
changeset: 431610:e26e35b43998
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu May 14 21:43:11 2020 +0000

description:
document non-obvious readline build dependency

diffstat:

 lang/python27/Makefile |  3 ++-
 lang/python36/Makefile |  3 ++-
 lang/python37/Makefile |  3 ++-
 lang/python38/Makefile |  3 ++-
 4 files changed, 8 insertions(+), 4 deletions(-)

diffs (68 lines):

diff -r 8feefcb6eddc -r e26e35b43998 lang/python27/Makefile
--- a/lang/python27/Makefile    Thu May 14 21:40:01 2020 +0000
+++ b/lang/python27/Makefile    Thu May 14 21:43:11 2020 +0000
@@ -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 @@
 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 -r 8feefcb6eddc -r e26e35b43998 lang/python36/Makefile
--- a/lang/python36/Makefile    Thu May 14 21:40:01 2020 +0000
+++ b/lang/python36/Makefile    Thu May 14 21:43:11 2020 +0000
@@ -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 @@
                ${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 -r 8feefcb6eddc -r e26e35b43998 lang/python37/Makefile
--- a/lang/python37/Makefile    Thu May 14 21:40:01 2020 +0000
+++ b/lang/python37/Makefile    Thu May 14 21:43:11 2020 +0000
@@ -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 @@
                ${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 -r 8feefcb6eddc -r e26e35b43998 lang/python38/Makefile
--- a/lang/python38/Makefile    Thu May 14 21:40:01 2020 +0000
+++ b/lang/python38/Makefile    Thu May 14 21:43:11 2020 +0000
@@ -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 @@
                ${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"



Home | Main Index | Thread Index | Old Index