FreeBSD/ports d950ff6misc/crush distinfo Makefile, misc/crush/files extra-patch-disable-command-blocking

misc/crush: Update to 0.84.0

Changelog:
- https://github.com/charmbracelet/crush/releases/tag/v0.82.0
- https://github.com/charmbracelet/crush/releases/tag/v0.83.0
- https://github.com/charmbracelet/crush/releases/tag/v0.84.0

Reported by:    GitHub (watch releases)
DeltaFile
+5-5misc/crush/distinfo
+1-1misc/crush/files/extra-patch-disable-command-blocking
+1-1misc/crush/Makefile
+7-73 files

NetBSD/src mxpLK6Lsys/net if_spppsubr.c

   sppp: Clean up duplicate function declaration
VersionDeltaFile
1.300+2-4sys/net/if_spppsubr.c
+2-41 files

FreeBSD/ports 36ac40ddevel/log4cplus Makefile distinfo, devel/log4cplus/files patch-CMakeLists.txt

devel/log4cplus: update to 2.2.0.1
DeltaFile
+16-0devel/log4cplus/files/patch-CMakeLists.txt
+4-6devel/log4cplus/Makefile
+3-3devel/log4cplus/distinfo
+1-0devel/log4cplus/pkg-plist
+24-94 files

FreeBSD/src fe0d7d6contrib/libcxxrt exception.cc

libcxxrt: Fix diagnostics for derived classes

In terminate_with_diagnostics the cast_to arguments were swapped, so it
always failed.  The diagnostic handler produced output like "Terminating
due to uncaught exception 0x24891e08000 of type std::runtime_error".

Now, e->what() will actually be included in the output, e.g.
"Terminating due to uncaught exception 0x2bba49208000 'Model file
doesn't exist' of type std::runtime_error".

Reviewed by:    dim
Event:          Halifax Hackathon 202606
Sponsored by:   The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D57822

(cherry picked from commit 3a5c2899fc7bd0865b5aacccc3465e46e9bc6df3)
(cherry picked from commit ab1af7bd2f425147e658a32f128a56176b1de059)
DeltaFile
+1-1contrib/libcxxrt/exception.cc
+1-11 files

FreeBSD/src db1b75dusr.bin/vtfontcvt vtfontcvt.c

vtfontcvt: Return error from write_fnt_source

Previously write_fnt_source always returned 0, silently discarding
errors.  Return rv so that errors set vtfontcvt's shell exit
appropriately.

Sponsored by: The FreeBSD Foundation

(cherry picked from commit f05fb5157ba1291ee5019bacece8d1e98ea95b35)
(cherry picked from commit a00f80731213e03bf3d0b9028a93d0be4c0df756)
DeltaFile
+1-1usr.bin/vtfontcvt/vtfontcvt.c
+1-11 files

FreeBSD/src ab1af7bcontrib/libcxxrt exception.cc

libcxxrt: Fix diagnostics for derived classes

In terminate_with_diagnostics the cast_to arguments were swapped, so it
always failed.  The diagnostic handler produced output like "Terminating
due to uncaught exception 0x24891e08000 of type std::runtime_error".

Now, e->what() will actually be included in the output, e.g.
"Terminating due to uncaught exception 0x2bba49208000 'Model file
doesn't exist' of type std::runtime_error".

Reviewed by:    dim
Event:          Halifax Hackathon 202606
Sponsored by:   The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D57822

(cherry picked from commit 3a5c2899fc7bd0865b5aacccc3465e46e9bc6df3)
DeltaFile
+1-1contrib/libcxxrt/exception.cc
+1-11 files

FreeBSD/ports 8089ca3editors/zed distinfo, editors/zed/files patch-crates_project_tests_integration_project__tests.rs patch-crates_gpui__linux_src_linux_platform.rs

editors/zed: Update to 1.10.1

Changelog:
- https://github.com/zed-industries/zed/releases/tag/v1.10.0
- https://github.com/zed-industries/zed/releases/tag/v1.10.1

Reported by:    GitHub (watch releases)
DeltaFile
+38-2editors/zed/files/patch-crates_project_tests_integration_project__tests.rs
+29-0editors/zed/files/patch-crates_gpui__linux_src_linux_platform.rs
+8-8editors/zed/files/patch-crates_zed_src_main.rs
+8-8editors/zed/files/patch-Cargo.lock
+3-3editors/zed/distinfo
+2-2editors/zed/files/patch-crates_zed_src_zed.rs
+88-232 files not shown
+91-268 files

