Date: Tue, 8 May 2018 00:50:50 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469346 - in head/devel/cpprestsdk: . files Message-ID: <201805080050.w480ooEB037542@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Tue May 8 00:50:50 2018 New Revision: 469346 URL: https://svnweb.freebsd.org/changeset/ports/469346 Log: devel/cpprestsdk: unbreak with Clang 6.0 (C++14 by default) - Don't build tests and samples as they're not installed [1] PR: 223362 Submitted by: rozhuk.im@gmail.com Approved by: maintainer timeout (6 months) [1], portmgr blanket Added: head/devel/cpprestsdk/files/patch-include_pplx_pplxlinux.h (contents, props changed) Modified: head/devel/cpprestsdk/Makefile (contents, props changed) Modified: head/devel/cpprestsdk/Makefile ============================================================================== --- head/devel/cpprestsdk/Makefile Tue May 8 00:45:15 2018 (r469345) +++ head/devel/cpprestsdk/Makefile Tue May 8 00:50:50 2018 (r469346) @@ -20,5 +20,6 @@ GH_ACCOUNT= Microsoft USES= cmake compiler:c++11-lib ssl USE_LDCONFIG= yes WRKSRC_SUBDIR= Release +CMAKE_OFF= BUILD_SAMPLES BUILD_TESTS .include <bsd.port.mk> Added: head/devel/cpprestsdk/files/patch-include_pplx_pplxlinux.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cpprestsdk/files/patch-include_pplx_pplxlinux.h Tue May 8 00:50:50 2018 (r469346) @@ -0,0 +1,12 @@ +https://github.com/Microsoft/cpprestsdk/issues/747 + +--- include/pplx/pplxlinux.h.orig 2016-10-28 19:20:12 UTC ++++ include/pplx/pplxlinux.h +@@ -240,6 +240,7 @@ namespace platform + { + public: + _PPLXIMP virtual void schedule( TaskProc_t proc, _In_ void* param); ++ virtual ~linux_scheduler() {} + }; + + } // namespace details
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805080050.w480ooEB037542>