LLVM/project 42a986f.github/workflows libcxx-pr-conformance-tests.yaml, libcxx/include/__functional weak_result_type.h

[libc++] Upgrade to GCC 16 (#206235)

This also removes a few `// UNSUPPORTED: gcc` which are unnecessary as a
drive-by.
DeltaFile
+8-3libcxx/include/__functional/weak_result_type.h
+0-9libcxx/test/std/utilities/utility/pairs/pairs.pair/assign_pair.pass.cpp
+4-4.github/workflows/libcxx-pr-conformance-tests.yaml
+0-6libcxx/src/experimental/time_zone.cpp
+2-3libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_implicit_lifetime.pass.cpp
+2-3libcxx/include/__ranges/concat_view.h
+16-2820 files not shown
+44-4726 files

FreeBSD/ports 04465f9misc/freebsd-doc-all Makefile, misc/freebsd-doc-en Makefile distinfo

misc/freebsd-doc-*: Update to rev. ab0db63 from FreeBSD docset

Revision ab0db63 is also 14.5-R version
Approved by:    doceng (implicit)
DeltaFile
+3-3misc/freebsd-doc-en/distinfo
+5-1misc/freebsd-doc-en/pkg-plist
+1-1misc/freebsd-doc-en/Makefile
+1-1misc/freebsd-doc-all/Makefile
+10-64 files

LLVM/project 1b3b7e5llvm/lib/Target/X86 X86PartialReduction.cpp, llvm/test/CodeGen/X86 byte-sum.ll

[X86][PartialReduction] Lower zext-byte add reductions to vpsadbw (#201076)

Loops of the form `for (i) sum += bytes[i];` (`uint8_t` input, `i32`/`i64` accumulator)
lower to `vpmovzxbd` + `vpaddd` today, although `PSADBW(x, 0)`
computes the same sum in one instruction per 128/256/512-bit lane.

Teach `X86PartialReduction` to rewrite the `zext <N x i8> to <N x i32|i64>`
leaves of an add reduction (N >= 16) into `PSADBW(x, 0)`, split across
SSE2/AVX2/AVX-512BW lanes per the subtarget. `i64` accumulators consume
`PSADBW`'s natural `<N/8 x i64>` output directly.

Tests: `x86-partial-reduction-byte-sum*.ll` (matcher in isolation),
`byte-sum-{positive,negative}.ll` (full CodeGen on +sse2/+avx2/+avx512bw).
DeltaFile
+1,278-0llvm/test/CodeGen/X86/byte-sum.ll
+679-0llvm/test/Transforms/PhaseOrdering/X86/x86-partial-reduction-byte-sum.ll
+115-1llvm/lib/Target/X86/X86PartialReduction.cpp
+43-0llvm/test/Transforms/PhaseOrdering/X86/x86-partial-reduction-byte-sum-debugloc.ll
+2,115-14 files

LLVM/project 7c517dallvm/lib/Target/AMDGPU AMDGPULegalizerInfo.cpp SIISelLowering.cpp, llvm/test/CodeGen/AMDGPU/AddressSpaceVGPR as-vgpr-unsupported.ll

Reject under-aligned whole-dword VGPR-memory accesses
DeltaFile
+34-8llvm/test/CodeGen/AMDGPU/AddressSpaceVGPR/as-vgpr-unsupported.ll
+14-7llvm/lib/Target/AMDGPU/SIISelLowering.cpp
+14-6llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
+62-213 files

LLVM/project e4a3922llvm/include/llvm/Analysis VectorUtils.h, llvm/lib/Transforms/Vectorize LoopVectorizationLegality.cpp

Fixups
DeltaFile
+1-2llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
+1-1llvm/include/llvm/Analysis/VectorUtils.h
+2-32 files

FreeBSD/ports 0b13939java/dbvis Makefile distinfo

java/dbvis: Update 26.2 => 26.2.2

Release Notes:
https://www.dbvis.com/releasenotes/26.2/

Sponsored by:   UNIS Labs
MFH:            2026Q3

(cherry picked from commit 1b6cadc4a9560ab671a180ead9199624641e2dd7)
DeltaFile
+3-3java/dbvis/distinfo
+1-1java/dbvis/Makefile
+4-42 files

FreeBSD/ports f80f063editors/vim-classic distinfo Makefile

editors/vim-classic: Adjust MASTER_SITES so DISTNAME, WRKSRC need not be set.

Fix minor comment nits while we are here.

Submitted by:   fuz
Approved by:    fuz
DeltaFile
+2-7editors/vim-classic/Makefile
+3-3editors/vim-classic/distinfo
+5-102 files

FreeBSD/ports bf6603ewww Makefile, www/go-away distinfo pkg-descr

www/go-away: New port: Proxy implementing LLM countermeasures

Approved by:    fuz
PR:             297524
DeltaFile
+59-0www/go-away/files/go_away.in
+39-0www/go-away/Makefile
+18-0www/go-away/pkg-message
+10-0www/go-away/pkg-descr
+5-0www/go-away/distinfo
+1-0www/Makefile
+132-06 files

FreeBSD/ports 1b6cadcjava/dbvis Makefile distinfo

java/dbvis: Update 26.2 => 26.2.2

Release Notes:
https://www.dbvis.com/releasenotes/26.2/

Sponsored by:   UNIS Labs
MFH:            2026Q3
DeltaFile
+3-3java/dbvis/distinfo
+1-1java/dbvis/Makefile
+4-42 files

LLVM/project 77673e2llvm/lib/Frontend/OpenMP OMPDescriptors.inc

Apply property-related errata for 6.0 spec
DeltaFile
+4-4llvm/lib/Frontend/OpenMP/OMPDescriptors.inc
+4-41 files

NetBSD/pkgsrc f3a2ANOdoc CHANGES-2026

   doc: Updated lang/openjdk8 to 1.8.502
VersionDeltaFile
1.5279+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc CCZX7Wylang/openjdk8 Makefile distinfo, lang/openjdk8/patches patch-jdk_src_share_native_sun_awt_image_jpeg_imageioJPEG.c patch-hotspot_make_bsd_makefiles_saproc.make

   lang/openjdk8: Update to 1.8.502

   Changelog:
   Updated BSD port of JDK 8

   Additional features include:

       Updated to 8u502 GA
VersionDeltaFile
1.3+8-8lang/openjdk8/patches/patch-hotspot_make_bsd_makefiles_saproc.make
1.113+5-6lang/openjdk8/distinfo
1.149+2-3lang/openjdk8/Makefile
1.4+1-1lang/openjdk8/patches/patch-jdk_src_share_native_sun_awt_image_jpeg_imageioJPEG.c
+16-184 files

NetBSD/pkgsrc ZegkecQlang/clojure-leiningen Makefile distinfo

   lang/clojure-leiningen: Use MASTER_SITE_CODEBERG
VersionDeltaFile
1.3+4-4lang/clojure-leiningen/distinfo
1.3+4-2lang/clojure-leiningen/Makefile
+8-62 files

FreeBSD/ports c8755b6www/chromium Makefile, www/iridium Makefile

www/{*chromium,iridium}: fix krb5 library name

PR:     297525
DeltaFile
+2-2www/ungoogled-chromium/Makefile
+2-2www/iridium/Makefile
+2-2www/chromium/Makefile
+6-63 files

FreeBSD/ports 6de260btextproc/py-sphinxcontrib-mermaid Makefile distinfo

textproc/py-sphinxcontrib-mermaid: Update to 2.1.0

- Update list of build dependencies

Reported by:    portscout!
DeltaFile
+3-3textproc/py-sphinxcontrib-mermaid/distinfo
+2-3textproc/py-sphinxcontrib-mermaid/Makefile
+5-62 files

NetBSD/pkgsrc pV3ADbydoc CHANGES-2026

   doc: Updated lang/clojure to 1.12.5.1664
VersionDeltaFile
1.5278+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc OBDk210lang/clojure Makefile distinfo

   lang/clojure: Update to 1.12.5.1664

   Changelog:
   1.12.5.1664 (Jul 27, 2026)

       Change Maven session concurrency to use a single shared session rather than one per thread

       Fix regressions in error reporting for deps.edn files
VersionDeltaFile
1.13+4-4lang/clojure/distinfo
1.15+2-2lang/clojure/Makefile
+6-62 files

NetBSD/pkgsrc oc2dUCbdoc CHANGES-2026

   doc: Updated mail/thunderbird-l10n to 153.0.3
VersionDeltaFile
1.5277+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc olo41H6doc CHANGES-2026

   doc: Updated mail/thunderbird to 153.0.3
VersionDeltaFile
1.5276+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc NKN4uEamail/thunderbird-l10n Makefile distinfo

   mail/thunderbird-l10n: Update to 153.0.3

   * Sync with mail/thunderbird-153.0.3.
VersionDeltaFile
1.145+187-187mail/thunderbird-l10n/distinfo
1.151+2-2mail/thunderbird-l10n/Makefile
+189-1892 files

FreeBSD/ports f0861a3www/iridium Makefile.crates distinfo, www/iridium/files patch-components_signin_public_base_signin__switches.cc patch-build_config_compiler_BUILD.gn

www/iridium: update to 2026.08.151.2
DeltaFile
+349-273www/iridium/distinfo
+171-133www/iridium/Makefile.crates
+233-0www/iridium/files/patch-media_base_audio__bus.h
+95-122www/iridium/files/patch-chrome_browser_about__flags.cc
+31-67www/iridium/files/patch-build_config_compiler_BUILD.gn
+58-37www/iridium/files/patch-components_signin_public_base_signin__switches.cc
+937-632624 files not shown
+4,335-3,386630 files

NetBSD/pkgsrc BV74H1Ymail/thunderbird Makefile mozilla-common.mk

   mail/thunderbird: Update to 153.0.3

   * Remove commented-out hunspell dependency. hunspell is sandboxed with wasm
     and external hunspell is not available anymore.

   Changelog:
   153.0.3:
   What's Fixed

   fixed
   Thunderbird could crash when saving a sent Exchange message


   153.0.2:
   What's Changed

   changed
   There are no Thunderbird changes requiring release notes in this release


    [9 lines not shown]
VersionDeltaFile
1.299+4-4mail/thunderbird/distinfo
1.29+1-4mail/thunderbird/mozilla-common.mk
1.366+2-2mail/thunderbird/Makefile
+7-103 files

LLVM/project 17930a3lldb/source/Plugins/Process/Linux NativeRegisterContextLinux_arm64.h NativeRegisterContextLinux_arm64.cpp

[lldb][AArch64][Linux] Add function to get register buffers (#213977)

Replaces Get<set>Buffer methods.
DeltaFile
+115-63lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp
+2-22lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.h
+117-852 files

NetBSD/pkgsrc CW0lnp9doc CHANGES-2026

   doc: Updated www/firefox-l10n to 153.0.4
VersionDeltaFile
1.5275+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc bOfzpu9www/firefox-l10n Makefile distinfo

   www/firefox-l10n: Update to 153.0.4

   * Sync with www/firefox-153.0.4.
VersionDeltaFile
1.297+310-310www/firefox-l10n/distinfo
1.315+2-2www/firefox-l10n/Makefile
+312-3122 files

LLVM/project 42b0f56llvm/lib/Target/AArch64 AArch64SVEInstrInfo.td, llvm/test/CodeGen/AArch64 vector-absolute-difference.ll

[LLVM][CodeGen][SVE] Prefer uadalp over sabalb/sabalt. (#216301)

Partially reverts https://github.com/llvm/llvm-project/pull/212800
becuase for SVE2 using uadalp has better accumulator throughput than a
sabalb/sabalt sequence.
DeltaFile
+24-12llvm/test/CodeGen/AArch64/vector-absolute-difference.ll
+0-14llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
+24-262 files

NetBSD/pkgsrc s2Sj0hAdoc CHANGES-2026

   doc: Updated www/firefox to 153.0.4
VersionDeltaFile
1.5274+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc FPVz5PNwww/firefox Makefile mozilla-common.mk, www/firefox/patches patch-browser_app_profile_firefox.js patch-dom_canvas_WebGLMethodDispatcher.h

   www/firefox: Update to 153.0.4

   * Reenable WebGL with a patch from tsutsui@ via PR pkg/60579.
   * Remove commented-out hunspell dependency. hunspell is sandboxed with wasm
     and external hunspell is not available anymore.

   Changelog:
   153.0.4:
   Fixed

     * Fixed Firefox becoming unresponsive when clearing browsing history, which
       could also result in site data being lost. (Bug 2059647)


   153.0.3:
   New

     * Smart Window includes several enhancements:


    [28 lines not shown]
VersionDeltaFile
1.1+26-0www/firefox/patches/patch-dom_canvas_WebGLMethodDispatcher.h
1.590+6-5www/firefox/distinfo
1.26+3-6www/firefox/patches/patch-browser_app_profile_firefox.js
1.321+1-4www/firefox/mozilla-common.mk
1.669+2-2www/firefox/Makefile
+38-175 files

NetBSD/pkgsrc zXUrKY6doc CHANGES-2026

   Updated devel/py-typing-inspection, devel/py-urwid, textproc/py-pyphen, www/py-httpx-socks
VersionDeltaFile
1.5273+5-1doc/CHANGES-2026
+5-11 files

FreeBSD/ports 49263c8www/kineto Makefile distinfo

www/kineto: Update g20211104 => g20250122 (last commit)

Changelog:
* Add a disable proxy flag (-P) to completely disable /x/ proxy and turn
off gemini:// link rewriting for external links.
* Add missing closing paragraph tags on HTML template.
* Add .gitignore.
* Update Gemini protocol link.
* Update documentation with new flag.

Commit:
https://git.sr.ht/~sircmpwn/kineto/commit/1f4e0667bc21b3210d2fa868a940a3efbb23e050

While here pet portclippy.

PR:             297066
Approved by:    Corey <corey at electrickite.org> (maintainer, timeout 19 days)
Sponsored by:   UNIS Labs
DeltaFile
+11-11www/kineto/distinfo
+8-8www/kineto/Makefile
+19-192 files