diff options
author | zeising <zeising@FreeBSD.org> | 2019-09-09 23:08:50 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2019-09-09 23:08:50 +0800 |
commit | e371d59cba2d9dc084d1afda8eb0785f26ed4907 (patch) | |
tree | 6cbff7185dfe8cee996cb1bd9a7b175d0be41983 /net-mgmt/nrpe3 | |
parent | cbd493af89bd77d8946c29fc25a3d41c6fc4e785 (diff) | |
download | freebsd-ports-gnome-e371d59cba2d9dc084d1afda8eb0785f26ed4907.tar.gz freebsd-ports-gnome-e371d59cba2d9dc084d1afda8eb0785f26ed4907.tar.zst freebsd-ports-gnome-e371d59cba2d9dc084d1afda8eb0785f26ed4907.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
Diffstat (limited to 'net-mgmt/nrpe3')
-rw-r--r-- | net-mgmt/nrpe3/Makefile | 3 |
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 |