head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.09.22.16.47.10; 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-site__scons_site__tools_libtool.py,v 1.1 2023/07/29 11:51:15 adam Exp $ Use system libtool (Darwin only). --- site_scons/site_tools/libtool.py.orig 2023-06-29 02:35:52.000000000 +0000 +++ site_scons/site_tools/libtool.py @@@@ -3,7 +3,7 @@@@ import SCons def generate(env): - env["AR"] = "libtool" + env["AR"] = "/usr/bin/libtool" env["ARCOM"] = "$AR -static -o $TARGET $ARFLAGS $SOURCES" env["ARFLAGS"] = ["-s", "-no_warning_for_no_symbols"] @