git: b8576ae23091 - main - security/osslsigncode: extend BROKEN to FreeBSD 14

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


The branch main has been updated by amdmi3:

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

commit b8576ae23091487db483a181b224bce2434f0d57
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:04 +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-all mailing list