svn commit: r498249 - branches/2019Q2/security/py-pow

Antoine Brodin antoine at FreeBSD.org
Sun Apr 7 06:10:08 UTC 2019


Author: antoine
Date: Sun Apr  7 06:10:07 2019
New Revision: 498249
URL: https://svnweb.freebsd.org/changeset/ports/498249

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

Modified:
  branches/2019Q2/security/py-pow/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/security/py-pow/Makefile
==============================================================================
--- branches/2019Q2/security/py-pow/Makefile	Sun Apr  7 06:09:42 2019	(r498248)
+++ branches/2019Q2/security/py-pow/Makefile	Sun Apr  7 06:10:07 2019	(r498249)
@@ -22,6 +22,13 @@ PORTDOCS=	POW.pdf
 
 OPTIONS_DEFINE=	DOCS
 
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12=	field has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st')
+BROKEN_FreeBSD_13=	field has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st')
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|licence|license|' ${WRKSRC}/setup.py
 
@@ -37,4 +44,4 @@ post-install-DOCS-on:
 	${INSTALL_DATA} ${WRKSRC}/docs/${i} ${STAGEDIR}${DOCSDIR}
 .endfor
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list