svn commit: r498447 - head/net-mgmt/nsca-ng

Antoine Brodin antoine at FreeBSD.org
Tue Apr 9 05:48:36 UTC 2019


Author: antoine
Date: Tue Apr  9 05:48:34 2019
New Revision: 498447
URL: https://svnweb.freebsd.org/changeset/ports/498447

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

Modified:
  head/net-mgmt/nsca-ng/Makefile

Modified: head/net-mgmt/nsca-ng/Makefile
==============================================================================
--- head/net-mgmt/nsca-ng/Makefile	Tue Apr  9 05:38:43 2019	(r498446)
+++ head/net-mgmt/nsca-ng/Makefile	Tue Apr  9 05:48:34 2019	(r498447)
@@ -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


More information about the svn-ports-head mailing list