svn commit: r517627 - head/devel/RStudio/files

Jan Beich jbeich at FreeBSD.org
Fri Nov 15 03:08:23 UTC 2019


Author: jbeich
Date: Fri Nov 15 03:08:22 2019
New Revision: 517627
URL: https://svnweb.freebsd.org/changeset/ports/517627

Log:
  devel/RStudio: unbreak with boost 1.72
  
  src/cpp/core/FilePath.cpp:1035:37: error: no member named 'level' in 'boost::filesystem::recursive_directory_iterator'
           if (!iterationFunction(itr.level(),
                                  ~~~ ^
  
  Suggested by:	upstream

Added:
  head/devel/RStudio/files/patch-boost-1.72   (contents, props changed)

Added: head/devel/RStudio/files/patch-boost-1.72
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/RStudio/files/patch-boost-1.72	Fri Nov 15 03:08:22 2019	(r517627)
@@ -0,0 +1,13 @@
+https://github.com/rstudio/rstudio/issues/5742
+
+--- src/cpp/core/FilePath.cpp.orig	2019-10-25 22:16:29 UTC
++++ src/cpp/core/FilePath.cpp
+@@ -22,8 +22,6 @@
+ #include <windows.h>
+ #endif
+ 
+-#define BOOST_FILESYSTEM_NO_DEPRECATED
+-
+ #define BOOST_NO_CXX11_SCOPED_ENUMS
+ #include <boost/filesystem.hpp>
+ #undef BOOST_NO_CXX11_SCOPED_ENUMS


More information about the svn-ports-all mailing list