FreeBSD/ports d98d3c1x11 Makefile, x11/dragon-drop Makefile pkg-descr

x11/dragon-drop: Add new port

Dragon-drop is a simple drag-and-drop source/sink for X or Wayland.

Many programs, particularly web applications, expect files to be draggedinto
them now. If you don't habitually use a file manager that is a problem.
Dragon-drop is a lightweight drag-and-drop source for X where you can run:

    dragon-drop file.tar.gz

to get a window with just that file in it, ready to be dragged where you need
it.

https://github.com/mwh/dragon
DeltaFile
+27-0x11/dragon-drop/Makefile
+12-0x11/dragon-drop/files/patch-Makefile
+10-0x11/dragon-drop/pkg-descr
+3-0x11/dragon-drop/distinfo
+1-0x11/Makefile
+53-05 files

FreeBSD/ports b80d96cdevel Makefile, devel/rgx distinfo Makefile.crates

devel/rgx: Add new port

Rgx is a regex debugger for the terminal — step-through execution, 3 engines,
code generation, and live stream filtering.

rgx is useful if you:

  - Work on remote servers where opening a browser isn't practical — SSH,
    containers, air-gapped environments.
  - Want to pipe regex results into other commands (echo "log" | rgx -p '\d+' |
    sort) — regex101 can't do this.
  - Need engine-specific behavior — check whether a pattern works in Rust's
    regex crate vs. PCRE2 without guessing.
  - Prefer staying in the terminal and find the context switch to a browser
    disruptive.

https://github.com/brevity1swos/rgx
DeltaFile
+647-0devel/rgx/distinfo
+322-0devel/rgx/Makefile.crates
+37-0devel/rgx/Makefile
+13-0devel/rgx/pkg-descr
+11-0devel/rgx/pkg-plist
+1-0devel/Makefile
+1,031-06 files

FreeBSD/ports de9719bdevel/py-maturin distinfo Makefile.crates

devel/py-maturin: Update to 1.14.1

Changelog:

https://github.com/PyO3/maturin/releases/tag/v1.14.1
DeltaFile
+11-11devel/py-maturin/distinfo
+4-4devel/py-maturin/Makefile.crates
+1-1devel/py-maturin/Makefile
+16-163 files

LLVM/project 9b36e4forc-rt/include/orc-rt QueueingRunner.h, orc-rt/unittests QueueingTaskDispatcherTest.cpp SessionTest.cpp

