Date: Tue, 27 Apr 2021 14:22:49 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: bab88a75bc2a - main - security/isakmpd: extend BROKENness to FreeBSD 14 Message-ID: <202104271422.13REMnY1034422@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=bab88a75bc2a69e215219be7a4f204c8042d8f8e commit bab88a75bc2a69e215219be7a4f204c8042d8f8e Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-04-27 14:16:05 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2021-04-27 14:21:13 +0000 security/isakmpd: extend BROKENness to FreeBSD 14 --- security/isakmpd/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile index 87faef8c0646..6128104251bb 100644 --- a/security/isakmpd/Makefile +++ b/security/isakmpd/Makefile @@ -29,6 +29,7 @@ MAKE_JOBS_UNSAFE= yes .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= variable has incomplete type 'X509_STORE_CTX' (aka 'struct x509_store_ctx_st') BROKEN_FreeBSD_13= variable has incomplete type 'X509_STORE_CTX' (aka 'struct x509_store_ctx_st') +BROKEN_FreeBSD_14= variable has incomplete type 'X509_STORE_CTX' (aka 'struct x509_store_ctx_st') .endif OPENSSLINC?= /usr/include
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104271422.13REMnY1034422>