pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python34 python34: mark as broken on NetBSD-curre...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a3c8f6c9d95c
branches:  trunk
changeset: 375737:a3c8f6c9d95c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Feb 20 06:42:32 2018 +0000

description:
python34: mark as broken on NetBSD-current due to openssl-1.1

diffstat:

 lang/python34/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r c73cee27b8d5 -r a3c8f6c9d95c lang/python34/Makefile
--- a/lang/python34/Makefile    Tue Feb 20 06:42:20 2018 +0000
+++ b/lang/python34/Makefile    Tue Feb 20 06:42:32 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2018/02/05 17:35:12 adam Exp $
+# $NetBSD: Makefile,v 1.25 2018/02/20 06:42:32 wiz Exp $
 
 .include "dist.mk"
 
@@ -36,6 +36,10 @@
 
 .include "../../mk/bsd.prefs.mk"
 
+.if !empty(MACHINE_PLATFORM:MNetBSD-8.99.[1-9][0-9]-*)
+BROKEN=                python-3.4 does not support OpenSSL-1.1
+.endif
+
 # http://bugs.python.org/issue13241
 .if !empty(MACHINE_PLATFORM:MDarwin-10.*)
 PKGSRC_COMPILER=       clang



Home | Main Index | Thread Index | Old Index