svn commit: r497930 - branches/2019Q2/security/osslsigncode

Antoine Brodin antoine at FreeBSD.org
Fri Apr 5 05:58:54 UTC 2019


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>


More information about the svn-ports-all mailing list