git: af8f311a290b - main - net/krill: Mark IGNORE on 11.4 with base openssl

Li-Wen Hsu lwhsu at FreeBSD.org
Tue Aug 3 19:35:26 UTC 2021


The branch main has been updated by lwhsu:

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

commit af8f311a290bde778422f84584790a9ea8e8db5c
Author:     Jaap Akkerhuis <jaap at NLnetLabs.nl>
AuthorDate: 2021-08-03 19:34:18 +0000
Commit:     Li-Wen Hsu <lwhsu at FreeBSD.org>
CommitDate: 2021-08-03 19:34:18 +0000

    net/krill: Mark IGNORE on 11.4 with base openssl
    
    PR:             257585
---
 net/krill/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/net/krill/Makefile b/net/krill/Makefile
index f97e0737f83d..b9788f6b16ea 100644
--- a/net/krill/Makefile
+++ b/net/krill/Makefile
@@ -18,6 +18,11 @@ USES=		cargo ssl
 USE_GITHUB=	yes
 GH_ACCOUNT=	NLnetLabs
 
+.include <bsd.port.options.mk>
+.if ${OSVERSION} < 1200000 && ${SSL_DEFAULT} == base
+IGNORE=	Do not with with base ssl on RELEASE ${OSREL} ${OSVERSION}
+.endif
+
 USE_RC_SUBR=	${PORTNAME}
 
 # SUB_FILES=	pkg-message


More information about the dev-commits-ports-main mailing list