From owner-svn-ports-branches@freebsd.org Tue May 8 00:51:57 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86FC9FC37F8; Tue, 8 May 2018 00:51:57 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 311BE83911; Tue, 8 May 2018 00:51:57 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2943822EEC; Tue, 8 May 2018 00:51:57 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w480pvMd041613; Tue, 8 May 2018 00:51:57 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w480puJE041612; Tue, 8 May 2018 00:51:56 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805080051.w480puJE041612@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 8 May 2018 00:51:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r469347 - in branches/2018Q2/devel/cpprestsdk: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2018Q2/devel/cpprestsdk: . files X-SVN-Commit-Revision: 469347 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2018 00:51:57 -0000 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@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 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