svn commit: r498248 - head/security/py-pow
Antoine Brodin
antoine at FreeBSD.org
Sun Apr 7 06:09:43 UTC 2019
Author: antoine
Date: Sun Apr 7 06:09:42 2019
New Revision: 498248
URL: https://svnweb.freebsd.org/changeset/ports/498248
Log:
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2
Modified:
head/security/py-pow/Makefile
Modified: head/security/py-pow/Makefile
==============================================================================
--- head/security/py-pow/Makefile Sun Apr 7 06:05:12 2019 (r498247)
+++ head/security/py-pow/Makefile Sun Apr 7 06:09:42 2019 (r498248)
@@ -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-head
mailing list