head 1.1; access; symbols; locks; strict; comment @ * @; 1.1 date 2026.09.22.16.47.11; author abs; state Exp; branches; next ; commitid s8oGxWmvLnsKBDWG; desc @@ 1.1 log @Import mongodb-5.0.34 MongoDB 5.0 was released July 13, 2021, and the latest update (5.0.34) was released June 11, 2026 The main consumer of this version of mongodb in pkgsrc is net/unifi, and this will allow users to upgrade theit mongodb4 install (mongodb only allows version+1 upgrades, so 4.4 -> 5.0 then 5.0 -> 6.0 etc @ text @$NetBSD: patch-src_third__party_IntelRDFPMathLib20U1_LIBRARY_src_bid__functions.h,v 1.2 2024/06/07 17:39:01 abs Exp $ Fix buidling. --- src/third_party/IntelRDFPMathLib20U1/LIBRARY/src/bid_functions.h.orig 2019-01-30 14:26:33.000000000 +0000 +++ src/third_party/IntelRDFPMathLib20U1/LIBRARY/src/bid_functions.h @@@@ -164,7 +164,7 @@@@ typedef unsigned long fexcept_t; typedef unsigned bid__int64 fexcept_t; #endif #else -#if defined(__QNX__) || defined(__OpenBSD__) +#if defined(__QNX__) || defined(__NetBSD__) || defined(__OpenBSD__) #include #else typedef unsigned short int fexcept_t; @