Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Apr 2019 06:12:49 +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: r497797 - branches/2019Q2/security/pvk
Message-ID:  <201904040612.x346CnWB079410@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Apr  4 06:12:49 2019
New Revision: 497797
URL: https://svnweb.freebsd.org/changeset/ports/497797

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

Modified:
  branches/2019Q2/security/pvk/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/security/pvk/Makefile
==============================================================================
--- branches/2019Q2/security/pvk/Makefile	Thu Apr  4 06:12:30 2019	(r497796)
+++ branches/2019Q2/security/pvk/Makefile	Thu Apr  4 06:12:49 2019	(r497797)
@@ -17,6 +17,13 @@ LDFLAGS+=	-L${OPENSSLLIB}
 
 NO_WRKSUBDIR=	yes
 
+.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:
 	${REINPLACE_CMD} -e 's|\(-lcrypto\)|$$(LDFLAGS) \1|g' \
 		${WRKSRC}/Makefile
@@ -26,4 +33,4 @@ do-install:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
 
-.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?201904040612.x346CnWB079410>