Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Apr 2021 16:41:36 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b8576ae23091 - main - security/osslsigncode: extend BROKEN to FreeBSD 14
Message-ID:  <202104261641.13QGfat1091687@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3:

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

commit b8576ae23091487db483a181b224bce2434f0d57
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: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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104261641.13QGfat1091687>