aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-05-05 10:35:40 +0000
committerStefan Eßer <se@FreeBSD.org>2021-05-05 10:39:56 +0000
commita523e531cd2418b75d43ef92f1f41adba7619fec (patch)
tree9ee7c56da6e6e12083d2ffbfe9c56b6fb1aa0227
parente6405ffd8874223baa2e17fdc67ed09266fd6bab (diff)
downloadports-a523e531cd2418b75d43ef92f1f41adba7619fec.tar.gz
ports-a523e531cd2418b75d43ef92f1f41adba7619fec.zip
security/ncrack: mark broken for FreeBSD-11 with base OpenSSL
OpenSSL versions before 1.0 do not provide all required functions in libcrypto. On FreeBSD-11 the ports version of OpenSSL is required to build this port.
-rw-r--r--security/ncrack/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/ncrack/Makefile b/security/ncrack/Makefile
index 04cb8e20e660..ab6f29e030b3 100644
--- a/security/ncrack/Makefile
+++ b/security/ncrack/Makefile
@@ -19,4 +19,10 @@ GNU_CONFIGURE= yes
CPPFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_11= OpenSSL > 1.0 required
+.endif
+
+.include <bsd.port.post.mk>