svn commit: r497926 - branches/2019Q2/security/sslwrap
Antoine Brodin
antoine at FreeBSD.org
Fri Apr 5 05:51:35 UTC 2019
Author: antoine
Date: Fri Apr 5 05:51:34 2019
New Revision: 497926
URL: https://svnweb.freebsd.org/changeset/ports/497926
Log:
MFH: r497925
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
Modified:
branches/2019Q2/security/sslwrap/Makefile
Directory Properties:
branches/2019Q2/ (props changed)
Modified: branches/2019Q2/security/sslwrap/Makefile
==============================================================================
--- branches/2019Q2/security/sslwrap/Makefile Fri Apr 5 05:51:16 2019 (r497925)
+++ branches/2019Q2/security/sslwrap/Makefile Fri Apr 5 05:51:34 2019 (r497926)
@@ -25,6 +25,13 @@ PLIST_FILES= bin/sslwrap
OPTIONS_DEFINE= DOCS
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12= incomplete definition of type 'struct dh_st'
+BROKEN_FreeBSD_13= incomplete definition of type 'struct dh_st'
+.endif
+
post-patch:
@${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
's|SSL_OP_NON_EXPORT_FIRST|SSL_OP_CIPHER_SERVER_PREFERENCE|g ; \
@@ -39,4 +46,4 @@ do-install-DOCS-on:
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
.endfor
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
More information about the svn-ports-branches
mailing list