FreeBSD/ports 17c1388textproc/krep Makefile, textproc/krep/files patch-Makefile

textproc/krep: Disable all SIMD hacks/detections in favor of CPUTYPE

All SIMD "hacks/detection" should be disabled as we have CPUTYPE and
the current approach is also broken as host might not share the same
CPU features as target.

Reported by:    diizzy@ (via e-mail)
Approved by:    db@, yuri@ (Mentors, implicit)
DeltaFile
+9-13textproc/krep/files/patch-Makefile
+0-5textproc/krep/Makefile
+9-182 files

FreeBSD/ports d689046graphics/nvidia-drm-515-kmod distinfo, graphics/nvidia-drm-61-kmod distinfo

x11/nvidia-driver, x11/nvidia-kmod, x11/linux-nvidia-libs, graphics/nvidia-drm*-kmod, x11/nvidia-settings, x11/nvidia-xconfig: Update to 580.126.18

Update to latest Production Branch of drivers 580.126.18:
https://www.nvidia.com/en-us/drivers/details/264091/

Linux counterparts for x11/linux-nvidia-libs:
https://www.nvidia.com/en-us/drivers/details/264090/

PR:             293260
Differential Revision:  https://reviews.freebsd.org/D55350
DeltaFile
+3-3x11/nvidia-xconfig/distinfo
+3-3graphics/nvidia-drm-515-kmod/distinfo
+3-3graphics/nvidia-drm-61-kmod/distinfo
+3-3x11/nvidia-settings/distinfo
+3-3graphics/nvidia-drm-latest-kmod/distinfo
+3-3x11/linux-nvidia-libs/distinfo
+18-186 files not shown
+30-3012 files

FreeBSD/ports 6b7ae90graphics/egl-wayland Makefile distinfo

graphics/egl-wayland: Update to 1.1.21

Updating to 1.1.21 with addition of missing LIB_DEPENDS,
which is a LIB_DEPENDS of only consumer of this port
(x11/nvidia-driver*).

Because of the above, this didn't cause any actual issues unless
installing this port alone with some reason.

https://github.com/NVIDIA/egl-wayland/releases/tag/1.1.21

PR:              288715,  290128
Approved by:    ashafer (version bump)
Differential Revision:  https://reviews.freebsd.org/D55397
DeltaFile
+5-2graphics/egl-wayland/Makefile
+3-3graphics/egl-wayland/distinfo
+1-1graphics/egl-wayland/pkg-plist
+9-63 files

FreeBSD/ports 11b75degraphics/egl-wayland Makefile

graphics/egl-wayland: Take for x11 maintainership

This will fall under the nvidia umbrella of x11:
ashafer, danfe, kbowling, Tomoaki AOKI
DeltaFile
+1-1graphics/egl-wayland/Makefile
+1-11 files

FreeBSD/ports c64dd4dgraphics/eglexternalplatform Makefile

graphics/eglexternalplatform: Take for x11 maintainership

This will fall under the nvidia umbrella of x11:
ashafer, danfe, kbowling, Tomoaki AOKI
DeltaFile
+1-1graphics/eglexternalplatform/Makefile
+1-11 files

FreeBSD/ports e2a9e2fdeskutils/podman-desktop Makefile

deskutils/podman-desktop: Bump port revision after electron40 update (260615f70ef2)
DeltaFile
+1-1deskutils/podman-desktop/Makefile
+1-11 files

LLVM/project 0ef4b21clang/docs CMakeLists.txt index.rst, clang/include/clang/Basic BuiltinsAMDGPUDocs.td BuiltinsAMDGPU.td

[Clang][AMDGPU][Docs] Add builtin documentation for AMDGPU builtins

Use the documentation generation infrastructure to document the AMDGPU builtins.
This PR starts with the ABI / Special Register builtins. Documentation for the
remaining builtin categories will be added incrementally in follow-up patches.
DeltaFile
+268-0clang/include/clang/Basic/BuiltinsAMDGPUDocs.td
+100-27clang/include/clang/Basic/BuiltinsAMDGPU.td
+1-0clang/docs/CMakeLists.txt
+1-0clang/docs/index.rst
+370-274 files

FreeBSD/ports 260615fdevel/electron40 distinfo Makefile, devel/electron40/files patch-electron_spec_api-app-spec.ts patch-electron_shell_browser_api_electron__api__app.cc

devel/electron40: Update to 40.6.0

Changelog:
- https://github.com/electron/electron/releases/tag/v40.5.0
- https://github.com/electron/electron/releases/tag/v40.6.0

Reported by:    GitHub (watch releases)
DeltaFile
+14-14devel/electron40/files/patch-electron_spec_api-app-spec.ts
+13-13devel/electron40/distinfo
+1-25devel/electron40/files/packagejsons/yarn.lock
+9-9devel/electron40/files/patch-electron_shell_browser_api_electron__api__app.cc
+3-9devel/electron40/Makefile
+4-4devel/electron40/files/patch-electron_shell_browser_api_electron__api__web__contents.cc
+44-744 files not shown
+52-8210 files

