diff options
-rw-r--r-- | Mk/Uses/ssl.mk | 8 | ||||
-rw-r--r-- | www/mod_spdy/Makefile | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Mk/Uses/ssl.mk b/Mk/Uses/ssl.mk index 0162859348bd..653e1222b301 100644 --- a/Mk/Uses/ssl.mk +++ b/Mk/Uses/ssl.mk @@ -79,9 +79,9 @@ OPENSSL_PORT= security/${SSL_DEFAULT} . if defined(BROKEN_SSL) && ${BROKEN_SSL:M${SSL_DEFAULT}} . if defined(BROKEN_SSL_REASON_${SSL_DEFAULT}) -BROKEN= ${BROKEN_SSL_REASON_${SSL_DEFAULT}} +BROKEN= does not build with DEFAULT_VERSIONS+=ssl=${SSL_DEFAULT}: ${BROKEN_SSL_REASON_${SSL_DEFAULT}} . elif defined(BROKEN_SSL_REASON) -BROKEN= ${BROKEN_SSL_REASON} +BROKEN= does not build with DEFAULT_VERSIONS+=ssl=${SSL_DEFAULT}: ${BROKEN_SSL_REASON} . else BROKEN= does not build with DEFAULT_VERSIONS+=ssl=${SSL_DEFAULT} . endif @@ -89,9 +89,9 @@ BROKEN= does not build with DEFAULT_VERSIONS+=ssl=${SSL_DEFAULT} . if defined(IGNORE_SSL) && ${IGNORE_SSL:M${SSL_DEFAULT}} . if defined(IGNORE_SSL_REASON_${SSL_DEFAULT}) -IGNORE= ${IGNORE_SSL_REASON_${SSL_DEFAULT}} +IGNORE= not compatible DEFAULT_VERSIONS+=ssl=${SSL_DEFAULT}: ${IGNORE_SSL_REASON_${SSL_DEFAULT}} . elif defined(IGNORE_SSL_REASON) -IGNORE= ${IGNORE_SSL_REASON} +IGNORE= not compatible DEFAULT_VERSIONS+=ssl=${SSL_DEFAULT}: ${IGNORE_SSL_REASON} . else IGNORE= not compatible DEFAULT_VERSIONS+=ssl=${SSL_DEFAULT} . endif diff --git a/www/mod_spdy/Makefile b/www/mod_spdy/Makefile index 6bee0c45a7c2..9af4d3098209 100644 --- a/www/mod_spdy/Makefile +++ b/www/mod_spdy/Makefile @@ -83,7 +83,7 @@ CONFIGURE_ENV+= CFLAGS="${CFLAGS}" \ MAKE_ENV+= BUILDTYPE=${BUILDTYPE} BROKEN_SSL= libressl libressl-devel -BROKEN_SSL_REASON= incompatible with LibreSSL, please use www/apache24 with mod_http2 +BROKEN_SSL_REASON= please use www/apache24 with mod_http2 .include <bsd.port.pre.mk> |