Date: Wed, 3 Apr 2019 08:37:47 +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: r497680 - branches/2019Q2/devel/poco-ssl Message-ID: <201904030837.x338blCZ087628@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Apr 3 08:37:47 2019 New Revision: 497680 URL: https://svnweb.freebsd.org/changeset/ports/497680 Log: MFH: r497679 Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout Modified: branches/2019Q2/devel/poco-ssl/Makefile Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/devel/poco-ssl/Makefile ============================================================================== --- branches/2019Q2/devel/poco-ssl/Makefile Wed Apr 3 08:37:27 2019 (r497679) +++ branches/2019Q2/devel/poco-ssl/Makefile Wed Apr 3 08:37:47 2019 (r497680) @@ -48,6 +48,13 @@ MYSQL_CONFIGURE_OFF= --omit=Data/MySQL SQLITE_USES= sqlite SQLITE_CONFIGURE_OFF= --omit=Data/SQLite +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT} == base +BROKEN_FreeBSD_12= error: field has incomplete type 'EVP_CIPHER_CTX' (aka 'evp_cipher_ctx_st') +BROKEN_FreeBSD_13= error: field has incomplete type 'EVP_CIPHER_CTX' (aka 'evp_cipher_ctx_st') +.endif + post-extract: @${RM} -f ${WRKSRC}/Foundation/include/Poco/._Version.h @@ -61,4 +68,4 @@ post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*d @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*d.so.* -.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?201904030837.x338blCZ087628>