FreeBSD/ports 55d43a1science/py-dlib distinfo Makefile

science/py-dlib: Update to 20.0.1

Reported by:    portscout!
DeltaFile
+3-3science/py-dlib/distinfo
+2-2science/py-dlib/Makefile
+5-52 files

FreeBSD/ports 2e0f48dscience/dlib-cpp pkg-plist distinfo

science/dlib-cpp: Update to 20.0.1

Reported by:    portscout!
DeltaFile
+4-3science/dlib-cpp/pkg-plist
+3-3science/dlib-cpp/distinfo
+1-2science/dlib-cpp/Makefile
+8-83 files

FreeNAS/freenas 79a031ftests runtest.py

Fix tests
DeltaFile
+5-2tests/runtest.py
+5-21 files

NetBSD/pkgsrc 9q30aI1doc CHANGES-2026

   doc: Added wayland/sway version 1.11
VersionDeltaFile
1.2297+2-1doc/CHANGES-2026
+2-11 files

pkgng/pkgng c2de9adsrc info.c, tests/frontend info.sh

info -e: only return 0 if all the packages in the command line exists
DeltaFile
+28-0tests/frontend/info.sh
+6-6src/info.c
+34-62 files

FreeNAS/freenas 2e2b204src/middlewared/middlewared/plugins/disk_ format.py, src/middlewared/middlewared/pytest/unit/plugins/disk test_format.py

`sgdisk_explicit_alignment` improvements

(cherry picked from commit 52b3534c88fd6372e091dd4a903946aadbf959e7)
DeltaFile
+10-4src/middlewared/middlewared/plugins/disk_/format.py
+4-2src/middlewared/middlewared/pytest/unit/plugins/disk/test_format.py
+14-62 files

NetBSD/pkgsrc oW1e7qrwayland Makefile

   Add sway
VersionDeltaFile
1.5+2-1wayland/Makefile
+2-11 files

FreeNAS/freenas b22c695src/middlewared/middlewared/plugins/disk_ format.py, src/middlewared/middlewared/pytest/unit/plugins/disk test_format.py

