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

Niclas Zeising zeising at FreeBSD.org
Mon Oct 7 18:53:38 UTC 2019


Author: zeising
Date: Mon Oct  7 18:53:38 2019
New Revision: 513989
URL: https://svnweb.freebsd.org/changeset/ports/513989

Log:
  net-mgmt/nrpe3: Allow using libressl
  
  Apparently, nrpe3 works with libressl if the configuration is changed
  slightly, so remove BROKEN.
  This reverts r511634.
  
  PR:		240396

Modified:
  head/net-mgmt/nrpe3/Makefile

Modified: head/net-mgmt/nrpe3/Makefile
==============================================================================
--- head/net-mgmt/nrpe3/Makefile	Mon Oct  7 18:43:21 2019	(r513988)
+++ head/net-mgmt/nrpe3/Makefile	Mon Oct  7 18:53:38 2019	(r513989)
@@ -13,9 +13,6 @@ 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-head mailing list