svn commit: r497680 - branches/2019Q2/devel/poco-ssl
Antoine Brodin
antoine at FreeBSD.org
Wed Apr 3 08:37:48 UTC 2019
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>
More information about the svn-ports-branches
mailing list