Date: Sun, 7 Apr 2019 06:09:42 +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: r498248 - head/security/py-pow Message-ID: <201904070609.x3769gQN004679@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904070609.x3769gQN004679>