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_s2polygonbuilder.cc,v 1.1 2023/02/02 14:40:33 tnn Exp $ Deal with namespace conflict. --- src/third_party/s2/s2polygonbuilder.cc.orig 2020-01-08 16:30:41.000000000 +0000 +++ src/third_party/s2/s2polygonbuilder.cc @@@@ -175,7 +175,7 @@@@ S2Loop* S2PolygonBuilder::AssembleLoop(S // This ensures that only CCW loops are constructed when possible. vector path; // The path so far. - hash_map index; // Maps a vertex to its index in "path". + s2_hash_map index; // Maps a vertex to its index in "path". path.push_back(v0); path.push_back(v1); index[v1] = 1; @@@@ -361,7 +361,7 @@@@ void S2PolygonBuilder::BuildMergeMap(Poi // First, we build the set of all the distinct vertices in the input. // We need to include the source and destination of every edge. - hash_set vertices; + s2_hash_set vertices; for (EdgeSet::const_iterator i = edges_->begin(); i != edges_->end(); ++i) { vertices.insert(i->first); VertexSet const& vset = i->second; @@@@ -370,7 +370,7 @@@@ void S2PolygonBuilder::BuildMergeMap(Poi } // Build a spatial index containing all the distinct vertices. - for (hash_set::const_iterator i = vertices.begin(); + for (s2_hash_set::const_iterator i = vertices.begin(); i != vertices.end(); ++i) { index->Insert(*i); } @@@@ -378,7 +378,7 @@@@ void S2PolygonBuilder::BuildMergeMap(Poi // Next, we loop through all the vertices and attempt to grow a maximial // mergeable group starting from each vertex. vector frontier, mergeable; - for (hash_set::const_iterator vstart = vertices.begin(); + for (s2_hash_set::const_iterator vstart = vertices.begin(); vstart != vertices.end(); ++vstart) { // Skip any vertices that have already been merged with another vertex. if (merge_map->find(*vstart) != merge_map->end()) continue; @ 1.1 log @mongodb3: fix build failure, probably introduced by boost update @ text @d1 1 a1 1 $NetBSD$ @