misc/mbuffer: Update to 20260221
Changes according to the ChangeLog in the distribution tar ball:
20260221:
- added dynamic speed adjustment with low speed
- add support to bind network input to a specific interface
20251025:
- updated config.sub, config.guess, and instal-sh
- added MacOS support (submitted by Grady McBride)
- update for configure script
- added condition variables based infra structure for MacOS
ports-mgmt/pkg: update to 2.6.2
Changes:
- register: properly close the database
- fix an issue which make some installed packages temporary invisible
to the non root users (regression from the WAL introduction)
- fix the json for info --raw --raw-format json when requested on multiple
packages
net-mgmt/netbox: Update to 4.5.4
* With the NetBox 4.5 release Python 3.10 and 3.11 are officially no
longer supported. The whole code can still be compiled without any
problems using Python 3.11, which is the current default version in
the ports tree.
Therefore, the minimum version for Python doesn't need to be raised
for the time being, but this may change at any time as soon as
backward-incompatible changes to the code lands into upstream for
the next release.
* Also prune update instructions for NetBox releases older than 3.5
while I'm here.
Netbox 4.5 contains many bugfixes/enhancements and the following new
features:
* Lookup Modifiers in Filter Forms
[8 lines not shown]
x11/hyprshutdown: Unbreak build on -CURRENT
clang with debug assertions enabled (on -CURRENT) crashes when it
tries to compile this port. As a workaround use clang from ports when
system clang has debug assertions enabled.
Reported by: pkg-fallout