head 1.2; access; symbols pkgsrc-2026Q2:1.1.0.28 pkgsrc-2026Q2-base:1.1 pkgsrc-2026Q1:1.1.0.26 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.24 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.22 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.20 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.18 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.16 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.14 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.12 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.10 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.8 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.6 pkgsrc-2023Q3-base:1.1 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 2026.07.17.23.39.04; author gdt; state dead; branches; next 1.1; commitid inJUG892rwfd34OG; 1.1 date 2023.02.02.14.40.33; author tnn; state Exp; branches; next ; commitid ADosJPHLuPMJBXbE; desc @@ 1.2 log @databases/mongodb3: Remove as long-unmaintained and believed to have no users. As proposed on pkgsrc-users, with no objections and one "seconded". @ text @$NetBSD: patch-src_third__party_s2_strings_split.h,v 1.1 2023/02/02 14:40:33 tnn Exp $ Deal with namespace conflict. --- src/third_party/s2/strings/split.h.orig 2020-01-08 16:30:41.000000000 +0000 +++ src/third_party/s2/strings/split.h @@@@ -41,7 +41,7 @@@@ using namespace std; void SplitStringAllowEmpty(const string& full, const char* delim, vector* res); void SplitStringToHashsetAllowEmpty(const string& full, const char* delim, - hash_set* res); + s2_hash_set* res); void SplitStringToSetAllowEmpty(const string& full, const char* delim, set* res); // The even-positioned (0-based) components become the keys for the @@@@ -50,7 +50,7 @@@@ void SplitStringToSetAllowEmpty(const st // if the key was already present in the hash table, or will be the // empty string if the key is a newly inserted key. void SplitStringToHashmapAllowEmpty(const string& full, const char* delim, - hash_map* result); + s2_hash_map* result); // ---------------------------------------------------------------------- // SplitStringUsing() @@@@ -66,7 +66,7 @@@@ void SplitStringToHashmapAllowEmpty(cons void SplitStringUsing(const string& full, const char* delim, vector* res); void SplitStringToHashsetUsing(const string& full, const char* delim, - hash_set* res); + s2_hash_set* res); void SplitStringToSetUsing(const string& full, const char* delim, set* res); // The even-positioned (0-based) components become the keys for the @@@@ -75,7 +75,7 @@@@ void SplitStringToSetUsing(const string& // if the key was already present in the hash table, or will be the // empty string if the key is a newly inserted key. void SplitStringToHashmapUsing(const string& full, const char* delim, - hash_map* result); + s2_hash_map* result); // ---------------------------------------------------------------------- // SplitOneIntToken() @ 1.1 log @mongodb3: fix build failure, probably introduced by boost update @ text @d1 1 a1 1 $NetBSD$ @