Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Oct 2019 18:53:38 +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: r513989 - head/net-mgmt/nrpe3
Message-ID:  <201910071853.x97Irce5033626@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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