LLVM/project de81419llvm/utils/gn/secondary/lldb/test BUILD.gn

[gn] port f002fc0ee8734283
DeltaFile
+2-0llvm/utils/gn/secondary/lldb/test/BUILD.gn
+2-01 files

LLVM/project dc1f7c7llvm/utils/gn/secondary/clang/include/clang/Config BUILD.gn, llvm/utils/gn/secondary/clang/test BUILD.gn

[gn] port 629edaf67844c01db37 (CLANG_USE_XCSELECT)
DeltaFile
+2-0llvm/utils/gn/secondary/clang/include/clang/Config/BUILD.gn
+1-0llvm/utils/gn/secondary/clang/test/BUILD.gn
+3-02 files

FreeBSD/src 9976cffsys/dev/rge if_rge.c if_rgevar.h

rge: use C style comments instead of C++

FreeBSD style(9) mandates C style comments. The initial import from
OpenBSD left several C++ style // comments in if_rge.c and if_rgevar.h.
Replace them with proper /* */ comments.

Also fix a malformed comment that mixed // with a closing */.

Signed-off-by: Christos Longros <chris.longros at gmail.com>

Reviewed by:    adrian
Differential Revision:  https://reviews.freebsd.org/D55743
DeltaFile
+2-2sys/dev/rge/if_rge.c
+0-4sys/dev/rge/if_rgevar.h
+2-62 files

FreeNAS/freenas 85474c8src/middlewared/middlewared/alembic/versions/27.0 2026-03-15_02-40_alert_args_migration.py

