head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.4 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.2 pkgsrc-2025Q4-base:1.1; locks; strict; comment @// @; 1.1 date 2025.10.08.12.13.08; author adam; state Exp; branches; next ; commitid SYtS3miTLuq6kLdG; desc @@ 1.1 log @vera++: updated to 1.3.0 1.3.0 Unknown changes @ text @$NetBSD$ Fix for deprecated boost::filesystem::path::normalize(). --- src/executable_path.cpp.orig 2025-10-08 11:29:16.461579509 +0000 +++ src/executable_path.cpp @@@@ -42,7 +42,7 @@@@ std::string executable_path(const char * } boost::filesystem::path full_path( boost::filesystem::system_complete( - boost::filesystem::path(buf).normalize())); + boost::filesystem::path(buf).lexically_normal())); return full_path.string(); } @