FreeBSD/ports 5035f05x11-themes/kf6-qqc2-desktop-style distinfo Makefile

x11-themes/kf6-qqc2-desktop-style: backport upstream patch

KDE bug:        https://bugs.kde.org/516151
DeltaFile
+3-1x11-themes/kf6-qqc2-desktop-style/distinfo
+3-0x11-themes/kf6-qqc2-desktop-style/Makefile
+6-12 files

OPNSense/core eb3a99fsrc/opnsense/mvc/app/models/OPNsense/Base/FieldTypes BaseListField.php AuthGroupField.php

mvc: BaseListField: shared implementation of $internalStaticOptionList, proof of concept for https://github.com/opnsense/core/issues/9816 (#9839)

Wrap static access in protected functions which ensures content is static per inherited class:

hasStaticOptions()
getStaticOptions()
setStaticOptions(array)
resetStaticOptions()
DeltaFile
+26-0src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes/BaseListField.php
+7-13src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes/AuthGroupField.php
+33-132 files

LLVM/project 8701cfcclang-tools-extra/clang-tidy/performance StringViewConversionsCheck.cpp, clang-tools-extra/docs/clang-tidy/checks/performance string-view-conversions.rst

[clang-tidy] perf-str-view-conv improvement: support c_str/data fixing (#181473)

Handle new cases:
```
foo_sv(42, std::string(sv).c_str(), 3.14);  -> foo_sv(42, sv, 3.14);
foo_sv(42, std::string(sv).data(), 2.71);  -> foo_sv(42, sv, 2.71);
```
DeltaFile
+43-13clang-tools-extra/clang-tidy/performance/StringViewConversionsCheck.cpp
+33-0clang-tools-extra/docs/clang-tidy/checks/performance/string-view-conversions.rst
+12-1clang-tools-extra/test/clang-tidy/checkers/performance/string-view-conversions.cpp
+88-143 files

FreeBSD/ports 41df71edevel/py-numba Makefile distinfo, devel/py-numba/files patch-setup.py

devel/py-numba: Update to 0.64.0

Release notes: https://numba.readthedocs.io/en/stable/release/0.64.0-notes.html
DeltaFile
+3-3devel/py-numba/Makefile
+3-3devel/py-numba/distinfo
+1-1devel/py-numba/files/patch-setup.py
+7-73 files

FreeBSD/ports 7866aafdevel/clazy pkg-plist distinfo

devel/clazy: Update to 1.17

Changes: https://invent.kde.org/sdk/clazy/-/blob/v1.17/Changelog
DeltaFile
+5-6devel/clazy/pkg-plist
+3-3devel/clazy/distinfo
+3-1devel/clazy/Makefile
+11-103 files

NetBSD/pkgsrc D84JeYEdoc CHANGES-2026

   doc: Updated www/chromium to 145.0.7632.109
VersionDeltaFile
1.1295+2-1doc/CHANGES-2026
+2-11 files

FreeBSD/ports df32c2deditors/vscode pkg-plist distinfo, editors/vscode/files patch-src_vs_workbench_services_actions_common_menusExtensionPoint.ts

editors/vscode: Update to 1.109.5

Changelog: https://code.visualstudio.com/updates/v1_109

Reported by:    GitHub (watch releases)
DeltaFile
+17-6editors/vscode/pkg-plist
+7-7editors/vscode/distinfo
+2-2editors/vscode/Makefile.version
+2-2editors/vscode/files/patch-src_vs_workbench_services_actions_common_menusExtensionPoint.ts
+0-1editors/vscode/Makefile
+28-185 files

NetBSD/pkgsrc Z8kDneZwww/chromium distinfo Makefile, www/chromium/patches patch-media_base_media__switches.cc

   www/chromium: update to 145.0.7632.109

   * 145.0.7632.109
   This update includes 3 security fixes. Please see the
   Chrome Security Page for more information.
   [TBD][477033835] High CVE-2026-2648: Heap buffer overflow
   in PDFium. Reported by soiax on 2026-01-19
   [TBD][481074858] High CVE-2026-2649: Integer overflow in V8.
   Reported by JunYoung Park(@candymate) of KAIST Hacking Lab on 2026-02-03
   [N/A][476461867] Medium CVE-2026-2650: Heap buffer overflow
   in Media. Reported by Google on 2026-01-18
VersionDeltaFile
1.29+7-7www/chromium/distinfo
1.43+1-1www/chromium/Makefile
1.16+1-1www/chromium/patches/patch-media_base_media__switches.cc
+9-93 files

NetBSD/src JWYnCXpexternal/mit/xorg/lib libmesa.mk

   define HAVE_NOATEXIT here, syncing with how pkgsrc MesaLib builds.

   second and final part to fix PR#60025.

   XXX: pullup-*
VersionDeltaFile
1.16+3-2external/mit/xorg/lib/libmesa.mk
+3-21 files

NetBSD/xsrc y8yE6H2external/mit/MesaLib/dist/src/egl/main eglglobals.c, external/mit/MesaLib/dist/src/glx dri_common.c

   sync the atexit() / dtor fixes with pkgsrc.

   also depends upon a define in a src Makefile, coming next.

   this should fix PR#60025.

   XXX: pullup-*
VersionDeltaFile
1.2+1,163-834external/mit/MesaLib/dist/src/mesa/main/formats.c
1.8+17-0external/mit/MesaLib/dist/src/egl/main/eglglobals.c
1.6+14-0external/mit/MesaLib/dist/src/glx/dri_common.c
1.5+10-2external/mit/MesaLib/dist/src/util/u_process.c
1.6+6-0external/mit/MesaLib/dist/src/mesa/main/extensions.c
1.11+6-0external/mit/MesaLib/dist/src/mesa/main/context.c
+1,216-8363 files not shown
+1,228-8379 files

LLVM/project be2588aclang/include/clang/Basic DiagnosticASTKinds.td, clang/lib/AST ExprConstant.cpp

[clang][ExprConst] Remove bogus diagnostic (#181792)

This diagnostic is untested and this code path should be dead.
DeltaFile
+3-6clang/lib/AST/ExprConstant.cpp
+0-6clang/include/clang/Basic/DiagnosticASTKinds.td
+3-122 files

OpenBSD/ports bg8WhWIaudio/glyr/patches patch-lib_intern_photos_lastfm_c patch-lib_register_plugins_c

   audio/glyr: disable all broken metadata providers, update to musicbrainz v2 API

   musicbrainz v1 API was removed in 2018, glyr itself is more or less
   abandoned upstream in 2016, but some metadata providers still work fine
   (mostly lastfm, musicbrainz, lyrix & elyrics)

   required to update audio/gmpc to a less deprecated version and somewhat
   retain metadata fetching..
VersionDeltaFile
1.1+123-0audio/glyr/patches/patch-lib_intern_photos_lastfm_c
1.1+77-0audio/glyr/patches/patch-lib_register_plugins_c
1.1+68-0audio/glyr/patches/patch-lib_intern_albumlist_musicbrainz_c
1.2+68-0audio/glyr/patches/patch-lib_core_c
1.1+58-0audio/glyr/patches/patch-lib_intern_lyrics_magistrix_c
1.1+43-0audio/glyr/patches/patch-lib_intern_tracklist_musicbrainz_c
+437-010 files not shown
+640-216 files

NetBSD/pkgsrc ongFXWisysutils/zidrav Makefile

   zidrav: add trailing slash
VersionDeltaFile
1.9+2-3sysutils/zidrav/Makefile
+2-31 files

NetBSD/pkgsrc OGjNPAssecurity/zebedee Makefile

   zebedee: switch to sourceforge, old HOMEPAGE is gone
VersionDeltaFile
1.51+2-2security/zebedee/Makefile
+2-21 files

NetBSD/pkgsrc 5Pq1Mj6audio/ympd Makefile

   ympd: follow redirect
VersionDeltaFile
1.5+2-2audio/ympd/Makefile
+2-21 files

NetBSD/pkgsrc FbSZBQdwww/yaws Makefile

   yaws: update HOMEPAGE
VersionDeltaFile
1.29+2-3www/yaws/Makefile
+2-31 files

NetBSD/pkgsrc y46HLirdevel/yasm Makefile

   yasm: comment out dead site
VersionDeltaFile
1.37+3-3devel/yasm/Makefile
+3-31 files

NetBSD/pkgsrc DCVR2Shlang/yap Makefile

   yap: comment out dead site
VersionDeltaFile
1.28+4-4lang/yap/Makefile
+4-41 files

NetBSD/pkgsrc VQDxqU5emulators/yabause Makefile

   yabause: switch to https
VersionDeltaFile
1.104+2-2emulators/yabause/Makefile
+2-21 files

NetBSD/pkgsrc IiXXuksgraphics/xzgv Makefile

   xzgv: add trailing slash
VersionDeltaFile
1.93+2-3graphics/xzgv/Makefile
+2-31 files

NetBSD/pkgsrc ALVnPoAx11/xxkb Makefile

   xxkb: switch to sourceforge, old HOMEPAGE is gone
VersionDeltaFile
1.10+2-4x11/xxkb/Makefile
+2-41 files

NetBSD/pkgsrc LNaUGXImultimedia/xvidcore Makefile

   xvidcore: follow redirect
VersionDeltaFile
1.52+2-2multimedia/xvidcore/Makefile
+2-21 files

OpenBSD/ports S6pAkIMprint/scribus distinfo Makefile, print/scribus/patches patch-scribus_plugins_import_pdf_slaoutput_cpp patch-scribus_plugins_import_pdf_importpdf_cpp

   print/scribus: update to 1.7.2.

   see https://wiki.scribus.net/canvas/1.7.2_Release
   play the patch whack-a-mole since patches fixing the build with poppler
   25.7, 25.9, 25.10 & 26.01 were merged upstream, and only keep the one
   fixing the build with poppler 26.02.
VersionDeltaFile
1.23+59-314print/scribus/patches/patch-scribus_plugins_import_pdf_slaoutput_cpp
1.10+2-48print/scribus/patches/patch-scribus_plugins_import_pdf_importpdf_cpp
1.28+26-6print/scribus/pkg/PLIST
1.22+2-2print/scribus/distinfo
1.102+1-2print/scribus/Makefile
1.2+1-1print/scribus/patches/patch-scribus_plugins_import_pdf_pdftextrecognition_cpp
+91-3736 files not shown
+91-37312 files

OpenBSD/ports V5SjAjXx11/lxqt/config/patches patch-lxqt-config-monitor_monitorwidget_cpp patch-lxqt-config-monitor_monitorsettingsdialog_cpp

   x11/lxqt/config: backport build fix with kscreen 6.6

   ideally one should update lxqt-config to 2.3.1 which includes that fix,
   but sadly x11/lxqt doesn't have a maintainer to properly update the
   whole desktop environment to 2.3, and enable wayland support... any
   takers ?
VersionDeltaFile
1.1+16-0x11/lxqt/config/patches/patch-lxqt-config-monitor_monitorwidget_cpp
1.1+16-0x11/lxqt/config/patches/patch-lxqt-config-monitor_monitorsettingsdialog_cpp
+32-02 files

FreeBSD/src 451f593share/man/man7 ports.7

ports.7: Add port files to FILES

Add terse descriptions for the individual files that make up a port to
the FILES section of the ports reference manual.

MFC after:              3 days
Reviewed by:            adamw
Differential Revision:  https://reviews.freebsd.org/D55404
DeltaFile
+19-4share/man/man7/ports.7
+19-41 files

OpenBSD/ports 3b8H0Owsysutils/py-mitogen distinfo Makefile, sysutils/py-mitogen/pkg PLIST

   Update to py3-mitogen-0.3.42.
VersionDeltaFile
1.10+6-0sysutils/py-mitogen/pkg/PLIST
1.23+2-2sysutils/py-mitogen/distinfo
1.27+1-1sysutils/py-mitogen/Makefile
+9-33 files

OpenBSD/ports jOV20w6net/p5-SNMP-Info Makefile distinfo, net/p5-SNMP-Info/pkg PLIST

   Update to p5-SNMP-Info-3.975000.
VersionDeltaFile
1.40+3-1net/p5-SNMP-Info/Makefile
1.29+2-2net/p5-SNMP-Info/distinfo
1.20+2-0net/p5-SNMP-Info/pkg/PLIST
+7-33 files

NetBSD/pkgsrc d8FbOozdoc CHANGES-2026

   doc: Updated net/p5-Net-Server to 2.018
VersionDeltaFile
1.1294+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc W18ZHTcnet/p5-Net-Server distinfo Makefile

   p5-Net-Server: update to 2.018.

   2.018  Feb 17 2026
           - Add more ipv6_package tests.
           - Fix t/Options.t to expect 0.0.0.0 on IPv4-Only systems.
           - Get rid of requires_ipv6() sniffing.
           - Make Proto->object always return a single object.
           - Honor {ipv6_package} config preference even for IPv*.
VersionDeltaFile
1.24+4-4net/p5-Net-Server/distinfo
1.54+2-2net/p5-Net-Server/Makefile
+6-62 files

OpenBSD/ports lJ6LuIbx11/xfce4/xfce4-whiskermenu distinfo Makefile, x11/xfce4/xfce4-whiskermenu/pkg PLIST

   x11/xfce4/xfce4-whiskermenu 2.10.1
VersionDeltaFile
1.51+2-2x11/xfce4/xfce4-whiskermenu/distinfo
1.65+1-1x11/xfce4/xfce4-whiskermenu/Makefile
1.18+1-0x11/xfce4/xfce4-whiskermenu/pkg/PLIST
+4-33 files