Date: Thu, 4 Apr 2019 12:35:29 +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: r497827 - head/devel/cpp-netlib Message-ID: <201904041235.x34CZTom079901@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Apr 4 12:35:28 2019 New Revision: 497827 URL: https://svnweb.freebsd.org/changeset/ports/497827 Log: Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout MFH: 2019Q2 Modified: head/devel/cpp-netlib/Makefile Modified: head/devel/cpp-netlib/Makefile ============================================================================== --- head/devel/cpp-netlib/Makefile Thu Apr 4 12:33:42 2019 (r497826) +++ head/devel/cpp-netlib/Makefile Thu Apr 4 12:35:28 2019 (r497827) @@ -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.x34CZTom079901>