git: 29a43baec4e6 - 2021Q2 - security/osslsigncode: extend BROKEN to FreeBSD 14

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Apr 26 16:41:41 UTC 2021


The branch 2021Q2 has been updated by amdmi3:

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

commit 29a43baec4e657e19323bf88df61768a9b957bc8
Author:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-04-26 16:40:04 +0000
Commit:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-04-26 16:40:25 +0000

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

diff --git a/security/osslsigncode/Makefile b/security/osslsigncode/Makefile
index f899197040a8..ed34317ee904 100644
--- a/security/osslsigncode/Makefile
+++ b/security/osslsigncode/Makefile
@@ -27,6 +27,7 @@ GSF_LIB_DEPENDS=	libgsf-1.so:devel/libgsf
 .if ${SSL_DEFAULT} == base
 BROKEN_FreeBSD_12=	variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st')
 BROKEN_FreeBSD_13=	variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st')
+BROKEN_FreeBSD_14=	variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st')
 .endif
 
 post-patch:


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