FreeBSD/src e2abec6contrib/less lesskey.nro screen.c

MFV: less v692.
DeltaFile
+48-20contrib/less/lesskey.nro
+37-4contrib/less/screen.c
+21-0contrib/less/NEWS
+13-4contrib/less/charset.c
+11-5contrib/less/decode.c
+7-7contrib/less/less.nro
+137-4050 files not shown
+233-9956 files

NetBSD/pkgsrc FNQPVqdgraphics/xv Makefile

   xv: comment out dead site
VersionDeltaFile
1.107+2-2graphics/xv/Makefile
+2-21 files

NetBSD/pkgsrc ocWyw6yemulators/xtrs Makefile

   xtrs: update HOMEPAGE
VersionDeltaFile
1.29+2-3emulators/xtrs/Makefile
+2-31 files

NetBSD/pkgsrc Gh5rU6Ytime/xtimer Makefile

   xtimer: comment out dead site
VersionDeltaFile
1.14+3-3time/xtimer/Makefile
+3-31 files

NetBSD/pkgsrc 9YKF0vudatabases/xsqlmenu Makefile

   xsqlmenu: switch to https
VersionDeltaFile
1.39+3-4databases/xsqlmenu/Makefile
+3-41 files

FreeBSD/src e20e26esys/dev/asmc asmc.c

asmc: code style modernization and minor cleanups

- Allow `ASMC_DEBUG` to be treated as a variadic macro.
- Add ellipses around `sizeof(..)` calls.
- Reindent some of the lines to better follow style(9) with line
  wrapping.

A number of other clang-format changes were not taken as they are not
compatible with style(9).

MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D55394
DeltaFile
+47-59sys/dev/asmc/asmc.c
+47-591 files

NetBSD/pkgsrc yAVqlQ6games/xsokoban Makefile

   xsokoban: comment out dead site
VersionDeltaFile
1.6+3-4games/xsokoban/Makefile
+3-41 files

LLVM/project 1aaa338clang/include/clang/Basic BuiltinsBase.td, clang/test/TableGen builtin-docs.td

