From owner-svn-ports-all@freebsd.org Wed Apr 13 17:08:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8BD1EB0F59D; Wed, 13 Apr 2016 17:08:15 +0000 (UTC) (envelope-from amdmi3@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 mx1.freebsd.org (Postfix) with ESMTPS id 590CB16A3; Wed, 13 Apr 2016 17:08:15 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3DH8E2K020267; Wed, 13 Apr 2016 17:08:14 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3DH8Ecn020266; Wed, 13 Apr 2016 17:08:14 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201604131708.u3DH8Ecn020266@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 13 Apr 2016 17:08:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413220 - head/devel/ds2/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2016 17:08:15 -0000 Author: amdmi3 Date: Wed Apr 13 17:08:14 2016 New Revision: 413220 URL: https://svnweb.freebsd.org/changeset/ports/413220 Log: - Fix build on 11.x by adding missing include (upstream already did the same fix) Approved by: portmgr blanket Added: head/devel/ds2/files/ head/devel/ds2/files/patch-Sources_Host_POSIX_Platform.cpp (contents, props changed) Added: head/devel/ds2/files/patch-Sources_Host_POSIX_Platform.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ds2/files/patch-Sources_Host_POSIX_Platform.cpp Wed Apr 13 17:08:14 2016 (r413220) @@ -0,0 +1,10 @@ +--- Sources/Host/POSIX/Platform.cpp.orig 2015-10-28 07:56:02 UTC ++++ Sources/Host/POSIX/Platform.cpp +@@ -12,6 +12,7 @@ + #include "DebugServer2/Host/Platform.h" + #include "DebugServer2/Utils/Log.h" + ++#include + #include + #include + #include