LLVM/project 33d1af5clang/include/clang/Sema Sema.h, clang/lib/Sema SemaDecl.cpp SemaTemplate.cpp

fixup
DeltaFile
+9-18clang/lib/Sema/SemaDecl.cpp
+12-11clang/lib/Sema/SemaTemplate.cpp
+5-4clang/include/clang/Sema/Sema.h
+8-0clang/test/SemaCXX/member-class-11.cpp
+1-1clang/lib/Sema/SemaDeclCXX.cpp
+35-345 files

FreeBSD/ports 21bfcf4www/p5-Mojolicious distinfo Makefile

www/p5-Mojolicious: Update to 9.47
DeltaFile
+3-3www/p5-Mojolicious/distinfo
+1-1www/p5-Mojolicious/Makefile
+4-42 files

FreeNAS/freenas de5649asrc/middlewared/middlewared/api/v27_0_0 pool.py

pool: add force_topology to v27_0_0 PoolCreate
DeltaFile
+10-0src/middlewared/middlewared/api/v27_0_0/pool.py
+10-01 files

LLVM/project 226664dclang/lib/Sema SemaDecl.cpp SemaTemplate.cpp, clang/test/SemaCXX member-class-11.cpp

fixup
DeltaFile
+10-18clang/lib/Sema/SemaDecl.cpp
+5-6clang/lib/Sema/SemaTemplate.cpp
+8-0clang/test/SemaCXX/member-class-11.cpp
+1-1clang/lib/Sema/SemaDeclCXX.cpp
+24-254 files

LLVM/project f348b0dutils/bazel/llvm-project-overlay/flang/unittests BUILD.bazel

