Date: Mon, 26 Apr 2021 16:41:41 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 29a43baec4e6 - 2021Q2 - security/osslsigncode: extend BROKEN to FreeBSD 14 Message-ID: <202104261641.13QGffXC091800@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q2 has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=29a43baec4e657e19323bf88df61768a9b957bc8 commit 29a43baec4e657e19323bf88df61768a9b957bc8 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-04-26 16:40:04 +0000 Commit: Dmitry Marakasov <amdmi3@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104261641.13QGffXC091800>