Date: Fri, 5 Apr 2019 05:58:54 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r497930 - branches/2019Q2/security/osslsigncode Message-ID: <201904050558.x355wsQv033807@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Apr 5 05:58:53 2019 New Revision: 497930 URL: https://svnweb.freebsd.org/changeset/ports/497930 Log: MFH: r497929 Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout Modified: branches/2019Q2/security/osslsigncode/Makefile Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/security/osslsigncode/Makefile ============================================================================== --- branches/2019Q2/security/osslsigncode/Makefile Fri Apr 5 05:58:30 2019 (r497929) +++ branches/2019Q2/security/osslsigncode/Makefile Fri Apr 5 05:58:53 2019 (r497930) @@ -23,7 +23,14 @@ GSF_DESC?= GSF support (enables signing of e.g. MSI f 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904050558.x355wsQv033807>