git: a523e531cd24 - main - security/ncrack: mark broken for FreeBSD-11 with base OpenSSL
Stefan Eßer
se at FreeBSD.org
Wed May 5 10:40:05 UTC 2021
The branch main has been updated by se:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a523e531cd2418b75d43ef92f1f41adba7619fec
commit a523e531cd2418b75d43ef92f1f41adba7619fec
Author: Stefan Eßer <se at FreeBSD.org>
AuthorDate: 2021-05-05 10:35:40 +0000
Commit: Stefan Eßer <se at FreeBSD.org>
CommitDate: 2021-05-05 10:39:56 +0000
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.
---
security/ncrack/Makefile | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
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>
More information about the dev-commits-ports-all
mailing list