head 1.3; access; symbols pkgsrc-2025Q3:1.2.0.6 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.4 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.2 pkgsrc-2025Q1-base:1.2; locks; strict; comment @// @; 1.3 date 2025.09.27.06.54.04; author adam; state dead; branches; next 1.2; commitid 2bSC4dWb7pFmUjcG; 1.2 date 2025.02.28.18.41.10; author wiz; state Exp; branches; next 1.1; commitid fa8yZjqUXXnBBgLF; 1.1 date 2025.02.28.18.30.33; author wiz; state Exp; branches; next ; commitid FaNY04QylHzUxgLF; desc @@ 1.3 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-boost_move_detail_std__ns__begin.hpp,v 1.2 2025/02/28 18:41:10 wiz Exp $ https://github.com/boostorg/move/commit/5f073f8f00ee23b4502c0ad30a3aa2a5154cd1e8 --- boost/move/detail/std_ns_begin.hpp.orig 2024-12-05 00:53:34.000000000 +0000 +++ boost/move/detail/std_ns_begin.hpp @@@@ -9,6 +9,9 @@@@ #// #////////////////////////////////////////////////////////////////////////////// # +#ifndef BOOST_CONFIG_HPP +# include +#endif #if defined(_LIBCPP_VERSION) #if defined(__clang__) #define BOOST_MOVE_STD_NS_GCC_DIAGNOSTIC_PUSH @@@@ -26,6 +29,9 @@@@ #elif defined(BOOST_DINKUMWARE_STDLIB) #define BOOST_MOVE_STD_NS_BEG _STD_BEGIN #define BOOST_MOVE_STD_NS_END _STD_END +#else + #define BOOST_MOVE_STD_NS_BEG namespace std { + #define BOOST_MOVE_STD_NS_END } #endif #if defined(_MSC_VER) && (_MSC_VER >= 1915) @ 1.2 log @boost-headers: improve previous, from upstream Bump PKGREVISION again. @ text @d1 1 a1 1 $NetBSD: patch-boost_move_detail_std__ns__begin.hpp,v 1.1 2025/02/28 18:30:33 wiz Exp $ @ 1.1 log @boost-headers: fix regression in 1.87 using upstream patch Fixes build of simgear @ text @d1 1 a1 1 $NetBSD$ d7 1 a7 1 @@@@ -9,6 +9,7 @@@@ d11 3 a13 1 +#include d17 1 a17 1 @@@@ -26,6 +27,9 @@@@ d22 2 a23 2 + #define BOOST_MOVE_STD_NS_BEG namespace std{ + #define BOOST_MOVE_STD_NS_END @