Date: Fri, 5 Apr 2019 05:51:16 +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: r497925 - head/security/sslwrap Message-ID: <201904050551.x355pG5T032168@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Apr 5 05:51:16 2019 New Revision: 497925 URL: https://svnweb.freebsd.org/changeset/ports/497925 Log: Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout MFH: 2019Q2 Modified: head/security/sslwrap/Makefile Modified: head/security/sslwrap/Makefile ============================================================================== --- head/security/sslwrap/Makefile Fri Apr 5 05:49:15 2019 (r497924) +++ head/security/sslwrap/Makefile Fri Apr 5 05:51:16 2019 (r497925) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904050551.x355pG5T032168>