FreeBSD/ports 20c19d2archivers/libarchive Makefile distinfo

archivers/libarchive: Update to 3.8.7

* Drop mbedtls, depends on obsolete version that's removed in tree
* Adjust iconv dependency
* Adjust port Makefile, don't pick up libb2

Changelog: https://github.com/libarchive/libarchive/releases/tag/v3.8.7

PR:             294607
Approved by:    maintainer timeout, 2+ weeks
DeltaFile
+6-7archivers/libarchive/Makefile
+3-3archivers/libarchive/distinfo
+1-1archivers/libarchive/pkg-plist
+10-113 files

FreeBSD/ports c6c26cbdevel/capnproto Makefile

devel/capnproto: Adopt port
DeltaFile
+1-1devel/capnproto/Makefile
+1-11 files

FreeBSD/ports e41bee1www/phalcon distinfo Makefile

www/phalcon: update to 5.12.1.
DeltaFile
+3-3www/phalcon/distinfo
+1-1www/phalcon/Makefile
+4-42 files

NetBSD/pkgsrc-wip 315b652. Makefile

Makefile: sync
DeltaFile
+18-0Makefile
+18-01 files

NetBSD/pkgsrc-wip beb317flibimobiledevice Makefile buildlink3.mk

libimobiledevice: update paths after imports
DeltaFile
+4-4libimobiledevice/Makefile
+2-2libimobiledevice/buildlink3.mk
+6-62 files

FreeBSD/ports b366db5devel/glab Makefile

devel/glab: fix poudriere build as none-root user
DeltaFile
+2-2devel/glab/Makefile
+2-21 files

LLVM/project 57c6854libcxx/lib/abi i686-linux-android23.libcxxabi.v1.stable.exceptions.nonew.abilist i686-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilist, libcxx/utils adb_run.py

