head 1.2; access; symbols pkgsrc-2025Q3:1.1.0.8 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.6 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.4 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.2 pkgsrc-2024Q4-base:1.1; locks; strict; comment @// @; 1.2 date 2025.09.27.06.54.04; author adam; state dead; branches; next 1.1; commitid 2bSC4dWb7pFmUjcG; 1.1 date 2024.10.10.14.44.17; author jperkin; state Exp; branches; next ; commitid eXvuRHPASS7nP7tF; desc @@ 1.2 log @boost: updated to 1.89.0 1.89.0 New Libraries Bloom: filters, from Joaquín M López Muñoz. https://www.boost.org/releases/latest/ @ text @$NetBSD: patch-libs_process_src_ext_cwd.cpp,v 1.1 2024/10/10 14:44:17 jperkin Exp $ Spell filesystem correctly. --- libs/process/src/ext/cwd.cpp.orig 2024-10-10 13:24:36.777254793 +0000 +++ libs/process/src/ext/cwd.cpp @@@@ -119,7 +119,7 @@@@ filesystem::path cwd(boost::process::v2: filesystem::path("/proc") / std::to_string(pid) / "cwd", ec ); #elif defined(__sun) - return fileystem::canonical( + return filesystem::canonical( filesystem::path("/proc") / std::to_string(pid) / "path/cwd", ec ); #endif @ 1.1 log @boost: Various SunOS fixes. @ text @d1 1 a1 1 $NetBSD$ @