svn commit: r469347 - in branches/2018Q2/devel/cpprestsdk: . files

Jan Beich jbeich at FreeBSD.org
Tue May 8 00:51:57 UTC 2018


Author: jbeich
Date: Tue May  8 00:51:56 2018
New Revision: 469347
URL: https://svnweb.freebsd.org/changeset/ports/469347

Log:
  MFH: r469346
  
  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 at gmail.com
  Approved by:	maintainer timeout (6 months) [1], portmgr blanket
  Approved by:	ports-secteam blanket

Added:
  branches/2018Q2/devel/cpprestsdk/files/patch-include_pplx_pplxlinux.h
     - copied unchanged from r469346, head/devel/cpprestsdk/files/patch-include_pplx_pplxlinux.h
Modified:
  branches/2018Q2/devel/cpprestsdk/Makefile
Directory Properties:
  branches/2018Q2/   (props changed)

Modified: branches/2018Q2/devel/cpprestsdk/Makefile
==============================================================================
--- branches/2018Q2/devel/cpprestsdk/Makefile	Tue May  8 00:50:50 2018	(r469346)
+++ branches/2018Q2/devel/cpprestsdk/Makefile	Tue May  8 00:51:56 2018	(r469347)
@@ -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>

Copied: branches/2018Q2/devel/cpprestsdk/files/patch-include_pplx_pplxlinux.h (from r469346, head/devel/cpprestsdk/files/patch-include_pplx_pplxlinux.h)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2018Q2/devel/cpprestsdk/files/patch-include_pplx_pplxlinux.h	Tue May  8 00:51:56 2018	(r469347, copy of r469346, head/devel/cpprestsdk/files/patch-include_pplx_pplxlinux.h)
@@ -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


More information about the svn-ports-all mailing list