aboutsummaryrefslogtreecommitdiff
path: root/security/osslsigncode
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-05 05:58:30 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-05 05:58:30 +0000
commit095dd33afa4b83950a4ea70d32ebaf569d18a60c (patch)
tree80c7ce2bbcbcd7fad70691a875e24c08d64393d7 /security/osslsigncode
parent2d707d11a1e8ba177a90112268d0ac5ae7f38f8f (diff)
downloadports-095dd33afa4b83950a4ea70d32ebaf569d18a60c.tar.gz
ports-095dd33afa4b83950a4ea70d32ebaf569d18a60c.zip
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout MFH: 2019Q2
Notes
Notes: svn path=/head/; revision=497929
Diffstat (limited to 'security/osslsigncode')
-rw-r--r--security/osslsigncode/Makefile9
1 files changed, 8 insertions, 1 deletions
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 <bsd.port.pre.mk>
+
+.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 <bsd.port.mk>
+.include <bsd.port.post.mk>