Index: Mk/Uses/ssl.mk =================================================================== --- Mk/Uses/ssl.mk +++ Mk/Uses/ssl.mk @@ -64,6 +64,16 @@ @${FALSE} . endif +. if ${OSVERSION} >= 1200085 && ${BROKEN_SSL:Mopenssl111} +. if defined(BROKEN_SSL_REASON_openssl111) +BROKEN= does not build with DEFAULT_VERSIONS+=ssl=base: ${BROKEN_SSL_REASON_openssl111} +. elif defined(BROKEN_SSL_REASON) +BROKEN= does not build with DEFAULT_VERSIONS+=ssl=base: ${BROKEN_SSL_REASON} +. else +BROKEN= does not build with DEFAULT_VERSIONS+=ssl=${SSL_DEFAULT} +. endif +. endif + .else # ${SSL_DEFAULT} != base OPENSSLBASE= ${LOCALBASE}