[orc-rt] Replace TaskDispatcher with Session-supplied wrapper-runner. (#204965)

TaskDispatcher was only used to run wrapper-function calls that
originated from the controller. Replace it with a callable type:

  Session::RunWrapperCall = move_only_function<void(
      orc_rt_SessionRef, uint64_t, orc_rt_WrapperFunctionReturn,
      orc_rt_WrapperFunction, WrapperFunctionBuffer)>

Each call carries an outstanding ManagedCodeTaskGroup token; the runner
must eventually invoke Fn (which calls Return) or call Return directly
to bail out, otherwise Session shutdown blocks indefinitely.

Clients can supply any callable that satisfies the contract above. The
new QueueingRunner and ThreadPoolRunner classes (replacing
QueueingTaskDispatcher and ThreadPoolTaskDispatcher, respectively) are
provided as off-the-shelf options.
DeltaFile
+0-291orc-rt/unittests/QueueingTaskDispatcherTest.cpp
+85-141orc-rt/unittests/SessionTest.cpp
+153-0orc-rt/unittests/ThreadPoolRunnerTest.cpp
+133-0orc-rt/unittests/QueueingRunnerTest.cpp
+0-110orc-rt/unittests/ThreadPoolTaskDispatcherTest.cpp
+82-0orc-rt/include/orc-rt/QueueingRunner.h
+453-54219 files not shown
+668-98425 files

NetBSD/pkgsrc wb6mpc1doc TODO

   doc/TODO: + scummvm-2026.3.0.
VersionDeltaFile
1.27426+2-1doc/TODO
+2-11 files

OpenBSD/src 2NqVnfnlib/libc/time ctime.3

   timegm(3) is in C23

   from Christian Schulte
VersionDeltaFile
1.55+8-5lib/libc/time/ctime.3
+8-51 files

FreeBSD/ports e2cf28cfinance/fava distinfo Makefile

finance/fava: upgrade to 1.30.14.
DeltaFile
+3-3finance/fava/distinfo
+1-1finance/fava/Makefile
+4-42 files

OpenBSD/ports xDrXTAWsysutils/py-mitogen distinfo Makefile

   update to py3-mitogen-0.3.50
VersionDeltaFile
1.28+2-2sysutils/py-mitogen/distinfo
1.32+1-1sysutils/py-mitogen/Makefile
+3-32 files

OpenBSD/ports EdOqi3Uaudio/whisper.cpp distinfo Makefile, audio/whisper.cpp/patches patch-CMakeLists_txt

   update to whisper.cpp-1.9.1
VersionDeltaFile
1.8+2-2audio/whisper.cpp/distinfo
1.2+1-1audio/whisper.cpp/patches/patch-CMakeLists_txt
1.10+1-1audio/whisper.cpp/Makefile
+4-43 files

NetBSD/pkgsrc yyGCj1Pdoc CHANGES-2026 TODO

   doc: Updated textproc/py-ujson to 5.13.0
VersionDeltaFile
1.3847+2-1doc/CHANGES-2026
1.27425+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc oYPG1fctextproc/py-ujson distinfo Makefile

   py-ujson: update to 5.13.0.

   Security fix release.

   Added

       Create manylinux2014 wheels (#745) @hugovk
       Add support for Python 3.15 (#742) @hugovk
       Disable global interpreter lock for freethreading (#737) @bwoodsend
       Re-enable building GraalPy wheels on macOS arm64 (#733) @timfel

   Changed

       Move metadata from setup.cfg to pyproject.toml (#736) @hugovk

   Fixed

       Tighten UTF-8 validation for ujson.dumps(b"...", reject_bytes=False) (169eaf3) @bwoodsend
       Replace generated version.h with macro (#735) @hugovk
VersionDeltaFile
1.25+4-4textproc/py-ujson/distinfo
1.30+2-5textproc/py-ujson/Makefile
+6-92 files

NetBSD/pkgsrc 8lxVPu2doc CHANGES-2026 TODO

   doc: Updated textproc/py-pdf to 6.13.3
VersionDeltaFile
1.3846+2-1doc/CHANGES-2026
1.27424+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc GFIKEJbtextproc/py-pdf Makefile distinfo

   py-pdf: update to 6.13.3.

   Security fix release.

   Security (SEC)

       Apply MAX_DECLARED_STREAM_LENGTH to streams without length as well (#3871) by @stefan6419846

   Performance Improvements (PI)

       Avoid per-pixel getpixel loop for 1-bit indexed images (#3854) by @Samuel-Harris

   Robustness (ROB)

       Several fixes by @metsw24-max

   Maintenance (MAINT)

       Make mypy assert messages consistent (#3849) by @j-t-1
VersionDeltaFile
1.70+4-4textproc/py-pdf/Makefile
1.64+4-4textproc/py-pdf/distinfo
+8-82 files

LLVM/project 7b85647llvm/test/CodeGen/AArch64 inline-asm-prepare.ll

[CodeGen][NFC] Use llc instead of opt
DeltaFile
+1-3llvm/test/CodeGen/AArch64/inline-asm-prepare.ll
+1-31 files

NetBSD/pkgsrc A9SHxYYdoc CHANGES-2026

   Note update of the "mutt" package to version 2.4.0
VersionDeltaFile
1.3845+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc l5nLRmxmail/mutt distinfo Makefile, mail/mutt/patches patch-color.c

   mail/mutt: Update to version 2.4.0

   Changes since version 2.3.3:
     ! Maildir folders are now only recognized if they contain cur, new, and tmp
       subfolders.  Previously mutt only checked for the cur subfolder when
       opening.
     ! --without-wc-funcs configure option is deprecated.
     + New functions <open-thread>, <open-all-threads>, <close-thread>,
       <close-all-threads> were added to explicitly open/close a thread, in
       addition to the thread toggle functions.
     + $tmpdraftdir, defaulting /var/tmp, sets the directory where message
       composition drafts are saved.
     ! --textmode is no longer required for pgp classic mode signing, although
       mutt still keeps the flags in the sample config files.
     ! ~C and ~L patterns match Bcc recipient lists too.
     ! When querying for addresses, via <query> or <complete-query>,
       the query menu can be exiting via <quit> after tagging entries.
       Previously, <select-entry> had to be used for tagged entries to be
       processed.

    [10 lines not shown]
VersionDeltaFile
1.3+6-6mail/mutt/patches/patch-color.c
1.127+5-5mail/mutt/distinfo
1.299+2-2mail/mutt/Makefile
+13-133 files

LLVM/project 4417256llvm/lib/Transforms/Vectorize LoopVectorizationPlanner.cpp, llvm/test/Transforms/LoopVectorize/AArch64 vplan-native-outer-loop-wide-type.ll

[LV] Avoid zero-width VF in computeVPlanOuterloopVF. (#204918)

RegSize / WidestType may be 0 for types wider than the vector register
size. Clamp VF to at least 1 (scalar), to avoid a crash. This matches
inner loop behavior.
DeltaFile
+59-0llvm/test/Transforms/LoopVectorize/AArch64/vplan-native-outer-loop-wide-type.ll
+1-1llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.cpp
+60-12 files

LLVM/project 71c2febflang/test/Integration split-lto-unit-2.f90

Support for -fsplit-lto-unit option in flang driver (#204904)

Fix for buildbot failures in #202858

This commit fixes a regression introduced in commit
12aefe26cedd9a8f94546cc1f2be285cfddcc861 (Support for -fsplit-lto-unit
option in flang driver). When the compiler is built only for aarch64 one
of the testcase failed.

Added explicit check %if x86-registered-target for this testcase to
resolve the issue.
DeltaFile
+6-6flang/test/Integration/split-lto-unit-2.f90
+6-61 files

NetBSD/pkgsrc yuhiBBkdoc TODO CHANGES-2026

   doc: Updated devel/py-msgpack to 1.2.1
VersionDeltaFile
1.27423+18-9doc/TODO
1.3844+2-1doc/CHANGES-2026
+20-102 files

NetBSD/pkgsrc P8TpXamdevel/py-msgpack distinfo Makefile

   py-msgpack: update to 1.2.1.

   Security fix release.

   1.2.1

   Bump pypa/cibuildwheel from 4.0.0 to 4.1.0 in the all-dependencies group by @dependabot[bot] in #694
   release v1.2.1 by @methane in #698

   1.2.0

   relax setuptools version by @methane in #652
   update setuptools requirements to >=78.1.1 by @methane in #653
   cython: freethreading_compatible by @methane in #654
   drop Python 3.9 by @methane in #656
   update cython and cibuildwheel by @methane in #658
   ci: add riscv64 manylinux/musllinux wheels by @justeph in #664
   fix: check unpack_callback_uint32 result by @KowalskiThomas in #666
   fix: re-raise existing exception when available by @KowalskiThomas in #667

    [23 lines not shown]
VersionDeltaFile
1.28+4-4devel/py-msgpack/distinfo
1.42+2-2devel/py-msgpack/Makefile
+6-62 files

FreeBSD/ports 8c7ff23misc/py-paddlepaddle pkg-plist Makefile, misc/py-paddlepaddle/files patch-cmake_third__party.cmake example-training.py

misc/py-paddlepaddle: New port: Python bindings for PaddlePaddle deep learning framework
DeltaFile
+4,623-0misc/py-paddlepaddle/pkg-plist
+141-0misc/py-paddlepaddle/Makefile
+94-0misc/py-paddlepaddle/files/patch-cmake_third__party.cmake
+87-0misc/py-paddlepaddle/files/example-training.py
+81-0misc/py-paddlepaddle/files/patch-cmake_external_lapack.cmake
+65-0misc/py-paddlepaddle/distinfo
+5,091-046 files not shown
+6,104-052 files

Linux/linux 322008fdrivers/hwspinlock qcom_hwspinlock.c

Merge tag 'hwlock-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux

Pull hwspinlock update from Bjorn Andersson:

 - Avoid uninitialized struct members in the Qualcomm hwspinlock driver

* tag 'hwlock-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux:
  hwspinlock: qcom: avoid uninitialized struct members
DeltaFile
+1-4drivers/hwspinlock/qcom_hwspinlock.c
+1-41 files

Linux/linux c7f112edrivers/rpmsg rpmsg_char.c

Merge tag 'rpmsg-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux

Pull rpmsg update from Bjorn Andersson:

 - Fix use-after-free in rpmsg-char driver

* tag 'rpmsg-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux:
  rpmsg: char: Fix use-after-free on probe error path
DeltaFile
+13-2drivers/rpmsg/rpmsg_char.c
+13-21 files

Linux/linux 9d0d4d1Documentation/devicetree/bindings/remoteproc qcom,shikra-pas.yaml, drivers/remoteproc xlnx_r5_remoteproc.c imx_rproc.c

Merge tag 'rproc-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux

Pull remoteproc updates from Bjorn Andersson:

 - Add i.MX94 support to the i.MX remoteproc driver, covering the
   Cortex-M7 and Cortex-M33 Sync cores. This also fixes programming of
   non-zero System Manager CPU/LMM reset vectors.

 - Move the remoteproc resource table definitions to a separate header,
   so they can be used by clients that do not otherwise depend on
   remoteproc. Switch the firmware resource handling over to the common
   iterator.

 - Update the Xilinx R5F remoteproc driver to check the remote core
   state before attaching, drop a binding header dependency, and add
   firmware-name based auto boot support.

 - Add Qualcomm Hawi ADSP/CDSP bindings, together with Shikra RPM
   bindings and CDSP, LPAICP, and MPSS PAS support. Fix a Qualcomm

    [28 lines not shown]
DeltaFile
+359-0include/linux/rsc_table.h
+1-268include/linux/remoteproc.h
+167-0Documentation/devicetree/bindings/remoteproc/qcom,shikra-pas.yaml
+75-25drivers/remoteproc/xlnx_r5_remoteproc.c
+91-4drivers/remoteproc/imx_rproc.c
+41-46drivers/remoteproc/remoteproc_core.c
+734-34311 files not shown
+861-37017 files

LLVM/project 8947e49llvm/lib/Transforms/InstCombine InstCombineCalls.cpp, llvm/test/Transforms/InstCombine assume.ll

[InstCombine] Move alignment assumptions to the base of constant offset GEPs (#204602)
DeltaFile
+14-0llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
+3-6llvm/test/Transforms/InstCombine/assume.ll
+17-62 files

FreeBSD/ports 0cd7b5atextproc/py-sphinx-material Makefile

textproc/py-sphinx-material: unbreak the ports tree
DeltaFile
+8-2textproc/py-sphinx-material/Makefile
+8-21 files

NetBSD/pkgsrc-wip a56f1f1cloudflare-speed-cli distinfo cargo-depends.mk, cloudflare-speed-cli/patches patch-src_network.rs

cloudflare-speed-cli: update to 1.0.6
DeltaFile
+97-54cloudflare-speed-cli/distinfo
+93-0cloudflare-speed-cli/patches/patch-src_network.rs
+31-17cloudflare-speed-cli/cargo-depends.mk
+2-0cloudflare-speed-cli/TODO
+1-1cloudflare-speed-cli/Makefile
+224-725 files

FreeBSD/ports ff9d501archivers/nfpm distinfo Makefile

archivers/nfpm: update 2.46.3 → 2.47.0

Reported by:    portscout
DeltaFile
+5-5archivers/nfpm/distinfo
+2-3archivers/nfpm/Makefile
+7-82 files

FreeBSD/ports 31d63b1math/libpoly Makefile

math/libpoly: unbreak build by ignoring -Wdeprecated-literal-operator

PR:     296169
DeltaFile
+2-1math/libpoly/Makefile
+2-11 files

FreeBSD/ports e66066elang/odin Makefile

lang/odin: update LICENSE to ZLIB

PR:     295961
DeltaFile
+2-1lang/odin/Makefile
+2-11 files