Update Android CI and Emulator image to API 23 (#194936)

As seen in https://github.com/android/ndk/issues/2188, NDK will raise
minimum supported version to API 23 (Android 6.0) in r31. We need to
bump the API level for the x86 emulator image so we can use it for the
CI. It required generating a new ABI list for API 23 and removing the
old API 21 and making some changes to adb_run.py to filter out warnings
and get permissions for the adb run folder.
DeltaFile
+2,338-0libcxx/lib/abi/i686-linux-android23.libcxxabi.v1.stable.exceptions.nonew.abilist
+0-2,337libcxx/lib/abi/i686-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilist
+2,332-0libcxx/lib/abi/x86_64-linux-android23.libcxxabi.v1.stable.exceptions.nonew.abilist
+0-2,331libcxx/lib/abi/x86_64-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilist
+28-5libcxx/utils/adb_run.py
+4-4runtimes/cmake/android/Arch-x86_64.cmake
+4,702-4,6775 files not shown
+4,717-4,69211 files

NetBSD/pkgsrc nEfDctCcomms/libusbmuxd Makefile

   libusbmuxd: reset maintainer
VersionDeltaFile
1.2+2-2comms/libusbmuxd/Makefile
+2-21 files

NetBSD/pkgsrc-wip 723d2a6libusbmuxd Makefile buildlink3.mk, libusbmuxd/patches patch-src_libusbmuxd.c

ilibusbmuxd: delete, imported in the main tree
DeltaFile
+0-22libusbmuxd/Makefile
+0-16libusbmuxd/patches/patch-src_libusbmuxd.c
+0-15libusbmuxd/buildlink3.mk
+0-14libusbmuxd/COMMIT_MSG
+0-12libusbmuxd/DESCR
+0-9libusbmuxd/PLIST
+0-882 files not shown
+0-968 files

NetBSD/pkgsrc-wip 18df04fcolord PLIST Makefile, docbook-xsl-ns PLIST Makefile

*: delete packages imported in the main tree
DeltaFile
+0-1,541docbook-xsl-ns/PLIST
+0-249colord/PLIST
+0-77docbook-xsl-ns/Makefile
+0-51libnfs/options.mk
+0-48colord/Makefile
+0-41libnfs/patches/patch-lib_multithreading.c
+0-2,00744 files not shown
+0-2,60550 files

LLVM/project edfb913libc/src/__support/math CMakeLists.txt fminimum_mag_numf16.h, utils/bazel/llvm-project-overlay/libc BUILD.bazel

[libc][math] Refactor fmaximum-mag-num-fminimum-mag-num family to header-only (#195415)

Refactors the fmaximum-mag-num-fminimum-mag-num math family to be
header-only.

part of: #147386

Target Functions:
  - fmaximum_mag_numf128
  - fmaximum_mag_numf16
  - fmaximum_mag_numl
  - fminimum_mag_num
  - fminimum_mag_numbf16
  - fminimum_mag_numf
  - fminimum_mag_numf128
  - fminimum_mag_numf16
  - fminimum_mag_numl
DeltaFile
+129-4utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+88-0libc/src/__support/math/CMakeLists.txt
+31-0libc/src/__support/math/fminimum_mag_numf16.h
+31-0libc/src/__support/math/fmaximum_mag_numf128.h
+31-0libc/src/__support/math/fmaximum_mag_numf16.h
+31-0libc/src/__support/math/fminimum_mag_numf128.h
+341-429 files not shown
+786-6035 files

FreeBSD/doc d5881c3website/data/en/news news.toml

15.1: Announce BETA1

Approved by:    re (implicit)
Sponsored by:   OpenSats Initiative
DeltaFile
+5-0website/data/en/news/news.toml
+5-01 files

FreeBSD/ports 8fb0c95devel/vectorscan Makefile, devel/vectorscan/files patch-CMakeLists.txt patch-cmake_cflags-generic.cmake

devel/vectorscan: Fix various style issues.

- Use DISTVERSION instead of PORTVERSION
- Fix variable ordering
- Fix compiler requirement: compiler:c++11-lib -> compiler:c++17-lang
- Respect CFLAGS: patch cmake/cflags-generic.cmake to not hardcode -O3,
  and patch CMakeLists.txt to not strip -O from config-specific flags
- Add OPTIMIZED_CFLAGS option (default on) to restore -O3 for performance,
  letting users opt out while matching upstream intent
- Fix options ordering: OPTIONS_DEFAULT before OPTIONS_RADIO, descriptions
  and helpers in canonical order

Reported by:    diizzy
DeltaFile
+24-19devel/vectorscan/Makefile
+14-0devel/vectorscan/files/patch-CMakeLists.txt
+11-0devel/vectorscan/files/patch-cmake_cflags-generic.cmake
+49-193 files

FreeBSD/ports de17dcamisc/freebsd-release-manifests pkg-plist, misc/freebsd-release-manifests/files/MANIFESTS powerpc-powerpc64-15.1-BETA1 amd64-amd64-15.1-BETA1

misc/freebsd-release-manifests: Add 15.1-BETA1 MANIFEST files

Approved by:    re (implicit)
Sponsored by:   OpenSats Initiative

(cherry picked from commit 75cf408156716a161b876cb4528bee57f874c08c)
DeltaFile
+9-0misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-15.1-BETA1
+9-0misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-15.1-BETA1
+9-0misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-15.1-BETA1
+7-0misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64le-15.1-BETA1
+7-0misc/freebsd-release-manifests/files/MANIFESTS/riscv-riscv64-15.1-BETA1
+5-0misc/freebsd-release-manifests/pkg-plist
+46-01 files not shown
+47-17 files

FreeBSD/ports 75cf408misc/freebsd-release-manifests pkg-plist, misc/freebsd-release-manifests/files/MANIFESTS powerpc-powerpc64-15.1-BETA1 arm64-aarch64-15.1-BETA1

misc/freebsd-release-manifests: Add 15.1-BETA1 MANIFEST files

Approved by:    re (implicit)
Sponsored by:   OpenSats Initiative
DeltaFile
+9-0misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-15.1-BETA1
+9-0misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-15.1-BETA1
+9-0misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-15.1-BETA1
+7-0misc/freebsd-release-manifests/files/MANIFESTS/riscv-riscv64-15.1-BETA1
+7-0misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64le-15.1-BETA1
+5-0misc/freebsd-release-manifests/pkg-plist
+46-01 files not shown
+47-17 files

FreeBSD/doc b672acewebsite/content/en/releases/15.1R signatures.adoc, website/content/en/releases/15.1R/checksums CHECKSUM.SHA256-FreeBSD-15.1-BETA1-arm64-aarch64-vm.asc CHECKSUM.SHA256-FreeBSD-15.1-BETA1-amd64-vm.asc

15.1: Add checksums for 15.1-BETA1

Approved by:    re (implicit)
Sponsored by:   OpenSats Initiative
DeltaFile
+61-0website/content/en/releases/15.1R/signatures.adoc
+31-0website/content/en/releases/15.1R/checksums/CHECKSUM.SHA256-FreeBSD-15.1-BETA1-arm64-aarch64-vm.asc
+31-0website/content/en/releases/15.1R/checksums/CHECKSUM.SHA256-FreeBSD-15.1-BETA1-amd64-vm.asc
+31-0website/content/en/releases/15.1R/checksums/CHECKSUM.SHA512-FreeBSD-15.1-BETA1-arm64-aarch64-vm.asc
+31-0website/content/en/releases/15.1R/checksums/CHECKSUM.SHA512-FreeBSD-15.1-BETA1-amd64-vm.asc
+29-0website/content/en/releases/15.1R/checksums/CHECKSUM.SHA512-FreeBSD-15.1-BETA1-amd64.asc
+214-027 files not shown
+821-033 files

LLVM/project a5c9be0libc/src/__support/math CMakeLists.txt fromfpxf128.h, libc/src/math/generic CMakeLists.txt

[libc][math] Refactor fromfp family to header-only (#195413)

Refactors the fromfp math family to be header-only.

part of: #147386

Target Functions:
  - fromfp
  - fromfpbf16
  - fromfpf
  - fromfpf128
  - fromfpf16
  - fromfpl
  - fromfpx
  - fromfpxbf16
  - fromfpxf
  - fromfpxf128
  - fromfpxf16
  - fromfpxl
DeltaFile
+176-6utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+114-0libc/src/__support/math/CMakeLists.txt
+12-24libc/src/math/generic/CMakeLists.txt
+32-0libc/src/__support/math/fromfpxf128.h
+32-0libc/src/__support/math/fromfpf16.h
+32-0libc/src/__support/math/fromfpf128.h
+398-3037 files not shown
+1,029-8043 files

LLVM/project 61a401elibc/src/__support/math CMakeLists.txt fmodf16.h, libc/src/math/generic CMakeLists.txt

[libc][math] Refactor fmod-modf family to header-only (#195406)

Refactors the fmod-modf math family to be header-only.

part of: #147386

Target Functions:
  - fmod
  - fmodbf16
  - fmodf
  - fmodf128
  - fmodf16
  - fmodl
  - modf
  - modfbf16
  - modff
  - modff128
  - modff16
  - modfl
DeltaFile
+157-10utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+80-49libc/test/shared/shared_math_constexpr_test.cpp
+113-0libc/src/__support/math/CMakeLists.txt
+12-24libc/src/math/generic/CMakeLists.txt
+31-0libc/src/__support/math/fmodf16.h
+31-0libc/src/__support/math/modff16.h
+424-8339 files not shown
+1,081-13945 files

FreeBSD/ports 26a850dmath/octave-forge-apa distinfo Makefile

math/octave-forge-apa: Update to 1.2.1.
DeltaFile
+3-3math/octave-forge-apa/distinfo
+1-1math/octave-forge-apa/Makefile
+4-42 files

LLVM/project b2f9210llvm/lib/Transforms/Vectorize SLPVectorizer.cpp, llvm/test/Transforms/SLPVectorizer/X86 sibling-loops-mismatched-tripcount.ll

[SLP] Keep loops BTCs across CurrentLoopNest truncations

Record SCEV BTCs in a per-depth vector so a later loop nest reaching a
previously merged depth via the empty, divergence, or extend branch in
buildTreeRec is re-validated.

Reviewers: 

Pull Request: https://github.com/llvm/llvm-project/pull/195411
DeltaFile
+39-4llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+24-6llvm/test/Transforms/SLPVectorizer/X86/sibling-loops-mismatched-tripcount.ll
+63-102 files

NetBSD/pkgsrc ERU3i4Zmeta-pkgs/lxqt Makefile

   Add lxqt-wayland-session to meta-pkg

   Commented out for now.
   Need to add labwc to options.mk though, it can wait a bit longer.
   Wayland only runs on NetBSD-11 or higher.
VersionDeltaFile
1.47+4-1meta-pkgs/lxqt/Makefile
+4-11 files

NetBSD/pkgsrc FPpB85Rdoc pkg-vulnerabilities

   cargo-c and sniffnet fixed
VersionDeltaFile
1.760+3-3doc/pkg-vulnerabilities
+3-31 files

NetBSD/pkgsrc kOpio5wdoc CHANGES-2026

   doc: Added wayland/lxqt-wayland-session version 0.4.0
VersionDeltaFile
1.2740+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc yX7ulO3wayland Makefile

   Add lxqt-wayland-session
VersionDeltaFile
1.29+2-1wayland/Makefile
+2-11 files

NetBSD/pkgsrc sijQ2A6wayland/lxqt-wayland-session PLIST Makefile, wayland/lxqt-wayland-session/patches patch-startlxqtwayland.in patch-CMakeLists.txt

   wayland/lxqt-wayland-session: import package

   Packaged in wip by kikadf@ and updated by myself.

   Files needed for the LXQt Wayland Session:
   Wayland session start script, its desktop entry
   for display managers and default configurations
   for the supported compositors.
VersionDeltaFile
1.1+97-0wayland/lxqt-wayland-session/patches/patch-startlxqtwayland.in
1.1+49-0wayland/lxqt-wayland-session/PLIST
1.1+33-0wayland/lxqt-wayland-session/Makefile
1.1+17-0wayland/lxqt-wayland-session/patches/patch-CMakeLists.txt
1.1+7-0wayland/lxqt-wayland-session/distinfo
1.1+4-0wayland/lxqt-wayland-session/DESCR
+207-06 files

LLVM/project 6d46b0bclang/test/Instrumentor UnreachableRT.cpp InstrumentorUnreachable.cpp, llvm/include/llvm/Transforms/IPO Instrumentor.h

[Instrumentor] Add unreachable support; unreachable stack trace printing

Allow to instrument unreachable and provide a use case for stack trace
printing.
DeltaFile
+22-0llvm/include/llvm/Transforms/IPO/Instrumentor.h
+20-0clang/test/Instrumentor/UnreachableRT.cpp
+20-0clang/test/Instrumentor/InstrumentorUnreachable.cpp
+15-0clang/test/Instrumentor/UnreachableRT.json
+13-1llvm/lib/Transforms/IPO/Instrumentor.cpp
+5-1clang/test/Instrumentor/lit.local.cfg
+95-26 files

LLVM/project 0545b33mlir/include/mlir/Dialect/AMDGPU/IR AMDGPUOps.td, mlir/lib/Conversion/AMDGPUToROCDL AMDGPUToROCDL.cpp

cluster load to lds

Signed-off-by: Eric Feng <Eric.Feng at amd.com>
DeltaFile
+76-20mlir/lib/Dialect/AMDGPU/IR/AMDGPUOps.cpp
+93-0mlir/test/Dialect/AMDGPU/invalid.mlir
+75-9mlir/lib/Conversion/AMDGPUToROCDL/AMDGPUToROCDL.cpp
+64-0mlir/test/Conversion/AMDGPUToROCDL/gfx1250.mlir
+43-1mlir/include/mlir/Dialect/AMDGPU/IR/AMDGPUOps.td
+36-0mlir/test/Dialect/AMDGPU/ops.mlir
+387-306 files

FreeBSD/ports 9881ee6editors/microsoft-edit distinfo Makefile.crates, editors/microsoft-edit/files patch-assets_com.microsoft.edit.desktop

editors/microsoft-edit: Update to 2.0.0
DeltaFile
+155-139editors/microsoft-edit/distinfo
+76-68editors/microsoft-edit/Makefile.crates
+5-5editors/microsoft-edit/files/patch-assets_com.microsoft.edit.desktop
+5-2editors/microsoft-edit/Makefile
+241-2144 files

LLVM/project b542771mlir/lib/Dialect/AMDGPU/Transforms FoldMemRefsOps.cpp, mlir/test/Dialect/AMDGPU amdgpu-fold-memrefs.mlir

fold memref global async to lds

Signed-off-by: Eric Feng <Eric.Feng at amd.com>
DeltaFile
+57-22mlir/lib/Dialect/AMDGPU/Transforms/FoldMemRefsOps.cpp
+50-0mlir/test/Dialect/AMDGPU/amdgpu-fold-memrefs.mlir
+107-222 files

NetBSD/pkgsrc-wip 7e58467lxqt-wayland-session PLIST Makefile, lxqt-wayland-session/patches patch-startlxqtwayland.in patch-CMakeLists.txt

lxqt-wayland-session: remove, soon in main
DeltaFile
+0-97lxqt-wayland-session/patches/patch-startlxqtwayland.in
+0-49lxqt-wayland-session/PLIST
+0-33lxqt-wayland-session/Makefile
+0-17lxqt-wayland-session/patches/patch-CMakeLists.txt
+0-7lxqt-wayland-session/distinfo
+0-4lxqt-wayland-session/DESCR
+0-2071 files not shown
+0-2087 files