Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2019 05:58:30 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r497929 - head/security/osslsigncode
Message-ID:  <201904050558.x355wUZR033657@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Apr  5 05:58:30 2019
New Revision: 497929
URL: https://svnweb.freebsd.org/changeset/ports/497929

Log:
  Mark BROKEN on FreeBSD 12 and 13
  
  Reported by:	pkg-fallout
  MFH:		2019Q2

Modified:
  head/security/osslsigncode/Makefile

Modified: head/security/osslsigncode/Makefile
==============================================================================
--- head/security/osslsigncode/Makefile	Fri Apr  5 05:55:20 2019	(r497928)
+++ head/security/osslsigncode/Makefile	Fri Apr  5 05:58:30 2019	(r497929)
@@ -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.x355wUZR033657>