From owner-svn-ports-head@freebsd.org Tue May 8 00:50:51 2018 Return-Path: Delivered-To: svn-ports-head@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 9AAD1FC375B; Tue, 8 May 2018 00:50:51 +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 3DF5482E86; Tue, 8 May 2018 00:50:51 +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 38F4722DA4; Tue, 8 May 2018 00:50:51 +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 w480opIt037544; Tue, 8 May 2018 00:50:51 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w480ooEB037542; Tue, 8 May 2018 00:50:50 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805080050.w480ooEB037542@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:50:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469346 - in head/devel/cpprestsdk: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/devel/cpprestsdk: . files X-SVN-Commit-Revision: 469346 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2018 00:50:51 -0000 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 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