Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 May 2021 10:40:05 GMT
From:      =?utf-8?B?U3RlZmFuIEXDn2Vy?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a523e531cd24 - main - security/ncrack: mark broken for FreeBSD-11 with base OpenSSL
Message-ID:  <202105051040.145Ae5Z3005641@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by se:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a523e531cd2418b75d43ef92f1f41adba7619fec

commit a523e531cd2418b75d43ef92f1f41adba7619fec
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-05-05 10:35:40 +0000
Commit:     Stefan Eßer <se@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>



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