aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-04-14 14:42:59 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-04-14 14:42:59 +0000
commitca46f0a3a3733e70c09acb8fc25dced3615e6933 (patch)
treef41338cea588bc6a103d902c2ffe30dbac294ba1 /www
parent8edc27957471cb6d17d2c99ceb296d143d27e836 (diff)
downloadports-ca46f0a3a3733e70c09acb8fc25dced3615e6933.tar.gz
ports-ca46f0a3a3733e70c09acb8fc25dced3615e6933.zip
Rename (BROKEN|IGNORE)_OPENSSL to \1_SSL.
Suggested by: sunpoet Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=438518
Diffstat (limited to 'www')
-rw-r--r--www/libwww/Makefile2
-rw-r--r--www/mod_auth_gssapi/Makefile4
-rw-r--r--www/mod_spdy/Makefile4
3 files changed, 5 insertions, 5 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile
index c22941f67eae..774d7d35c2a2 100644
--- a/www/libwww/Makefile
+++ b/www/libwww/Makefile
@@ -22,7 +22,7 @@ USES= gmake libtool perl5 ssl tar:tgz
USE_PERL5= build
USE_LDCONFIG= yes
-BROKEN_OPENSSL= openssl-devel
+BROKEN_SSL= openssl-devel
post-install:
${INSTALL_DATA} ${WRKSRC}/modules/expat/xmlparse/xmlparse.h \
diff --git a/www/mod_auth_gssapi/Makefile b/www/mod_auth_gssapi/Makefile
index 1c5fe6ccaec7..1ff2d34ed2bb 100644
--- a/www/mod_auth_gssapi/Makefile
+++ b/www/mod_auth_gssapi/Makefile
@@ -29,8 +29,8 @@ SUB_FILES= ${APMOD_FILE}
APMOD_FILE= 240_${PORTNAME}.conf.sample
PLIST_SUB+= APMOD_FILE=${APMOD_FILE}
-IGNORE_OPENSSL= libressl libressl-devel
-IGNORE_OPENSSL_REASON= mod_auth_gssapi currently only supports OpenSSL
+IGNORE_SSL= libressl libressl-devel
+IGNORE_SSL_REASON= mod_auth_gssapi currently only supports OpenSSL
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}
diff --git a/www/mod_spdy/Makefile b/www/mod_spdy/Makefile
index 613ca4fa4099..6bee0c45a7c2 100644
--- a/www/mod_spdy/Makefile
+++ b/www/mod_spdy/Makefile
@@ -82,8 +82,8 @@ CONFIGURE_ENV+= CFLAGS="${CFLAGS}" \
LDFLAGS="${LDFLAGS}"
MAKE_ENV+= BUILDTYPE=${BUILDTYPE}
-BROKEN_OPENSSL= libressl libressl-devel
-BROKEN_OPENSSL_REASON= incompatible with LibreSSL, please use www/apache24 with mod_http2
+BROKEN_SSL= libressl libressl-devel
+BROKEN_SSL_REASON= incompatible with LibreSSL, please use www/apache24 with mod_http2
.include <bsd.port.pre.mk>