Date: Thu, 4 Apr 2019 12:35:59 +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: r497828 - branches/2019Q2/devel/cpp-netlib Message-ID: <201904041235.x34CZxUf080049@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Apr 4 12:35:59 2019 New Revision: 497828 URL: https://svnweb.freebsd.org/changeset/ports/497828 Log: MFH: r497827 Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout Modified: branches/2019Q2/devel/cpp-netlib/Makefile Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/devel/cpp-netlib/Makefile ============================================================================== --- branches/2019Q2/devel/cpp-netlib/Makefile Thu Apr 4 12:35:28 2019 (r497827) +++ branches/2019Q2/devel/cpp-netlib/Makefile Thu Apr 4 12:35:59 2019 (r497828) @@ -25,4 +25,11 @@ CMAKE_ARGS+= -DCPP-NETLIB_BUILD_EXAMPLES=OFF \ -DCPP-NETLIB_BUILD_TESTS=OFF USE_GITHUB= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT} == base +BROKEN_FreeBSD_12= no member named 'SSLv2_method' in the global namespace +BROKEN_FreeBSD_13= no member named 'SSLv2_method' in the global namespace +.endif + +.include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904041235.x34CZxUf080049>