Date: Tue, 3 Aug 2021 19:35:25 GMT From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: af8f311a290b - main - net/krill: Mark IGNORE on 11.4 with base openssl Message-ID: <202108031935.173JZPiv068216@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=af8f311a290bde778422f84584790a9ea8e8db5c commit af8f311a290bde778422f84584790a9ea8e8db5c Author: Jaap Akkerhuis <jaap@NLnetLabs.nl> AuthorDate: 2021-08-03 19:34:18 +0000 Commit: Li-Wen Hsu <lwhsu@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108031935.173JZPiv068216>