head 1.2; access; symbols pkgsrc-2023Q2:1.1.0.4 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.2 pkgsrc-2023Q1-base:1.1; locks; strict; comment @// @; 1.2 date 2023.07.29.11.45.43; author adam; state dead; branches; next 1.1; commitid E0zTHbOj74uTWGyE; 1.1 date 2023.01.22.17.36.31; author ryoon; state Exp; branches; next ; commitid LJPSbqxDIa71WyaE; desc @@ 1.2 log @mongodb: updated to 6.0.8 https://www.mongodb.com/docs/manual/release-notes/6.0/ @ text @$NetBSD: patch-src_mongo_db_storage_wiredtiger_wiredtiger__util.cpp,v 1.1 2023/01/22 17:36:31 ryoon Exp $ --- src/mongo/db/storage/wiredtiger/wiredtiger_util.cpp.orig 2021-06-30 17:39:08.000000000 +0000 +++ src/mongo/db/storage/wiredtiger/wiredtiger_util.cpp @@@@ -34,6 +34,7 @@@@ #include "mongo/db/storage/wiredtiger/wiredtiger_util.h" #include +#include #include #include @@@@ -80,7 +81,7 @@@@ void createTableChecksFile() { auto path = boost::filesystem::path(storageGlobalParams.dbpath) / boost::filesystem::path(kTableChecksFileName); - boost::filesystem::ofstream fileStream(path); + std::ofstream fileStream(path.c_str()); fileStream << "This file indicates that a WiredTiger table check operation is in progress or " "incomplete." << std::endl; @ 1.1 log @mongodb: Fix build with Boost 1.81.0 @ text @d1 1 a1 1 $NetBSD$ @