NAS-140294 / 27.0.0-BETA.1 / Fix alert deserialization crash on upgrade (#18455)

This commit fixes an issue where middleware won't start when a system is
upgraded to latest nightlies because the recent alerts mypy refactor
changed alert args format (moving fields from `key` into required
dataclass fields in `args`). Pre-existing alerts in `system_alert` have
the old format and crash during deserialization at startup. The
migration deletes the affected rows; all are ephemeral and regenerated
by their alert sources within 60 seconds.
DeltaFile
+36-0src/middlewared/middlewared/alembic/versions/27.0/2026-03-15_02-40_alert_args_migration.py
+36-01 files

FreeBSD/ports 9c8fdd8emulators/vice Makefile

emulators/vice: remove option FFMPEG

PR: 293832
DeltaFile
+1-4emulators/vice/Makefile
+1-41 files

FreeBSD/ports 02e9a9baudio/musicpd distinfo Makefile

audio/musicpd: Update to upstream version 0.24.9

Bugfix release, see:
https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.24.9/NEWS

MFH:            2026Q1
(cherry picked from commit 648d8ce7e10857e859464c56c8126b9b263e105d)
DeltaFile
+3-3audio/musicpd/distinfo
+1-1audio/musicpd/Makefile
+4-42 files

FreeBSD/ports 67f5a4fgraphics/hiptext Makefile distinfo

graphics/hiptext: update 0.0.s20160621 → 0.2-8 (BROKEN with ffmpeg-8)

PR:             293828
DeltaFile
+4-5graphics/hiptext/Makefile
+3-3graphics/hiptext/distinfo
+7-82 files

LLVM/project 562f519.github/workflows/containers/libc Dockerfile

[libc][Github] Bump clang in libc container to v23 (#186697)

Back to HEAD now that apt.llvm.org is working again for ToT.
DeltaFile
+3-0.github/workflows/containers/libc/Dockerfile
+3-01 files

FreeBSD/ports 7d7219baudio/py-essentia Makefile distinfo

audio/py-essentia: update 2.1_beta5-859 → 2.1.b5.1417
DeltaFile
+4-4audio/py-essentia/Makefile
+3-3audio/py-essentia/distinfo
+7-72 files

FreeBSD/src 73f37a6share/mk bsd.own.mk

Revert "bsd.own.mk: Deorbit compat include of bsd.compiler.mk"

This reverts commit 0bebad8d072bb7abef1cea0d8c8d04d500913adf.

It might be that all that's needed to fix this is to add
".include <bsd.compiler.mk>" to some Makefiles. I'll look into it soon
but for now let's unbreak HEAD.

Approved by:            bnovkov (mentor)
Differential Revision:  https://reviews.freebsd.org/D55869
DeltaFile
+6-0share/mk/bsd.own.mk
+6-01 files

FreeBSD/ports 981f095audio/essentia Makefile distinfo

audio/essentia: update 2.1_beta5-859 → 2.1.b5.1417

PR:             293822
DeltaFile
+5-8audio/essentia/Makefile
+3-3audio/essentia/distinfo
+8-112 files

FreeBSD/ports f5ff540cad/librepcb Makefile distinfo

cad/librepcb: update 2.0.0 → 2.0.1

PR:             293826
DeltaFile
+8-9cad/librepcb/Makefile
+11-3cad/librepcb/distinfo
+19-122 files

FreeBSD/src 424d3causr.bin/backlight backlight.8

backlight.8: Fix typo in man

Increment and decrement where swapped.

Signed-off-by: Salman Sarray <salman at sarray.de>
Reviewed by: ziaee, Christos Longros <chris.longros at gmail.com>
Pull Request: https://github.com/freebsd/freebsd-src/pull/2072
DeltaFile
+2-2usr.bin/backlight/backlight.8
+2-21 files

LLVM/project 906f2b6clang/include/clang/Basic AttrDocs.td

[Clang][Docs] Clarify [[unlikely]] example in compound statement (#186590)

The first code example in the "confusing standard behavior" section
had a comment claiming `[[unlikely]]` makes the branch unlikely,
contradicting a later example showing the same placement being ignored.

Rewords the comment to clarify this is the C++ Standard's
recommendation that Clang does not follow, since the attribute is not on
the substatement.

Continues the work from #126372.

Fixes #126362.
DeltaFile
+4-2clang/include/clang/Basic/AttrDocs.td
+4-21 files

LLVM/project 6f6d7dallvm/utils git-llvm-push git-llvm-push.md

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+37-24llvm/utils/git-llvm-push
+1-0llvm/utils/git-llvm-push.md
+38-242 files

LLVM/project 1a865abllvm/utils git-llvm-push

[𝘀𝗽𝗿] changes to main this commit is based on

Created using spr 1.3.7

[skip ci]
DeltaFile
+20-19llvm/utils/git-llvm-push
+20-191 files

LLVM/project 7e5b2dcclang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/std type_traits utility, clang-tools-extra/test/clang-tidy/checkers/abseil/Inputs type_traits

rebase

Created using spr 1.3.7
DeltaFile
+451-0clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/std/type_traits
+0-427clang-tools-extra/test/clang-tidy/checkers/abseil/Inputs/type_traits
+1-85mlir/test/python/execution_engine.py
+36-36llvm/test/CodeGen/BPF/jump_table_switch_stmt.ll
+2-40clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/std/utility
+20-20llvm/test/CodeGen/BPF/remove_truncate_9.ll
+510-60841 files not shown
+633-81247 files

DragonFlyBSD/src 2383042nrelease Makefile

nrelease - Preliminary Makefile adjustment to use dsynth (3)

* Add dummy "curses" target to avoid make complaint
DeltaFile
+1-1nrelease/Makefile
+1-11 files

OpenBSD/src gkNxtimusr.sbin/smtpd util.c

   use memcpy() in xmemdup() instead of memmove()

   there cannot be an overlap by construction.
   ok tb@ deraadt@
VersionDeltaFile
1.161+2-2usr.sbin/smtpd/util.c
+2-21 files

FreeBSD/ports 40e2a73ports-mgmt/pkg Makefile, ports-mgmt/pkg/files patch-libpkg_libpkg.ver

ports-mgmt/pkg: Export the pkg_set_ignore_osversion symbol

PR:             293767
Approved by:    bapt (via IRC)
Pull Request:   https://github.com/freebsd/freebsd-ports/pull/493
DeltaFile
+10-0ports-mgmt/pkg/files/patch-libpkg_libpkg.ver
+1-0ports-mgmt/pkg/Makefile
+11-02 files

FreeBSD/src 2e93669sys/netgraph/bluetooth/drivers/ubt ng_ubt_rtl.c, usr.sbin/bluetooth/rtlbtfw rtlbtfw.conf main.c

rtlbtfw(8): Add support for Realtek 8852CE

Add the USB Vendor/Product ID (0x13d3:0x3612) for
the new Realtek 8852CE drive to make sure it works.

Signed-off-by: Ying Xu <fakeshadow1337 at gmail.com>
Reviewed by: pouria, wulf
Pull Request: https://github.com/freebsd/freebsd-src/pull/2071
DeltaFile
+1-1usr.sbin/bluetooth/rtlbtfw/rtlbtfw.conf
+1-0sys/netgraph/bluetooth/drivers/ubt/ng_ubt_rtl.c
+1-0usr.sbin/bluetooth/rtlbtfw/main.c
+3-13 files

FreeBSD/ports 7351cd2textproc/gtk-doc distinfo Makefile, textproc/gtk-doc/files patch-meson.build

textproc/gtk-doc: update to 1.36.0

PR:             293807
DeltaFile
+7-7textproc/gtk-doc/files/patch-meson.build
+3-3textproc/gtk-doc/distinfo
+3-3textproc/gtk-doc/Makefile
+13-133 files

FreeBSD/ports fdc02ebmath/octave-forge-cfitsio distinfo Makefile

math/octave-forge-cfitsio: Update to 0.0.8.
DeltaFile
+3-3math/octave-forge-cfitsio/distinfo
+1-2math/octave-forge-cfitsio/Makefile
+4-52 files

NetBSD/pkgsrc iEwC6kBdoc CHANGES-2026

   doc: Updated lang/vala to 0.56.18nb3
VersionDeltaFile
1.1775+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc C0N6WFjlang/vala distinfo Makefile, lang/vala/patches patch-libvaladoc_charts_chart.vala patch-vapi_libgvc.vapi

   vala: merge upstream bugfix for graphviz 13

   Bump PKGREVISION.
VersionDeltaFile
1.1+26-0lang/vala/patches/patch-libvaladoc_charts_chart.vala
1.1+16-0lang/vala/patches/patch-vapi_libgvc.vapi
1.81+3-1lang/vala/distinfo
1.109+2-2lang/vala/Makefile
+47-34 files

LLVM/project 89c3315clang/docs LibTooling.rst

[clang][doc] Improve error handling for `LibTooling` example code avoiding core dump (#98129)

Resolves #97983
DeltaFile
+2-2clang/docs/LibTooling.rst
+2-21 files

FreeBSD/ports 9277396lang/luajit distinfo Makefile

lang/luajit: update to the recent snapshot

Sponsored by:   tipi.work
DeltaFile
+3-3lang/luajit/distinfo
+3-3lang/luajit/Makefile
+6-62 files

NetBSD/pkgsrc feUnFXsdoc CHANGES-2026

   doc: Begin freeze for 2026Q1
VersionDeltaFile
1.1774+2-1doc/CHANGES-2026
+2-11 files

OpenBSD/ports 4YcpisBgraphics/shaderc Makefile, graphics/shaderc/patches patch-glslc_CMakeLists_txt

   shaderc: add back accidentally deleted patch, bump revision
VersionDeltaFile
1.6+1-11graphics/shaderc/patches/patch-glslc_CMakeLists_txt
1.8+1-0graphics/shaderc/Makefile
+2-112 files

LLVM/project dcbbfb2llvm/utils git-llvm-push

[Utils] Format git-llvm-push

Use single quotes for string arguments inside f-strings or otherwise the
version of black that we use fails to parse. Also reformat the file
given that hasn't been working for a while (wholesale or incrementally)
to the above issue.
DeltaFile
+11-6llvm/utils/git-llvm-push
+11-61 files