git: bab88a75bc2a - main - security/isakmpd: extend BROKENness to FreeBSD 14

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Apr 27 14:22:49 UTC 2021


The branch main has been updated by amdmi3:

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

commit bab88a75bc2a69e215219be7a4f204c8042d8f8e
Author:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-04-27 14:16:05 +0000
Commit:     Dmitry Marakasov <amdmi3 at 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


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