Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Apr 2019 05:48:52 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r498448 - branches/2019Q2/net-mgmt/nsca-ng
Message-ID:  <201904090548.x395mqsw011833@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Apr  9 05:48:52 2019
New Revision: 498448
URL: https://svnweb.freebsd.org/changeset/ports/498448

Log:
  MFH: r498447
  
  Mark BROKEN on FreeBSD 12 and 13
  
  Reported by:	pkg-fallout

Modified:
  branches/2019Q2/net-mgmt/nsca-ng/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/net-mgmt/nsca-ng/Makefile
==============================================================================
--- branches/2019Q2/net-mgmt/nsca-ng/Makefile	Tue Apr  9 05:48:34 2019	(r498447)
+++ branches/2019Q2/net-mgmt/nsca-ng/Makefile	Tue Apr  9 05:48:52 2019	(r498448)
@@ -38,6 +38,11 @@ OPTIONS_DEFINE=	DOCS EXAMPLES
 
 .include <bsd.port.pre.mk>
 
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12=	cannot link with OpenSSL
+BROKEN_FreeBSD_13=	cannot link with OpenSSL
+.endif
+
 .if ${SSL_DEFAULT:Mlibressl*}
 IGNORE=	Requires PSK which is unsupported by the selected LibreSSL
 .endif



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