LLVM/project 191a9a9llvm/utils/gn/secondary/clang/unittests/Format BUILD.gn

[gn build] Port c0bd2f9084d7
DeltaFile
+1-0llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
+1-01 files

LLVM/project c0bd2f9clang/unittests/Format AlignmentTest.cpp FormatTest.cpp

[clang-format][NFC] Extract some alignment tests

FormatTest.cpp is too huge, extract some tests to mitigate this a bit.
DeltaFile
+3,566-0clang/unittests/Format/AlignmentTest.cpp
+0-3,543clang/unittests/Format/FormatTest.cpp
+1-0clang/unittests/Format/CMakeLists.txt
+3,567-3,5433 files

OpenBSD/ports vqMPfIWarchivers/libarchive distinfo Makefile, archivers/libarchive/patches patch-Makefile_in

   archivers/libarchive: update to 3.8.6

   Fixes for a motley collection of NULL pointer dereference, SEGV,
   out-of-bounds access, infinite loop, memory/file descriptor leaks.
VersionDeltaFile
1.49+2-2archivers/libarchive/distinfo
1.69+2-2archivers/libarchive/Makefile
1.9+1-1archivers/libarchive/patches/patch-Makefile_in
+5-53 files

NetBSD/pkgsrc-wip a246395megacmd COMMIT_MSG distinfo

megacmd: update to 2.5.1
DeltaFile
+8-0megacmd/COMMIT_MSG
+3-3megacmd/distinfo
+2-2megacmd/Makefile
+2-0megacmd/TODO
+15-54 files

LLVM/project 617ec39llvm/test/Transforms/LoopVectorize/VPlan dissolve-replicate-regions.ll

