2024-08-04 12:11:11 by Nia Alarie | Files touched by this commit (2) |
Log message: mongodb3: Work around a bug in NetBSD 9 and prior where GCC was shipped without the experimental headers. |
2024-08-02 02:14:13 by Greg Troxel | Files touched by this commit (1) |
Log message: databases/mongodb3: Remediate icu, fixing build on NetBSD 9 Declare that a C++11 compiler is needed. (This has surely been true for a very long time, but wasn't in the Makefile.) Recently icu apparently grew a requirement that files including icu headers be compiled as C++17, and this package was therefore marked to ask for C++17. That apparently worked on NetBSD 10, but on NetBSD 9, it failed to build. Resolve this by removing the C++17 FORCE_CXX_STD (which makes no sense for mongodb3 which needs C++11), and use the included icu, taking a hint from how included boost is used. (This is a pullup candidate for 2024Q2, should anyone else care and want to do that.) |
2024-06-09 00:49:46 by Greg Troxel | Files touched by this commit (1) |
Log message: mongodb3: Drop MAINTAINERship Also withdraw statement that it supports net/unifi |
2024-06-03 16:33:41 by Ryo ONODERA | Files touched by this commit (1) |
Log message: databases/mongodb3: Fix build with ICU 75 |
2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | |
Log message: revbump after icu and protobuf updates |
2024-05-09 18:03:31 by Thomas Klausner | Files touched by this commit (1) |
Log message: mongodb3: bump for dependency change |
2024-05-09 16:05:40 by Nia Alarie | Files touched by this commit (1) |
Log message: mongodb3: Incompatible with latest boost in pkgsrc, use internal boost |
2023-12-29 19:25:02 by Adam Ciarcinski | Files touched by this commit (254) |
Log message: revbump for boost-libs |
2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377) |
Log message: *: recursive bump for icu 74.1 |
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message: *: bump for openssl 3 |