NAS-140671 / 27.0.0-BETA.1 / `sgdisk_explicit_alignment` improvements (#18738)

* Initial GPT header calculation size was imprecise, resulting in
overestimating the GPT size and giving less disk space for data
* Result should be multiplied by 8 for 4k disks as `sgdisk -a` accepts
multiples of 2. This might have resulted in 4k disks having non-optimal
alignment
DeltaFile
+10-4src/middlewared/middlewared/plugins/disk_/format.py
+4-2src/middlewared/middlewared/pytest/unit/plugins/disk/test_format.py
+14-62 files

NetBSD/pkgsrc GF19fdmlang/openjdk8 distinfo, lang/openjdk8/patches patch-hotspot_src_os_solaris_vm_os__solaris.cpp

   openjdk8: Remove actively-harmful patch hunk.

   These prototypes differ depending on the platform, so leave it for the
   system headers to define correctly.
VersionDeltaFile
1.2+15-28lang/openjdk8/patches/patch-hotspot_src_os_solaris_vm_os__solaris.cpp
1.112+2-2lang/openjdk8/distinfo
+17-302 files

NetBSD/pkgsrc WJgleQrwayland/sway Makefile PLIST, wayland/sway/patches patch-swaybar_tray_icon.c patch-swaybar_i3bar.c

   sway: new package

   Sway is a tiling Wayland compositor and a drop-in replacement
   for the i3 window manager for X11. It works with your existing
   i3 configuration and supports most of i3's features, plus
   a few extras.
   Sway allows you to arrange your application windows logically,
   rather than spatially. Windows are arranged into a grid by
   default which maximizes the efficiency of your screen and can
   be quickly manipulated using only the keyboard.
VersionDeltaFile
1.1+48-0wayland/sway/patches/patch-swaybar_tray_icon.c
1.1+36-0wayland/sway/Makefile
1.1+34-0wayland/sway/PLIST
1.1+33-0wayland/sway/patches/patch-swaybar_i3bar.c
1.1+30-0wayland/sway/patches/patch-sway_commands.c
1.1+30-0wayland/sway/patches/patch-sway_tree_workspace.c
+211-012 files not shown
+394-018 files

FreeBSD/ports 3a74e0dgraphics/converseen distinfo Makefile

graphics/converseen: Update to 0.15.2.3

ChangeLog: https://converseen.fasterland.net/

 * Fixed quality issue with AVIF files
 * Various Bugfixes
DeltaFile
+3-3graphics/converseen/distinfo
+1-1graphics/converseen/Makefile
+4-42 files

FreeBSD/ports cd8f60cdevel/android-tools Makefile

devel/android-tools: add forgotten pkg-config dependency
DeltaFile
+1-1devel/android-tools/Makefile
+1-11 files

FreeBSD/ports 9257628science/afni distinfo Makefile

science/afni: Update to 26.1.00
DeltaFile
+3-3science/afni/distinfo
+1-1science/afni/Makefile
+4-42 files

pkgng/pkgng a25ae64libpkg pkg.c pkg_printf.c, libpkg/private pkg.h

options: now that options are simple name/value tuples make them kvlist_t
DeltaFile
+30-27libpkg/pkg.c
+7-10libpkg/pkg_printf.c
+0-14libpkg/pkg_attributes.c
+5-5libpkg/pkg_manifest.c
+1-8libpkg/private/pkg.h
+3-3libpkg/pkg_checksum.c
+46-675 files not shown
+51-7311 files

LLVM/project a7993bellvm/lib/Transforms/Vectorize LoopVectorize.cpp, llvm/test/Transforms/LoopVectorize/AArch64 predication_costs.ll aarch64-predication.ll

[LV] Don't skip VPlan cost model for div/rem instructions (#187056)

In LoopVectorizationPlanner::precomputeCosts we are skipping calculation
of costs using the VPlan cost model, instead preferring to use the
legacy costs. This helps to prevent the legacy and vplan cost model
assert firing, but really we should be encouraging full use of the VPlan
cost model.

I've created this initial PR to stop skipping the computation costs for
udiv/urem/sdiv/srem instructions. The VPlan costs seem to match up
nicely.

I intend to follow up with more PRs to move more opcodes across.
DeltaFile
+18-3llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+5-5llvm/test/Transforms/LoopVectorize/AArch64/predication_costs.ll
+2-4llvm/test/Transforms/LoopVectorize/AArch64/aarch64-predication.ll
+25-123 files

LLVM/project 60fdca0llvm/lib/Target/NVPTX NVPTXAsmPrinter.cpp, llvm/test/CodeGen/NVPTX globals_init.ll

[LLVM][NVPTX] Add vector ConstantInt/FP support to bufferAggregateConstant. (#182544)
DeltaFile
+11-0llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
+7-0llvm/test/CodeGen/NVPTX/globals_init.ll
+18-02 files

pkgng/pkgng 903337flibpkg pkg.c pkg_printf.c, libpkg/repo/binary binary_private.h

options: remove %Od and %OD they where never used and populated
DeltaFile
+0-68libpkg/pkg.c
+0-40libpkg/pkg_printf.c
+0-24libpkg/pkg_manifest.c
+0-22libpkg/pkgdb.c
+0-22libpkg/repo/binary/binary_private.h
+0-17libpkg/pkgdb_iterator.c
+0-1938 files not shown
+6-23714 files

FreeBSD/src 893b90cusr.bin/netstat netstat.1 main.c

netstat: Add -F support for -g

This change adds the ability to examine the contents of multicast
routing tables for other FIBs without the need for executing
`netstat` with `setfib(1)`.

MFC after:      3 days
Sponsored by:   Klara, Inc.
Sponsored by:   Stormshield
Differential Revision:  https://reviews.freebsd.org/D56205
Reviewed by:    glebius, markj, zlei

(cherry picked from commit cff675e83cdb6c9027e94df9d010439e42e27dee)
DeltaFile
+12-1usr.bin/netstat/netstat.1
+2-0usr.bin/netstat/main.c
+14-12 files

LLVM/project 270e065libcxx/test/std/utilities/format/format.functions format.locale.dynamic_format.pass.cpp format.locale.runtime_format.pass.cpp, libcxx/test/std/utilities/format/format.syn runtime_format_string.pass.cpp dynamic_format_string.pass.cpp

Reapply "[libc++][format] P3953R3: Rename `std::runtime_format` (#189657)" (#191939)

This reverts commit bfff42cd6733f451135cda9605557cdea59affc2.
DeltaFile
+86-0libcxx/test/std/utilities/format/format.functions/format.locale.dynamic_format.pass.cpp
+0-86libcxx/test/std/utilities/format/format.functions/format.locale.runtime_format.pass.cpp
+84-0libcxx/test/std/utilities/format/format.functions/format.dynamic_format.pass.cpp
+0-84libcxx/test/std/utilities/format/format.functions/format.runtime_format.pass.cpp
+0-70libcxx/test/std/utilities/format/format.syn/runtime_format_string.pass.cpp
+70-0libcxx/test/std/utilities/format/format.syn/dynamic_format_string.pass.cpp
+240-2408 files not shown
+301-29914 files

OPNSense/core 43481bdsrc/opnsense/www/js opnsense_bootgrid.js

bootgrid: test disabling scroll
DeltaFile
+4-3src/opnsense/www/js/opnsense_bootgrid.js
+4-31 files

NetBSD/pkgsrc erGkhXAdoc CHANGES-2026

   doc: Added devel/basu version 0.2.1
VersionDeltaFile
1.2296+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc bOkjqtYdevel Makefile

   Add basu
VersionDeltaFile
1.4618+2-1devel/Makefile
+2-11 files

LLVM/project c0ea7d2lld/ELF/Arch LoongArch.cpp, lld/test/ELF loongarch-emit-relocs-mark-la.s

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+22-0lld/test/ELF/loongarch-emit-relocs-mark-la.s
+6-1lld/ELF/Arch/LoongArch.cpp
+28-12 files

FreeBSD/src 3524d4eshare/examples Makefile, share/examples/sound mmap.c

sound examples: Add mmap example

This example opens separate OSS capture and playback channels in mmap
mode, places them into a sync group, and starts them together so both
ring buffers advance on the same device timeline. It then monitors the
capture mmap pointer with SNDCTL_DSP_GETIPTR, converts that pointer into
monotonic absolute progress using the reported block count, and copies
newly recorded audio from the input ring to the matching region of the
output ring.

The main loop is driven by an absolute monotonic frame clock rather than
a fixed relative usleep delay. Wakeups are scheduled from the sample
rate using a small frame step similar to the SOSSO timing model, while
the audio path itself stays intentionally simple: just copy input to
output, with no explicit xrun recovery or processing beyond ring
wraparound handling.

MFC after:      1 week
Reviewed by:    christos
Differential Revision:  https://reviews.freebsd.org/D53749
DeltaFile
+297-0share/examples/sound/mmap.c
+1-0share/examples/Makefile
+298-02 files

NetBSD/pkgsrc m8Hsp2Ldevel/basu/patches patch-src_busctl_busctl.c patch-src_libsystemd_sd-bus_test-bus-chat.c

   basu: new package

   The sd-bus library, extracted from systemd. Some projects
   rely on the sd-bus library for DBus support. However not
   all systems have systemd or elogind installed. This library
   provides just sd-bus (and the busctl utility).
VersionDeltaFile
1.1+421-0devel/basu/patches/patch-src_busctl_busctl.c
1.1+311-0devel/basu/patches/patch-src_libsystemd_sd-bus_test-bus-chat.c
1.1+97-0devel/basu/patches/patch-src_libsystemd_sd-bus_bus-socket.c
1.1+59-0devel/basu/patches/patch-src_libsystemd_sd-bus_test-bus-server.c
1.1+53-0devel/basu/patches/patch-src_basic_socket-util.c
1.1+51-0devel/basu/patches/patch-src_libsystemd_sd-bus_bus-dump.c
+992-020 files not shown
+1,387-026 files

FreeBSD/src add68b4sys/net if_bridge.c

bridge(4): Remove epoch_enter during destruction

bridge doesn't require to enter epoch during destruction.

Reviewed by: zlei, glebius
Differential Revision: https://reviews.freebsd.org/D55935

(cherry picked from commit 17920f8335106487968d7928d01b34300756ea00)
DeltaFile
+0-5sys/net/if_bridge.c
+0-51 files

LLVM/project 1207be6lldb/include/lldb/Target RegisterContextUnwind.h, lldb/source/Target RegisterContextUnwind.cpp

[lldb] Use UNWIND_LOG macro in more places in RegisterContextUnwind (#192032)

Replace calls to `UnwindLogMsg()`/`UnwindLogMsgVerbose()` with
`UNWIND_LOG`/`UNWIND_LOG_VERBOSE` macros introduced in 8417922c.

This replaces calls whose format string contains only '%d' and sometimes
'%s' specifiers, the rest will be addressed in a future patch.

As a result of this change, the `UnwindLogMsgVerbose()` is no longer
used and has been removed.
DeltaFile
+97-94lldb/source/Target/RegisterContextUnwind.cpp
+0-3lldb/include/lldb/Target/RegisterContextUnwind.h
+97-972 files

NetBSD/pkgsrc 1fLnm43doc CHANGES-2026

   doc: Added wayland/labwc version 0.9.6
VersionDeltaFile
1.2295+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc KwfgCYZwayland Makefile

   Add labwc
VersionDeltaFile
1.4+2-1wayland/Makefile
+2-11 files

NetBSD/pkgsrc gRgKoslwayland/labwc PLIST Makefile, wayland/labwc/files startlabwc.sh.in

   labwc: new package

   Labwc is a wlroots-based window-stacking compositor for
   Wayland, inspired by Openbox. It is lightweight and
   independent with a focus on simply stacking windows well,
   and rendering some window decorations. It relies on clients
   for panels, screenshots, wallpapers, and so on to create
   a full desktop environment. Labwc tries to stay in keeping
   with wlroots and sway in terms of general approach
   and coding style.
VersionDeltaFile
1.1+60-0wayland/labwc/PLIST
1.1+51-0wayland/labwc/Makefile
1.1+17-0wayland/labwc/files/startlabwc.sh.in
1.1+13-0wayland/labwc/patches/patch-docs_meson.build
1.1+11-0wayland/labwc/options.mk
1.1+8-0wayland/labwc/DESCR
+160-01 files not shown
+166-07 files