head 1.3; access; symbols pkgsrc-2025Q4:1.2.0.2 pkgsrc-2025Q4-base:1.2; locks; strict; comment @// @; 1.3 date 2025.12.25.22.45.29; author adam; state dead; branches; next 1.2; commitid juIDgDnbDXmrjQnG; 1.2 date 2025.10.21.07.53.59; author wiz; state Exp; branches; next 1.1; commitid 5hjRY3amC5CgtpfG; 1.1 date 2025.10.21.07.53.10; author wiz; state Exp; branches; next ; commitid WQPGOXhLBWTLspfG; desc @@ 1.3 log @boost: updated to 1.90.0 1.90.0 New Libraries OpenMethod: * Open-(multi-)methods in C++17 and above, from Jean-Louis Leroy. https://www.boost.org/releases/latest/ @ text @$NetBSD: patch-boost_dll_detail_posix_program__location__impl.hpp,v 1.2 2025/10/21 07:53:59 wiz Exp $ Fix build error in this file. https://github.com/boostorg/dll/issues/106 --- boost/dll/detail/posix/program_location_impl.hpp.orig 2025-10-21 07:45:26.595305483 +0000 +++ boost/dll/detail/posix/program_location_impl.hpp @@@@ -100,7 +100,10 @@@@ namespace boost { namespace dll { namesp namespace boost { namespace dll { namespace detail { inline boost::dll::fs::path program_location_impl(std::error_code &ec) { - return boost::dll::fs::read_symlink("/proc/curproc/exe", ec); + boost::dll::fs::error_code fs_errc; + auto result = boost::dll::fs::read_symlink("/proc/curproc/exe", fs_errc); + ec = fs_errc; + return result; } }}} // namespace boost::dll::detail @ 1.2 log @boost: add upstream bug report URL @ text @d1 1 a1 1 $NetBSD: patch-boost_dll_detail_posix_program__location__impl.hpp,v 1.1 2025/10/21 07:53:10 wiz Exp $ @ 1.1 log @boost-headers: fix a bug in the dll module Fixes the build of uhd. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ d4 1 @