svn commit: r498448 - branches/2019Q2/net-mgmt/nsca-ng
Antoine Brodin
antoine at FreeBSD.org
Tue Apr 9 05:48:53 UTC 2019
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
More information about the svn-ports-branches
mailing list