[VPlan] Add printing test for dissolving replicate regions. (#189192)

Add VPlan printing test for
 https://github.com/llvm/llvm-project/pull/186252
 https://github.com/llvm/llvm-project/pull/189022
DeltaFile
+202-0llvm/test/Transforms/LoopVectorize/VPlan/dissolve-replicate-regions.ll
+202-01 files

LLVM/project 4450891llvm/lib/Transforms/Vectorize SLPVectorizer.cpp, llvm/test/Transforms/SLPVectorizer/X86 non-reduced-select-of-bits.ll

[SLP] Check if potential bitcast/bswap candidate is a root of reduction

Need to check if the potential bitcast/bswap-like construct is a root of
the reduction, otherwise it cannot represent a bitcast/bswap construct.

Fixes #189184
DeltaFile
+55-0llvm/test/Transforms/SLPVectorizer/X86/non-reduced-select-of-bits.ll
+1-1llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+56-12 files

LLVM/project ba6041bllvm/lib/Transforms/Scalar LowerMatrixIntrinsics.cpp, llvm/test/Transforms/LowerMatrixIntrinsics multiply-fused-differing-addr-spaces.ll

[Matrix] Handle load/store with different AS in getNonAliasingPointer. (#188721)

If a load and a store have different address spaces, we cannot create a
runtime check. Instead, always copy the data to an alloca matching the
store address space.

Fixes https://github.com/llvm/llvm-project/issues/185236.

PR: https://github.com/llvm/llvm-project/pull/188721
DeltaFile
+369-0llvm/test/Transforms/LowerMatrixIntrinsics/multiply-fused-differing-addr-spaces.ll
+15-0llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
+384-02 files

NetBSD/pkgsrc-wip 8725e65megacmd PLIST Makefile, megacmd/patches patch-sdk_src_posix_fs.cpp patch-CMakeLists.txt

Import net/megacmd
DeltaFile
+198-0megacmd/patches/patch-sdk_src_posix_fs.cpp
+74-0megacmd/PLIST
+73-0megacmd/patches/patch-CMakeLists.txt
+58-0megacmd/Makefile
+42-0megacmd/patches/patch-sdk_src_filesystem.cpp
+36-0megacmd/patches/patch-sdk_include_mega_posix_megafs.h
+481-018 files not shown
+796-024 files

NetBSD/src nMWGXLYsbin/gpt show.c main.c

   NBTOOL_CONFIG_H should be HAVE_NBTOOL_CONFIG_H.

   Fixes build on Solaris 11.4 host systems.
VersionDeltaFile
1.50+4-4sbin/gpt/show.c
1.20+3-3sbin/gpt/main.c
+7-72 files

FreeBSD/ports a0b10ffaudio/noson distinfo Makefile

audio/noson: Update to 2.12.27
DeltaFile
+3-3audio/noson/distinfo
+1-1audio/noson/Makefile
+1-1audio/noson/pkg-plist
+5-53 files

FreeBSD/ports e28222faudio/noson-app distinfo Makefile

audio/noson-app: Update to 5.6.19
DeltaFile
+3-3audio/noson-app/distinfo
+1-1audio/noson-app/Makefile
+4-42 files

LLVM/project 73c8ed0llvm/lib/Transforms/Vectorize SLPVectorizer.cpp

Rebase, address comments

Created using spr 1.3.7
DeltaFile
+60-38llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+60-381 files

FreeBSD/ports 84e3ba6net-im/gotosocial distinfo Makefile

net-im/gotosocial: update to 0.21.2

PR: 293987
DeltaFile
+5-5net-im/gotosocial/distinfo
+1-1net-im/gotosocial/Makefile
+6-62 files

FreeBSD/ports f94407feditors/neovim distinfo Makefile

editors/neovim: Update to 0.11.7
DeltaFile
+9-9editors/neovim/distinfo
+4-4editors/neovim/Makefile
+13-132 files

LLVM/project 28674ddllvm/lib/Target/AMDGPU AMDGPUInstCombineIntrinsic.cpp, llvm/test/Transforms/InstCombine/AMDGPU mbcnt.ll llvm.amdgcn.wave.shuffle.ll

AMDGPU: Add range attribute to mbcnt intrinsic callsites

It seems the known bits handling added in 686987a540bc176bceaad43ffe530cb3e88796d5
is insufficient to perform many range based optimizations. For some reason
computeConstantRange doesn't fall back on KnownBits, and has a separate,
less used form which tries to use computeKnownBits.
DeltaFile
+236-15llvm/test/Transforms/InstCombine/AMDGPU/mbcnt.ll
+22-22llvm/test/Transforms/InstCombine/AMDGPU/llvm.amdgcn.wave.shuffle.ll
+22-2llvm/lib/Target/AMDGPU/AMDGPUInstCombineIntrinsic.cpp
+1-1llvm/test/Transforms/InstCombine/AMDGPU/canonicalize-add-to-gep.ll
+281-404 files

FreeBSD/ports f6eba67audio/cantata distinfo Makefile, audio/cantata/files patch-models_streamsmodel.cpp

audio/cantata: Update to 3.4.0
DeltaFile
+14-0audio/cantata/files/patch-models_streamsmodel.cpp
+3-7audio/cantata/distinfo
+3-5audio/cantata/Makefile
+20-123 files

NetBSD/pkgsrc-wip 8415b07jsongrep Makefile PLIST

jsongrep: install man pages and shell completion files
DeltaFile
+14-0jsongrep/Makefile
+6-0jsongrep/PLIST
+20-02 files

FreeBSD/src b65e7b4sys/fs/nfsserver nfs_nfsdsocket.c

nfs_nfsdsocket.c: All Copy and Clone across file systems

For some server file system types, such as ZFS, a Copy/Clone
operation can be done across file systems of the same file
system type.

As such, this patch allows the Copy/Clone to be attempted
when the file handles are for files on different file systems.

This fixes a problem for exported ZFS file systems when a
copy_files on file_range(2) between file systems in the same
NFSv4 mount is attempted.

PR:     294010
MFC after:      2 weeks
DeltaFile
+2-1sys/fs/nfsserver/nfs_nfsdsocket.c
+2-11 files

FreeBSD/doc 5fdc4d0website/content/en/cgi man.cgi

minor updates for Debian 13.x and macOS manpages
DeltaFile
+6-6website/content/en/cgi/man.cgi
+6-61 files

FreeBSD/doc 2c2fd8dwebsite/content/en/cgi man.cgi

add manual pages for OpenIndiana 2025.10
DeltaFile
+7-1website/content/en/cgi/man.cgi
+7-11 files

FreeBSD/ports eafbc24www/nginx-acme distinfo Makefile.cargo, www/nginx-acme/files extra-patch-src_conf_order.rs-devel

www/nginx-acme: Update to 0.3.1

Changelog: https://github.com/nginx/nginx-acme/releases

Sponsored by:   Netzkommune GmbH
DeltaFile
+91-173www/nginx-acme/distinfo
+44-85www/nginx-acme/Makefile.cargo
+0-11www/nginx-acme/files/extra-patch-src_conf_order.rs-devel
+2-3www/nginx-acme/Makefile
+137-2724 files

FreeBSD/ports 26e473dmisc/ollama pkg-message

misc/ollama: Add to pkg-message
DeltaFile
+20-0misc/ollama/pkg-message
+20-01 files

FreeBSD/ports b3698bbmath/lean4 Makefile

math/lean4: Add comment
DeltaFile
+1-1math/lean4/Makefile
+1-11 files

FreeBSD/ports b582db6x11 Makefile, x11/wl-find-cursor Makefile distinfo

x11/wl-find-cursor: New port: Highlight and print out mouse position on Wayland

wl-find-cursor is a tool to highlight and print out global mouse position
on Wayland, especially for compositors based on wlroots, such as Sway.
WWW: https://github.com/cjacker/wl-find-cursor

PR:             293818
Reported by:    agathos5 at gmail.com, linimon (WantedPorts)
Approved by:    vvd (mentor)
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
DeltaFile
+44-0x11/wl-find-cursor/files/patch-Makefile
+25-0x11/wl-find-cursor/Makefile
+3-0x11/wl-find-cursor/distinfo
+2-0x11/wl-find-cursor/pkg-descr
+1-0x11/Makefile
+75-05 files

NetBSD/pkgsrc-wip 1b09ae1wezterm distinfo cargo-depends.mk, wezterm/patches patch-Cargo.toml

wezterm: add upgrade candidate, doesn't build
DeltaFile
+2,211-0wezterm/distinfo
+732-0wezterm/cargo-depends.mk
+111-0wezterm/Makefile
+24-0wezterm/patches/patch-Cargo.toml
+13-0wezterm/PLIST
+8-0wezterm/DESCR
+3,099-01 files not shown
+3,101-07 files

FreeBSD/ports 6dd5910science/py-tensorflow pkg-plist Makefile.MASTER_SITES, science/py-tensorflow/files/bazel riegeli-xopen-source.patch fix-pybind11_protobuf.patch

science/py-tensorflow: update 2.13.1 → 2.21.0

PR:             294036
DeltaFile
+0-1,105science/py-tensorflow/pkg-plist
+146-84science/py-tensorflow/Makefile.MASTER_SITES
+131-55science/py-tensorflow/Makefile
+115-57science/py-tensorflow/distinfo
+160-0science/py-tensorflow/files/bazel/riegeli-xopen-source.patch
+57-94science/py-tensorflow/files/bazel/fix-pybind11_protobuf.patch
+609-1,39573 files not shown
+1,556-1,98579 files

FreeBSD/ports bd2c33fmisc/gemini-cli pkg-plist distinfo, misc/gemini-cli/files package-lock.json

misc/gemini-cli: update 0.34.0 → 0.35.3
DeltaFile
+3,465-74misc/gemini-cli/pkg-plist
+702-100misc/gemini-cli/files/package-lock.json
+3-3misc/gemini-cli/distinfo
+1-1misc/gemini-cli/Makefile
+4,171-1784 files

FreeBSD/ports c8d688cdevel/crc32c Makefile, devel/google-cloud-cpp Makefile

*/*: Reset maintainer amzo1337 at gmail.com to ports at FreeBSD.org

The maintainer's last activity was a Bugzilla submission in September 2022 about updating py-keras.
No activity of any kind afterwards.

Account of failures to respond spanning for 3+ years (the FreeBSD policy is 3 months) is below.

maintainer timeouts in science/py-tensorflow:
* Jul 1 06:23:34 2025
* Feb 23 05:18:05 2026

unanswered bug reports for science/py-tensorflow:
┌─────────────────────────────────────────────────────────────────────┬─────────────────────────┬───────────────────────┬────────────┬────────────┐
│ Bug                                                                 │ Port                    │ Summary               │ Filed      │ Timed Out  │
├─────────────────────────────────────────────────────────────────────┼─────────────────────────┼───────────────────────┼────────────┼────────────┤
│ #278571 (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278571)  │ science/py-tensorflow   │ Update 2.9.1 → 2.16.1 │ 2024-04-24 │ 2025-01-28 │
└─────────────────────────────────────────────────────────────────────┴─────────────────────────┴───────────────────────┴────────────┴────────────┘

maintainer timeout on devel/google-cloud-cpp:

    [25 lines not shown]
DeltaFile
+1-1devel/google-cloud-cpp/Makefile
+1-1devel/nsync/Makefile
+1-1devel/py-absl/Makefile
+1-1science/py-tensorflow/Makefile
+1-1devel/py-google-pasta/Makefile
+1-1devel/crc32c/Makefile
+6-66 files

FreeBSD/ports 3495e54science/py-tensorflow Makefile

science/py-tensorflow: Take maintainership
DeltaFile
+1-1science/py-tensorflow/Makefile
+1-11 files

FreeBSD/ports 886e2a2devel/bazel7 Makefile, devel/bazel7/files patch-src_tools_singlejar_port.h patch-scripts_bootstrap_BUILD.bootstrap

devel/bazel7: New port: Fast and correct build system

PR:             294033
DeltaFile
+83-0devel/bazel7/Makefile
+14-0devel/bazel7/files/patch-src_tools_singlejar_port.h
+13-0devel/bazel7/files/patch-scripts_bootstrap_BUILD.bootstrap
+11-0devel/bazel7/files/patch-scripts_bootstrap_bootstrap.sh
+11-0devel/bazel7/files/patch-scripts_bootstrap_buildenv.sh
+11-0devel/bazel7/files/patch-src_main_cpp_blaze_util_bsd.cc
+143-05 files not shown
+165-011 files