NetBSD/pkgsrc 8k7lSHWdoc CHANGES-2026

   doc: Updated wayland/wlroots to 0.19.3
VersionDeltaFile
1.2418+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc in8MPn7wayland/wlroots distinfo Makefile

   wlroots: update to 0.19.3

   wlroots 0.19.3

   Aleksei Bavshin (2):
         backend/libinput: fix build with libinput 1.31
         backend/libinput: add support for LIBINPUT_SWITCH_KEYPAD_SLIDE

   Andri Yngvason (1):
         image_capture_source/output: Update constraints on enable

   Dale Turner (1):
         Add "const" to eliminate "error: initialization discards ‘const’ qualifier from pointer target type"

   David96 (1):
         wlr_virtual_pointer: Set axis source on all axis

   John Lindgren (1):

    [24 lines not shown]
VersionDeltaFile
1.2+4-4wayland/wlroots/distinfo
1.2+2-2wayland/wlroots/Makefile
+6-62 files

LLVM/project 9732fa7mlir/lib/Dialect/Arith/Transforms ExpandOps.cpp, mlir/test/Dialect/Arith expand-flush-denormals.mlir

address comments
DeltaFile
+16-31mlir/lib/Dialect/Arith/Transforms/ExpandOps.cpp
+15-27mlir/test/Dialect/Arith/expand-flush-denormals.mlir
+31-582 files

NetBSD/pkgsrc-wip 0b219c3wlroots distinfo Makefile

wlroots: update to 0.20.0, doesn't build
DeltaFile
+3-3wlroots/distinfo
+1-1wlroots/Makefile
+2-0wlroots/TODO
+6-43 files

NetBSD/pkgsrc-wip 65249a8wlroots PLIST Makefile, wlroots/patches patch-render_allocator_allocator.c patch-xcursor_xcursor.c

Import wayland/wlroots
DeltaFile
+122-0wlroots/PLIST
+59-0wlroots/patches/patch-render_allocator_allocator.c
+52-0wlroots/Makefile
+36-0wlroots/buildlink3.mk
+20-0wlroots/patches/patch-xcursor_xcursor.c
+16-0wlroots/patches/patch-util_shm.c
+305-07 files not shown
+382-013 files

FreeBSD/src 602249fsys/dev/sound/pcm sound.h, sys/dev/sound/usb uaudio.h

sound: Remove some forward declarations from sound.h and uaudio.h

Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
DeltaFile
+1-4sys/dev/sound/pcm/sound.h
+0-2sys/dev/sound/usb/uaudio.h
+1-62 files

NetBSD/pkgsrc-wip bc69a46webkit-gtk60 PATCHES_REPORT.md

webkit-gtk60: add a report of patches from OpenBSD.
DeltaFile
+180-0webkit-gtk60/PATCHES_REPORT.md
+180-01 files

FreeBSD/ports a55117dx11/waveterm distinfo, x11/waveterm/files patch-pkg_util_procinfo_procinfo__freebsd.go patch-Taskfile.yml

x11/waveterm: Update to 0.14.5

Changelog:
- https://github.com/wavetermdev/waveterm/releases/tag/v0.14.4
- https://github.com/wavetermdev/waveterm/releases/tag/v0.14.5

Reported by:    GitHub (watch releases)
DeltaFile
+1,487-1,487x11/waveterm/distinfo
+156-253x11/waveterm/files/packagejsons/package-lock.json
+43-0x11/waveterm/files/patch-pkg_util_procinfo_procinfo__freebsd.go
+11-22x11/waveterm/files/packagejsons/package.json
+16-10x11/waveterm/files/patch-Taskfile.yml
+6-6x11/waveterm/files/packagejsons/tsunami/templates/package-lock.json
+1,719-1,7785 files not shown
+1,730-1,79011 files

NetBSD/pkgsrc ycTrC9nsysutils/py-psutil Makefile distinfo, sysutils/py-psutil/patches patch-psutil___psbsd.py

   sysutils/py-psutil: Handle EFAULT correctly in NetBSD.
