From 095dd33afa4b83950a4ea70d32ebaf569d18a60c Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Fri, 5 Apr 2019 05:58:30 +0000 Subject: [PATCH] Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout MFH: 2019Q2 --- security/osslsigncode/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/security/osslsigncode/Makefile b/security/osslsigncode/Makefile index d7d161e65a2d..47be90d13a0a 100644 --- a/security/osslsigncode/Makefile +++ b/security/osslsigncode/Makefile @@ -23,7 +23,14 @@ GSF_DESC?= GSF support (enables signing of e.g. MSI files) GSF_CONFIGURE_WITH= gsf GSF_LIB_DEPENDS= libgsf-1.so:devel/libgsf +.include + +.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') +.endif + post-patch: ${TOUCH} ${WRKSRC}/stamp-h1 ${WRKSRC}/config.h.in -.include +.include