git: 6091459a49e4 - main - security/keynote: extend BROKENness to FreeBSD 14

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Apr 29 14:27:18 UTC 2021


The branch main has been updated by amdmi3:

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

commit 6091459a49e425c3cdc3dd40991f51e2cf5092ce
Author:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-04-28 16:55:37 +0000
Commit:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-04-29 14:20:09 +0000

    security/keynote: extend BROKENness to FreeBSD 14
---
 security/keynote/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/security/keynote/Makefile b/security/keynote/Makefile
index e4471256f511..13334dcab71e 100644
--- a/security/keynote/Makefile
+++ b/security/keynote/Makefile
@@ -30,6 +30,7 @@ OPTIONS_DEFINE=	DOCS
 .if ${SSL_DEFAULT} == base
 BROKEN_FreeBSD_12=	incomplete definition of type 'struct evp_pkey_st'
 BROKEN_FreeBSD_13=	incomplete definition of type 'struct evp_pkey_st'
+BROKEN_FreeBSD_14=	incomplete definition of type 'struct evp_pkey_st'
 .endif
 
 do-install:


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