VersionDeltaFile
1.10+13-2sysutils/py-psutil/patches/patch-psutil___psbsd.py
1.70+2-2sysutils/py-psutil/Makefile
1.68+2-2sysutils/py-psutil/distinfo
+17-63 files

NetBSD/pkgsrc VODZEcSdoc CHANGES-2026

   doc: Updated net/megacmd to 2.5.2
VersionDeltaFile
1.2417+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc r2OEITOnet/megacmd distinfo Makefile

   megacmd: update to 2.5.2

   Wed Apr 08 12:00:00 CEST 2026 - linux at mega.co.nz
   - Update to version 2.5.2:
     * Fix: address potential loop in sync engine with mtime changes within 2 seconds

   - Use builtin megasdk-10.8.2
VersionDeltaFile
1.9+7-7net/megacmd/distinfo
1.21+3-3net/megacmd/Makefile
+10-102 files

FreeBSD/doc fd09c0bwebsite/content/en/status/report-2026-01-2026-03 portmgr.adoc jdk21default.adoc

Status/2026Q1: More fixes
DeltaFile
+12-10website/content/en/status/report-2026-01-2026-03/portmgr.adoc
+1-1website/content/en/status/report-2026-01-2026-03/jdk21default.adoc
+1-1website/content/en/status/report-2026-01-2026-03/jdk25default.adoc
+2-0website/content/en/status/report-2026-01-2026-03/sbom.adoc
+16-124 files

LLVM/project 5a0b4c9clang/lib/Format DefinitionBlockSeparator.cpp, clang/unittests/Format DefinitionBlockSeparatorTest.cpp

