[Midnightbsd-cvs] mports [24458] trunk/lang/python37/Makefile: temporarily disable ssl until we can update it
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Oct 12 12:44:54 EDT 2018
Revision: 24458
http://svnweb.midnightbsd.org/mports/?rev=24458
Author: laffer1
Date: 2018-10-12 12:44:52 -0400 (Fri, 12 Oct 2018)
Log Message:
-----------
temporarily disable ssl until we can update it
Modified Paths:
--------------
trunk/lang/python37/Makefile
Modified: trunk/lang/python37/Makefile
===================================================================
--- trunk/lang/python37/Makefile 2018-10-12 05:15:50 UTC (rev 24457)
+++ trunk/lang/python37/Makefile 2018-10-12 16:44:52 UTC (rev 24458)
@@ -116,13 +116,9 @@
PLIST_SUB+= NO_NIS=""
.endif
-# python37 fails to build ssl module on FreeBSD10 with base SSL because X509_VERIFY_PARAM_set1_host check fails.
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000 && ${SSL_DEFAULT} == base
+# python37 fails to build ssl module with base SSL because X509_VERIFY_PARAM_set1_host check fails.
PLIST_SUB+= NO_SSL="@comment "
WARNING+= "No SSL support for FreeBSD ${OSREL} with base SSL! OpenSSL must be greater than/equal to 1.0.2"
-.else
-PLIST_SUB+= NO_SSL=""
-.endif
post-patch:
# readline shared library is present on base before FreeBSD 11 - r268461
More information about the Midnightbsd-cvs
mailing list