Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Sep 2019 15:08:51 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r511634 - head/net-mgmt/nrpe3
Message-ID:  <201909091508.x89F8p7K092767@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Mon Sep  9 15:08:50 2019
New Revision: 511634
URL: https://svnweb.freebsd.org/changeset/ports/511634

Log:
  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

Modified:
  head/net-mgmt/nrpe3/Makefile

Modified: head/net-mgmt/nrpe3/Makefile
==============================================================================
--- head/net-mgmt/nrpe3/Makefile	Mon Sep  9 14:58:48 2019	(r511633)
+++ head/net-mgmt/nrpe3/Makefile	Mon Sep  9 15:08:50 2019	(r511634)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909091508.x89F8p7K092767>