pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/python34



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Feb 20 06:42:32 UTC 2018

Modified Files:
        pkgsrc/lang/python34: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/lang/python34/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/python34/Makefile
diff -u pkgsrc/lang/python34/Makefile:1.24 pkgsrc/lang/python34/Makefile:1.25
--- pkgsrc/lang/python34/Makefile:1.24  Mon Feb  5 17:35:12 2018
+++ pkgsrc/lang/python34/Makefile       Tue Feb 20 06:42:32 2018
@@ -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 @@ PTHREAD_OPTS+=       require
 
 .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