summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-04-27 12:14:29 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-04-27 12:14:29 +0000
commit4e806f9235ae162328a233e8365a6df4975f878e (patch)
tree103494191e0082dcb4164e3caa6cd9f4668fb036
parent- Add python3 counterpart for py-fonttools (diff)
Enhance the BROKEN_SSL messages.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=439540
-rw-r--r--Mk/Uses/ssl.mk8
-rw-r--r--www/mod_spdy/Makefile2
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>