[Bazel] Fixes ac78ce3 (#208600)

This fixes ac78ce369272ea46ceb8b00f762c496ecd40cb19.

Buildkite error link:
https://buildkite.com/llvm-project/upstream-bazel/builds?commit=ac78ce369272ea46ceb8b00f762c496ecd40cb19

Co-authored-by: Google Bazel Bot <google-bazel-bot at google.com>
DeltaFile
+1-0utils/bazel/llvm-project-overlay/flang/unittests/BUILD.bazel
+1-01 files

LLVM/project 3d3b8c9clang/include/clang/AST DeclTemplate.h, clang/lib/AST DeclTemplate.cpp

[clang] fix getTemplateInstantiationArgs

This implements a new strategy for collecting the template arguments, by
relying on the qualifiers and template parameter lists to navigate the template
context of out-of-line definitions.

This greatly simplifies the signature of that function, by removing a bunch
of workarounds, and simpliffying a couple that weren't removed yet.

Since this now relies on qualifiers and template parameter lists,
this patch expends most of its effort making sure these are placed,
transformed and propagated to template instantiations.

Also makes the explicit specialization AST nodes stop abusing the template
parameter lists by storing it's own template parameter list, creating a
dedicated field for them, similar to partial specializations.
DeltaFile
+194-429clang/lib/Sema/SemaTemplateInstantiate.cpp
+301-165clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
+151-147clang/lib/Sema/SemaTemplate.cpp
+96-95clang/include/clang/AST/DeclTemplate.h
+59-129clang/lib/Sema/SemaConcept.cpp
+60-92clang/lib/AST/DeclTemplate.cpp
+861-1,05764 files not shown
+1,627-1,73270 files

LLVM/project ac78ce3flang/include/flang/Optimizer/Analysis AliasAnalysis.h, flang/lib/Optimizer/Analysis AliasAnalysis.cpp

[flang][AliasAnalysis] Add opt-in getSource memoization cache (#208319)

Add an opt-in cache to fir::AliasAnalysis that memoizes getSource()
results keyed on (value, flags). Caching is off by default and turned on
via enableSourceCache(); getSource() becomes a thin wrapper over the
uncached getSourceImpl(). The cache is a frozen snapshot with no
automatic invalidation and lives no longer than the AliasAnalysis
instance, so a client enables it only for a region in which it does not
mutate IR in a way that would change a source.

Flang's LICM enables the cache on its fir::AliasAnalysis before adding
it to the mlir::AliasAnalysis aggregate: LICM only moves operations, so
getSource()'s inputs are unchanged across the hoists, and the pass
manager drops the analysis (and its cache) after the pass.

Add a unit test covering the default-off behavior, cache fill/hit, and
that disableSourceCache() clears and bypasses the cache.

Assisted-by: Cursor
DeltaFile
+107-0flang/unittests/Optimizer/AliasAnalysisCacheTest.cpp
+56-0flang/include/flang/Optimizer/Analysis/AliasAnalysis.h
+32-0flang/lib/Optimizer/Analysis/AliasAnalysis.cpp
+10-1flang/lib/Optimizer/Transforms/LoopInvariantCodeMotion.cpp
+1-0flang/unittests/Optimizer/CMakeLists.txt
+206-15 files

LLVM/project e898ca9orc-rt/include/orc-rt-c Logging.h

[orc-rt] Apply orc_rt_log_* naming convention to Logging.h. NFC. (#208599)

orc_rt_ is the top-level C namespace and orc_rt_log_ a nested namespace
for logging. Following the C API convention, types, values, and
variables are PascalCase and functions are camelCase (as in LLVM).
DeltaFile
+6-6orc-rt/include/orc-rt-c/Logging.h
+6-61 files

LLVM/project 8b38729clang/lib/StaticAnalyzer/Checkers/WebKit RawPtrRefMemberChecker.cpp, clang/test/Analysis/Checkers/WebKit unretained-members.mm unretained-members-arc.mm

[webkit.NoUncountedMemberChecker] Improve the warning text (#204557)

This PR aligns NoUncountedMemberChecker and its variant's warning
message with the new warning format in
https://github.com/llvm/llvm-project/pull/202724.
DeltaFile
+30-30clang/test/Analysis/Checkers/WebKit/unretained-members.mm
+5-19clang/lib/StaticAnalyzer/Checkers/WebKit/RawPtrRefMemberChecker.cpp
+12-12clang/test/Analysis/Checkers/WebKit/unretained-members-arc.mm
+7-7clang/test/Analysis/Checkers/WebKit/unchecked-members.cpp
+7-7clang/test/Analysis/Checkers/WebKit/uncounted-members.cpp
+2-2clang/test/Analysis/Checkers/WebKit/uncounted-members-objc.mm
+63-772 files not shown
+66-808 files

FreeBSD/ports 73a2488audio/atunes Makefile distinfo, audio/atunes/files atunes.in

audio/atunes: Update 3.1.2 => 3.2.0 beta (last version), improve port, fix runtime

Changelog:
https://sourceforge.net/p/atunes/code/HEAD/tree/trunk/aTunes/docs/changelog.txt

- Lock JAVA_VERSION to 8 - doesn't work with 11+.
- Pet portclippy.
- Update WWW - previous is dead.
- Add NO_ARCH.
- Do not extract unnecessary files.
- Optimize do-install.

Sponsored by:   UNIS Labs
MFH:            2026Q3

(cherry picked from commit cf61139c927e2f7f4b55bad548e39398867634b7)
DeltaFile
+40-41audio/atunes/Makefile
+3-2audio/atunes/distinfo
+2-2audio/atunes/pkg-plist
+1-1audio/atunes/files/atunes.in
+46-464 files

FreeBSD/ports cf61139audio/atunes Makefile distinfo, audio/atunes/files atunes.in

audio/atunes: Update 3.1.2 => 3.2.0 beta (last version), improve port, fix runtime

Changelog:
https://sourceforge.net/p/atunes/code/HEAD/tree/trunk/aTunes/docs/changelog.txt

- Lock JAVA_VERSION to 8 - doesn't work with 11+.
- Pet portclippy.
- Update WWW - previous is dead.
- Add NO_ARCH.
- Do not extract unnecessary files.
- Optimize do-install.

Sponsored by:   UNIS Labs
MFH:            2026Q3
DeltaFile
+40-41audio/atunes/Makefile
+3-2audio/atunes/distinfo
+2-2audio/atunes/pkg-plist
+1-1audio/atunes/files/atunes.in
+46-464 files

LLVM/project 9141f71clang/docs ReleaseNotes.md, clang/lib/Sema SemaTemplate.cpp

[clang] fix typo-correction for template name lookup (#208586)

Only consider candidates which are templates.

Disable spell checking for a DR test in order to not introduce noise, as
spell checking is never helpful in those.

Fixes #207498
DeltaFile
+22-0clang/test/SemaCXX/typo-correction.cpp
+19-1clang/lib/Sema/SemaTemplate.cpp
+7-7clang/test/CXX/drs/cwg5xx.cpp
+1-0clang/docs/ReleaseNotes.md
+49-84 files

LLVM/project 2370ce3orc-rt/include/orc-rt-c Logging.h

[orc-rt] Expand 'extern "C"' guard coverage in Logging.h. NFC. (#208596)

We'll be adding more APIs here soon -- the 'extern "C"' guards should
cover the whole header.
DeltaFile
+2-2orc-rt/include/orc-rt-c/Logging.h
+2-21 files

LLVM/project 964cd4dllvm/lib/Target/AMDGPU AMDGPUIGroupLP.cpp SIInstrInfo.cpp, llvm/lib/Target/AMDGPU/AsmParser AMDGPUAsmParser.cpp

[AMDGPU] [NFC] Init pointers, widen mask complements (#208469)

- Initialize local pointers before use, silencing uninitialized local
pointer warnings.
- Compute mask complements at 64 bits to avoid zero-extending the result
from a type to a type of greater size and dropping high bits.
DeltaFile
+4-5llvm/lib/Target/AMDGPU/AMDGPUIGroupLP.cpp
+2-2llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
+2-2llvm/lib/Target/AMDGPU/AMDGPULowerVGPREncoding.cpp
+1-1llvm/lib/Target/AMDGPU/SIISelLowering.cpp
+1-1llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
+1-1llvm/lib/Target/AMDGPU/AMDGPULibCalls.cpp
+11-123 files not shown
+14-159 files

LLVM/project 068505dflang/lib/Lower/OpenMP OpenMP.cpp DataSharingProcessor.cpp, flang/test/Lower/OpenMP metadirective-loop.f90

[flang][OpenMP] Support lowering of metadirective (part 3)

Enable lowering of metadirectives that resolve to a loop-associated
variant such as `do`, `simd`, `parallel do`, and `do simd`. The
associated DO construct is made available to the selected variant so the
existing OpenMP loop lowering can process it. A standalone metadirective
uses the following sibling DO, and a begin/end metadirective uses the
first substantive evaluation nested in its block.

For example, when the `vendor(llvm)` selector matches, the `parallel do`
variant is lowered together with the DO loop that follows it:

```fortran
!$omp metadirective when(implementation={vendor(llvm)}: parallel do)
do i = 1, n
  y(i) = a*x(i) + y(i)
end do
```


    [33 lines not shown]
DeltaFile
+476-0flang/test/Lower/OpenMP/metadirective-loop.f90
+255-8flang/lib/Lower/OpenMP/OpenMP.cpp
+90-2flang/lib/Lower/OpenMP/DataSharingProcessor.cpp
+23-0flang/test/Lower/OpenMP/Todo/metadirective-noncanonical-loop.f90
+18-1flang/lib/Lower/OpenMP/Utils.cpp
+17-0flang/test/Lower/OpenMP/Todo/metadirective-shallow-loop.f90
+879-114 files not shown
+908-2310 files

LLVM/project 15f7d14lldb/include/lldb/Host JSONTransport.h, lldb/include/lldb/Protocol/MCP Client.h

[lldb] Add an MCP client and asynchronous request binding (#208371)

This PR contains the groundwork to convert lldb-mcp from a naive
forwarder into a multiplexer. This requires acting both an MCP server
and MCP client.

This PR adds a new MCP Client abstraction, a thin wrapper over
MCPTransport and MCPBinder exposing the protocol's requests as typed
asynchronous calls. BindAsync hands an incoming-request handler a Reply
it may invoke later.

This PR also makes fromJSON symmetric with toJSON for
ServerCapabilities. The former only restored supportsToolsList and
silently dropped the resources, completions and logging capabilities, so
a client parsing an initialize result never saw them.

Assisted-by: Claude
DeltaFile
+223-0lldb/unittests/Protocol/MCPClientTest.cpp
+93-0lldb/include/lldb/Protocol/MCP/Client.h
+87-0lldb/source/Protocol/MCP/Client.cpp
+54-0lldb/include/lldb/Host/JSONTransport.h
+51-0lldb/unittests/Host/JSONTransportTest.cpp
+29-6lldb/unittests/TestingSupport/Host/JSONTransportTestUtilities.h
+537-64 files not shown
+564-610 files

OpenBSD/ports YQr1bOtdevel/codex crates.inc distinfo, devel/codex/patches patch-codex-rs_Cargo_toml patch-codex-rs_core_src_config_mod_rs

   devel/codex: update to 0.144.1
VersionDeltaFile
1.24+1,194-1,193devel/codex/crates.inc
1.30+3-3devel/codex/patches/patch-codex-rs_Cargo_toml
1.35+2-2devel/codex/distinfo
1.32+1-1devel/codex/patches/patch-codex-rs_core_src_config_mod_rs
1.35+1-1devel/codex/Makefile
+1,201-1,2005 files

LLVM/project c56b452clang/docs ReleaseNotes.md, clang/lib/Sema SemaTemplate.cpp

[clang] fix typo-correction for template name lookup

Only consider candidates which are templates.

Disable spell checking for a DR test in order to not introduce noise,
as spell checking is never helpful in those.

Fixes #207498
DeltaFile
+22-0clang/test/SemaCXX/typo-correction.cpp
+19-1clang/lib/Sema/SemaTemplate.cpp
+7-7clang/test/CXX/drs/cwg5xx.cpp
+1-0clang/docs/ReleaseNotes.md
+49-84 files

LLVM/project 76066e5orc-rt/include/orc-rt-utils CommandLine.h, orc-rt/test/unit CommandLineTest.cpp CMakeLists.txt

[orc_rt] adding a very simple CLI flags parser in (#172987)

Adds orc_rt::CommandLineParser, a small header-only option parser in
  orc-rt-utils for use by orc-rt tools that need argument handling.

  Features:
   - Long (--name, --name=value) and short (-n, -nvalue) options.
   - Short-flag clustering (e.g. -vp9999) and "--" to terminate option
     parsing, with remaining tokens collected as positionals.
   - Typed values, with parse failures returning an orc_rt::Error.
   - printHelp() with aligned, optionally short-name-aware output.

  Values are bound to caller-owned storage supplied at registration time and
  reset to their defaults on each parse().

  Also adds CommandLineTest.cpp to the CoreTests unittest and fixes the
  indentation of the docs subdirectory guard in orc-rt/CMakeLists.txt.
DeltaFile
+256-0orc-rt/include/orc-rt-utils/CommandLine.h
+145-0orc-rt/test/unit/CommandLineTest.cpp
+1-0orc-rt/test/unit/CMakeLists.txt
+402-03 files

NetBSD/pkgsrc-wip 1b055f3whisper.cpp Makefile

wip/whisper.cpp: Update HOMEPAGE and MASTER_SITES to new GitHub organization
DeltaFile
+2-2whisper.cpp/Makefile
+2-21 files

LLVM/project dcfcd3elibc/docs conf.py, libc/docs/dev building_docs.md

Fix trouble shooting definition list
DeltaFile
+6-9libc/docs/dev/building_docs.md
+2-0libc/docs/conf.py
+8-92 files

LLVM/project f5169f2libcxx/include unordered_set unordered_map, libcxx/test/std/containers/associative/multimap/multimap.cons iter_iter_comp_alloc.pass.cpp

[libc++] Enable missing allocator constructors in C++11 (#204845)

LWG2210 was a patch to N2554 (C++11) which added missing
allocator-extended constructors to various containers. When LWG2210 was
implemented, the constructors were gated with C++14. However, we
normally apply LWG issue resolutions as DRs.

This patch enables these constructors in C++11 mode too.

Fixes #204843

---------

Co-authored-by: Louis Dionne <ldionne.2 at gmail.com>
Co-authored-by: A. Jiang <de34 at live.cn>
DeltaFile
+40-0libcxx/test/std/containers/associative/multimap/multimap.cons/iter_iter_comp_alloc.pass.cpp
+12-24libcxx/include/unordered_set
+18-18libcxx/include/unordered_map
+16-9libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/size.pass.cpp
+8-16libcxx/include/set
+17-7libcxx/test/std/containers/sequences/list/list.cons/size_type.pass.cpp
+111-7437 files not shown
+159-14443 files

LLVM/project be9bea7clang/include/clang/Basic BuiltinsAMDGPU.td, llvm/include/llvm/IR IntrinsicsAMDGPU.td

[AMDGPU] Guard more intrinsics with target features
DeltaFile
+1-51llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
+0-42llvm/lib/Target/AMDGPU/SIISelLowering.cpp
+16-17llvm/lib/Target/AMDGPU/AMDGPU.td
+0-24llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
+15-2llvm/include/llvm/IR/IntrinsicsAMDGPU.td
+4-4clang/include/clang/Basic/BuiltinsAMDGPU.td
+36-14024 files not shown
+82-17630 files