Date: Sat, 6 Apr 2019 16:57:08 +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: r498153 - branches/2019Q2/devel/cpprestsdk Message-ID: <201904061657.x36Gv8pU080938@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Apr 6 16:57:08 2019 New Revision: 498153 URL: https://svnweb.freebsd.org/changeset/ports/498153 Log: MFH: r498152 Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout Modified: branches/2019Q2/devel/cpprestsdk/Makefile Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/devel/cpprestsdk/Makefile ============================================================================== --- branches/2019Q2/devel/cpprestsdk/Makefile Sat Apr 6 16:56:48 2019 (r498152) +++ branches/2019Q2/devel/cpprestsdk/Makefile Sat Apr 6 16:57:08 2019 (r498153) @@ -23,4 +23,11 @@ GH_ACCOUNT= Microsoft WRKSRC_SUBDIR= Release CMAKE_OFF= BUILD_SAMPLES BUILD_TESTS -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT} == base +BROKEN_FreeBSD_12= use of undeclared identifier 'SSL_R_SHORT_READ' +BROKEN_FreeBSD_13= use of undeclared identifier 'SSL_R_SHORT_READ' +.endif + +.include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904061657.x36Gv8pU080938>