aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/zabbix3-server
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2017-04-17 16:09:07 +0000
committerKurt Jaeger <pi@FreeBSD.org>2017-04-17 16:09:07 +0000
commit62db2aee1f2d65fb43bb9cab241e6cc1f43b5151 (patch)
treed70d303052f34ac5a3fe9e132abfe2e536e17a8a /net-mgmt/zabbix3-server
parent3aa3491d300c24bdc4e8714f95a253a8bf4675c4 (diff)
downloadports-62db2aee1f2d65fb43bb9cab241e6cc1f43b5151.tar.gz
ports-62db2aee1f2d65fb43bb9cab241e6cc1f43b5151.zip
net-mgmt/zabbix3[2]-server: BROKEN with libressl, does not provide PSK
PR: 218238 Submitted by: Franco Fichtner <franco@opnsense.org> Approved by: pg@pakhom.spb.ru (maintainer timeout)
Notes
Notes: svn path=/head/; revision=438731
Diffstat (limited to 'net-mgmt/zabbix3-server')
-rw-r--r--net-mgmt/zabbix3-server/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/net-mgmt/zabbix3-server/Makefile b/net-mgmt/zabbix3-server/Makefile
index 8649a7f45e6f..dedd0610e904 100644
--- a/net-mgmt/zabbix3-server/Makefile
+++ b/net-mgmt/zabbix3-server/Makefile
@@ -137,6 +137,8 @@ LIBXML2_LIB_DEPENDS= libxml2.so:textproc/libxml2
OPENSSL_CONFIGURE_WITH= openssl
OPENSSL_USES= ssl
+OPENSSL_VARS= BROKEN_SSL="libressl libressl-devel" \
+ BROKEN_SSL_REASON="PSK is not provided by LibreSSL"
GNUTLS_CONFIGURE_WITH= gnutls
GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls
@@ -146,10 +148,6 @@ POLARSSL_LIB_DEPENDS= libmbedtls.so:security/polarssl13
.include <bsd.port.pre.mk>
-.if ${SSL_DEFAULT:Mlibressl*}
-IGNORE= requires PSK which is unsupported by the selected LibreSSL
-.endif
-
post-patch:
@${GREP} -rl "/etc/zabbix" ${WRKSRC} \
| ${XARGS} ${REINPLACE_CMD} -e 's#/etc/zabbix#${ETCDIR}#g'