svn commit: r511634 - head/net-mgmt/nrpe3

Niclas Zeising zeising at FreeBSD.org
Mon Sep 9 15:08:51 UTC 2019


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 at 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
 


More information about the svn-ports-all mailing list