[clang-format] Preserve trailing NOLINTEND placement with SeparateDefinitionBlocks (#190741)

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

When `SeparateDefinitionBlocks: Always` is enabled, clang-format may
separate a clearly trailing comment block by inserting an empty line
before it.

For example, it may format:

```c++
// NOLINTBEGIN
int x = 1;
int y = 2;
// NOLINTEND

void some_function() {}
```


    [23 lines not shown]
DeltaFile
+16-0clang/unittests/Format/DefinitionBlockSeparatorTest.cpp
+8-4clang/lib/Format/DefinitionBlockSeparator.cpp
+24-42 files

FreeBSD/ports faa5f3dmultimedia/lebiniou Makefile, multimedia/lebiniou-data Makefile

multimedia/lebiniou*: take maintainership

Loïc, if you come back, don’t hesitate to take it again.
DeltaFile
+1-1multimedia/lebiniou-data/Makefile
+1-1multimedia/lebiniou/Makefile
+2-22 files

LLVM/project bbf0a6dmlir/docs Canonicalization.md

[mlir][docs] Add poison example to canonicalization section
DeltaFile
+2-0mlir/docs/Canonicalization.md
+2-01 files

LLVM/project 703dcdelldb/include/lldb/Utility FileSpecList.h, lldb/unittests/Utility FileSpecListTest.cpp

[lldb][Utility] Add FileSpecList::Append(const FileSpecList &) API (#191446)

Adds a new API to `FileSpecList` that allows appending another
`FileSpecList`.

This is used in another PR where I didn't want to iterate over the list
and push_back manually.

Assisted-by: Claude
- Used Claude to write the skeleton of the test before manually cleaning
it up.
DeltaFile
+52-0lldb/unittests/Utility/FileSpecListTest.cpp
+6-0lldb/include/lldb/Utility/FileSpecList.h
+58-02 files

NetBSD/pkgsrc-wip 272c488. Makefile

bottom: Added SUBDIRs entry to Makefile.
DeltaFile
+1-0Makefile
+1-01 files

NetBSD/pkgsrc-wip 0ed17f3bottom distinfo cargo-depends.mk, bottom/patches patch-src_collection_disks_netbsd.rs patch-src_collection_disks.rs

bottom: Import of bottom 0.12.3 as wip/bottom.
DeltaFile
+842-0bottom/distinfo
+280-0bottom/cargo-depends.mk
+57-0bottom/patches/patch-src_collection_disks_netbsd.rs
+35-0bottom/Makefile
+25-0bottom/patches/patch-src_collection_disks.rs
+15-0bottom/patches/patch-src_collection_processes.rs
+1,254-02 files not shown
+1,263-08 files

FreeBSD/ports b8f9051cad/kicad-devel distinfo Makefile.git_rev, cad/kicad-library-footprints-devel pkg-plist distinfo

cad/kicad-*-devel: Update to 2026.04.18
DeltaFile
+57-6,863cad/kicad-library-packages3d-devel/pkg-plist
+49-34cad/kicad-library-footprints-devel/pkg-plist
+3-3cad/kicad-devel/distinfo
+3-3cad/kicad-devel/Makefile.git_rev
+3-3cad/kicad-library-symbols-devel/distinfo
+3-3cad/kicad-library-footprints-devel/distinfo
+118-6,9096 files not shown
+131-6,92112 files

FreeBSD/ports 6ac1644cad/freecad-devel pkg-plist Makefile.git_rev

cad/freecad-devel: Update to 2026.04.17
DeltaFile
+126-90cad/freecad-devel/pkg-plist
+3-3cad/freecad-devel/Makefile.git_rev
+3-3cad/freecad-devel/distinfo
+2-0cad/freecad-devel/Makefile
+134-964 files

NetBSD/src i5yQ04Gbin/sh expand.c parser.c

   Finally retire the ancient LINENO hack

   The original implementation of the POSIX required LINENO variable
   was a hideous hack, which didn't really work.   That was replaced
   in 2017, but the code for the hack was left present in case it was
   needed - with the enabling code #if'd out, but all the rest of the
   code unchanged - just impossible to be executed any more.

   This removes all of that ancient code (including that which
   was #if'd away), /bin/sh will get slightly smaller, and perhaps
   unmeasurably faster, there should be no other differences.
VersionDeltaFile
1.150+4-25bin/sh/expand.c
1.187+2-24bin/sh/parser.c
1.125+3-10bin/sh/jobs.c
1.60+2-4bin/sh/show.c
1.33+1-3bin/sh/parser.h
+12-665 files

FreeBSD/ports 8ca3911multimedia/totem-pl-parser Makefile pkg-plist, multimedia/totem-pl-parser/files patch-totem-plparser.pc.in

multimedia/totem-pl-parser: update to 3.26.7

Update to 3.26.7

  3.26.7:
  - Fix uninitialized variable error in plparser
  - Add itunes genre support for podcast RSS feeds
  - Split podcast tests
  - Fix deprecation warnings
  - Fix return value from cancelled plparser calls
  - Fix TotemPlParserMetadata in plparser bindings
  - Use gitlab.gnome.org for bug-database in doap
  - Use apps.gnome.org for homepage in doap
  - Update podcast test for server changes
  - Fix guard return type in plparser
  - Add release CI elements
  - Remove duplicate dependency in CI
  - New and updated translations


    [9 lines not shown]
DeltaFile
+9-7multimedia/totem-pl-parser/Makefile
+0-11multimedia/totem-pl-parser/files/patch-totem-plparser.pc.in
+8-2multimedia/totem-pl-parser/pkg-plist
+3-3multimedia/totem-pl-parser/distinfo
+20-234 files

FreeBSD/ports d29f93ffilesystems/libgedit-gfls distinfo Makefile

filesystems/libgedit-gfls: update to 0.4.1

Update to 0.4.1

  News in 0.4.1, 2026-04-10
  -------------------------
  - Fix a unit test on big-endian architectures.
  - Translation updates.

PR:             294441
DeltaFile
+3-3filesystems/libgedit-gfls/distinfo
+1-1filesystems/libgedit-gfls/Makefile
+4-42 files

FreeBSD/ports 7b3f10egraphics/eog pkg-plist Makefile, graphics/eog/files patch-src_meson.build patch-src_eog-plugin-engine.c

graphics/eog: update to 49.3

Update to 49.3

  Version 49.3
  ------------

  New and updated translations:

  - Christian Kirbach [de]
  - Марко М. Костић [sr]

  New and updated manual translations

  - Jürgen Benvenuti [de]
  - Марко Костић [sr]

  Version 49.2
  ------------

    [79 lines not shown]
DeltaFile
+79-3graphics/eog/pkg-plist
+15-17graphics/eog/Makefile
+12-0graphics/eog/files/patch-src_meson.build
+11-0graphics/eog/files/patch-src_eog-plugin-engine.c
+3-3graphics/eog/distinfo
+120-235 files

FreeBSD/ports 59425f7accessibility/onboard pkg-plist Makefile, accessibility/onboard/files patch-Onboard_pypredict_lm_lm__dynamic.cpp patch-Onboard_pypredict_lm_lm.cpp

accessibility/onboard: update to 1.4.4.1

Update to 1.4.4.1

  * onboard (1.4.4-1) unstable; urgency=medium

  [Fixes]

  * Fix Russian translation of "window handles"

  * Fixing FreeBSD documentation about python3.

  * Fixing FreeBSD port.

  * PR #40 Fix crash and incorrect layout handling introduced by
    PR

  * fix(setup): add missing comma before **pkgconfig kwargs


    [195 lines not shown]
DeltaFile
+0-41accessibility/onboard/files/patch-Onboard_pypredict_lm_lm__dynamic.cpp
+0-29accessibility/onboard/files/patch-Onboard_pypredict_lm_lm.cpp
+7-17accessibility/onboard/files/patch-setup.py
+13-7accessibility/onboard/pkg-plist
+0-20accessibility/onboard/files/patch-Onboard_LanguageSupport.py
+6-6accessibility/onboard/Makefile
+26-1202 files not shown
+29-1348 files

FreeBSD/ports d61d37fgraphics/papers distinfo Makefile

graphics/papers: update to 48.9

Update to 48.9

  Papers 48.9
  ----------------
  * Bug fixes:
    - #517 Saved image files are empty (Lucas Baudin)
    - #536 Print dialog says "Manage Custom Sizes" for Paper Size every time (Prasun Gera)
    - !718 libview: Correct zoom in odd left dual page mode (Colin Kinloch)
    - #632 Scrolling in presentation mode skips pages (Qiu Wenbo)

  * Translation updates:
    - British English (Andi Chandler)

PR:             294440
DeltaFile
+3-3graphics/papers/distinfo
+1-2graphics/papers/Makefile
+4-52 files

NetBSD/pkgsrc ltkkO6Gdoc CHANGES-2026

   doc: Updated wayland/labwc to 0.9.7
VersionDeltaFile
1.2416+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc yqPJ0T0doc CHANGES-2026

   doc: Updated x11/copyq to 15.0.0
VersionDeltaFile
1.2415+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc OhJfeapwayland/labwc distinfo Makefile

   labwc: update to 0.9.7

   This is a small bug fix release.

   * Fixed
   - Fix intermittent failed-to-get-texture issue with some clients (e.g. foot)
     when using the window-switcher in the thumbnail mode. [#3511] @yuiiio
   - Fix tablet tool tilt motion. [#3494] @jp7677
   - Handle window-switcher buffer allocation failure when in 'thumbnail' mode.
     This is believed to be very unlikely to happen, but has been reported by one
     user and is believed to be GPU driver related. [#3490] @Consolatis
VersionDeltaFile
1.2+4-4wayland/labwc/distinfo
1.2+2-2wayland/labwc/Makefile
+6-62 files

OpenBSD/src SFwg841share/man/man4 ip.4

   document IP_RECVIF sockopt, from Matthew Luckie
VersionDeltaFile
1.45+31-2share/man/man4/ip.4
+31-21 files