[Clang][TableGen] Add documentation generation infrastructure for builtins (#181573)

Add a `-gen-builtin-docs` TableGen backend that generates RST
documentation from builtin definitions, modeled after the existing
attribute documentation system (`-gen-attr-docs`).

The emitter generates per-builtin RST sections grouped by category,
including
prototype rendering with optional named parameters (via `ArgNames`),
target
feature annotations, and documentation content. A mismatch between
`ArgNames`
count and prototype parameter count is a fatal error.
DeltaFile
+265-0clang/test/TableGen/builtin-docs.td
+183-0clang/utils/TableGen/ClangBuiltinsEmitter.cpp
+50-0clang/include/clang/Basic/BuiltinsBase.td
+6-0clang/utils/TableGen/TableGen.cpp
+2-0clang/utils/TableGen/TableGenBackends.h
+506-05 files

FreeBSD/ports 3322239lang/clojure-mode.el distinfo Makefile

lang/clojure-mode.el: update to 5.21.0.
DeltaFile
+3-3lang/clojure-mode.el/distinfo
+1-1lang/clojure-mode.el/Makefile
+4-42 files

FreeBSD/src 4be8b0b. less.man lesskey.nro

Vendor import of less v692.
DeltaFile
+470-470less.man
+48-20lesskey.nro
+48-20lesskey.man
+37-4screen.c
+21-0NEWS
+13-4charset.c
+637-51872 files not shown
+862-59978 files

FreeBSD/ports 345cd69devel/git-modes distinfo Makefile

devel/git-modes: udpate to 1.4.8.
DeltaFile
+3-3devel/git-modes/distinfo
+1-1devel/git-modes/Makefile
+4-42 files

LLVM/project 17ad555clang/docs ReleaseNotes.rst, clang/include/clang/Sema Sema.h

[Clang] Added clang diagnostic when snprintf/vsnprintf uses sizeof(dest) for the len parameter

Closes: [#162366](https://github.com/llvm/llvm-project/issues/162366)

---------

Co-authored-by: Bogdan Zunic <bzunic at cisco.com>
DeltaFile
+71-56clang/lib/Sema/SemaChecking.cpp
+116-0clang/test/SemaCXX/warn-memset-bad-sizeof.cpp
+3-0clang/docs/ReleaseNotes.rst
+2-0clang/include/clang/Sema/Sema.h
+192-564 files

FreeNAS/freenas 825a4besrc/middlewared/middlewared/pytest/unit/plugins test_datastore.py

Fix
DeltaFile
+2-1src/middlewared/middlewared/pytest/unit/plugins/test_datastore.py
+2-11 files

OpenBSD/ports aFMhXmwdevel/jenkins/devel distinfo Makefile

   Update jenkins to 2.551

   SECURITY-3669 / CVE-2026-27099
VersionDeltaFile
1.191+2-2devel/jenkins/devel/distinfo
1.218+1-1devel/jenkins/devel/Makefile
+3-32 files

OpenBSD/ports hUrexOgdevel/jenkins/stable distinfo Makefile

   Update jenkins to 2.541.2

   SECURITY-3669 / CVE-2026-27099
VersionDeltaFile
1.67+2-2devel/jenkins/stable/distinfo
1.93+1-1devel/jenkins/stable/Makefile
+3-32 files

LLVM/project d710b1cclang/docs CMakeLists.txt index.rst, clang/include/clang/Basic BuiltinsAMDGPUDocs.td BuiltinsAMDGPU.td

[Clang][AMDGPU][Docs] Add builtin documentation for AMDGPU builtins

Use the documentation generation infrastructure to document the AMDGPU builtins.
This PR starts with the ABI / Special Register builtins. Documentation for the
remaining builtin categories will be added incrementally in follow-up patches.
DeltaFile
+291-0clang/include/clang/Basic/BuiltinsAMDGPUDocs.td
+114-30clang/include/clang/Basic/BuiltinsAMDGPU.td
+1-0clang/docs/CMakeLists.txt
+1-0clang/docs/index.rst
+407-304 files

LLVM/project 802e1afclang/utils/TableGen ClangBuiltinsEmitter.cpp

review comments
DeltaFile
+18-22clang/utils/TableGen/ClangBuiltinsEmitter.cpp
+18-221 files

LLVM/project e85b10bclang/include/clang/Basic BuiltinsBase.td, clang/test/TableGen builtin-docs.td

[Clang][TableGen] Add documentation generation infrastructure for builtins

Add a `-gen-builtin-docs` TableGen backend that generates RST
documentation from builtin definitions, modeled after the existing
attribute documentation system (`-gen-attr-docs`).

The emitter generates per-builtin RST sections grouped by category, including
prototype rendering with optional named parameters (via `ArgNames`), target
feature annotations, and documentation content. A mismatch between `ArgNames`
count and prototype parameter count is a fatal error.
DeltaFile
+265-0clang/test/TableGen/builtin-docs.td
+187-0clang/utils/TableGen/ClangBuiltinsEmitter.cpp
+50-0clang/include/clang/Basic/BuiltinsBase.td
+6-0clang/utils/TableGen/TableGen.cpp
+2-0clang/utils/TableGen/TableGenBackends.h
+510-05 files

LLVM/project 6e179bbllvm/lib/Target/AMDGPU AMDGPURegBankCombiner.cpp

Fix formatting
DeltaFile
+1-2llvm/lib/Target/AMDGPU/AMDGPURegBankCombiner.cpp
+1-21 files

LLVM/project f5cd21ellvm/test/CodeGen/AMDGPU llvm.is.fpclass.ll llvm.is.fpclass.f16.ll, llvm/test/CodeGen/AMDGPU/GlobalISel regbankcombiner-copy-scc-vcc.mir inst-select-copy-scc-vcc.ll

Remove wip_match_opcode, add TODO for regression
DeltaFile
+83-175llvm/test/CodeGen/AMDGPU/llvm.is.fpclass.ll
+115-116llvm/test/CodeGen/AMDGPU/GlobalISel/regbankcombiner-copy-scc-vcc.mir
+36-81llvm/test/CodeGen/AMDGPU/llvm.is.fpclass.f16.ll
+14-16llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-copy-scc-vcc.ll
+9-9llvm/test/CodeGen/AMDGPU/fminimum.ll
+9-9llvm/test/CodeGen/AMDGPU/fmaximum.ll
+266-4065 files not shown
+284-42311 files

LLVM/project bf83bbfllvm/include/llvm/CodeGen SlotIndexes.h

[SlotIndexes] Make IndexListEntry/slot constructor private

This was made public only for some unit tests introduced in
e5e3dccd0741c2cf6e1885f0b6053fcfc6684102 that have now been removed.
Since they have been removed, make the method private to prevent misuse,
remove the warning now that misuse is prevented by visibility, and
remove the description of the destructor given it is redundant with the
code.
DeltaFile
+2-5llvm/include/llvm/CodeGen/SlotIndexes.h
+2-51 files

LLVM/project 553ce3aflang-rt/include/flang-rt/runtime memory.h

[flang-rt] Temporarily disable destructor call in OwningPtr::delete_ptr. (#182635)

This is causing failures in CUF testing, because the device compiler
cannot identify the static stack size for kernels.
DeltaFile
+21-0flang-rt/include/flang-rt/runtime/memory.h
+21-01 files