aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nrpe3
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2019-09-09 15:08:50 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2019-09-09 15:08:50 +0000
commit7e500cbe40098e29b0c52d2ea4f7b2bf4c441f50 (patch)
tree6cbff7185dfe8cee996cb1bd9a7b175d0be41983 /net-mgmt/nrpe3
parentc7dfb4313d3b0fb8f4502bbbbb28fd7745c79008 (diff)
downloadports-7e500cbe40098e29b0c52d2ea4f7b2bf4c441f50.tar.gz
ports-7e500cbe40098e29b0c52d2ea4f7b2bf4c441f50.zip
net-mgmt/nrpe3: Mark broken with libressl
nrpe3 runtime is broken when using libressl, mark it as broken. PR: 240396 Reported by: korsani@free.fr
Notes
Notes: svn path=/head/; revision=511634
Diffstat (limited to 'net-mgmt/nrpe3')
-rw-r--r--net-mgmt/nrpe3/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net-mgmt/nrpe3/Makefile b/net-mgmt/nrpe3/Makefile
index d63d8ff74f61..b25acf9d2e7b 100644
--- a/net-mgmt/nrpe3/Makefile
+++ b/net-mgmt/nrpe3/Makefile
@@ -13,6 +13,9 @@ COMMENT?= Nagios Remote Plugin Executor
LICENSE= GPLv2
+BROKEN_SSL= libressl libressl-devel
+BROKEN_SSL_REASON= nrpe3 does not work with libressl
+
USE_GITHUB= yes
GH_ACCOUNT= NagiosEnterprises