svn commit: r413220 - head/devel/ds2/files

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Apr 13 17:08:15 UTC 2016


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 <cerrno>
+ #include <cstring>
+ #include <fcntl.h>
+ #include <grp.h>


More information about the svn-ports-all mailing list