NetBSD/pkgsrc-wip 0e277d8sndio Makefile PLIST, sndio/files sndio.sh

sndio: remove, imported in the main tree
DeltaFile
+0-56sndio/patches/patch-configure
+0-50sndio/Makefile
+0-49sndio/PLIST
+0-43sndio/files/sndio.sh
+0-43sndio/patches/patch-libsndio_sio__oss.c
+0-12sndio/buildlink3.mk
+0-2532 files not shown
+0-2668 files

NetBSD/pkgsrc dbGgAMfdoc CHANGES-2025

   Updated graphics/librsvg, devel/py-modulegraph
VersionDeltaFile
1.7081+3-1doc/CHANGES-2025
+3-11 files

NetBSD/pkgsrc jUNy8ycdevel/py-modulegraph PLIST Makefile

   py-modulegraph: updated to 0.19.7

   Version 0.19.7

   * Add support for Python 3.13 and 3.14

   * Don't use ``pkg_resources`` unless ``importlib`` is not available

     Note that this requires using Python 3.8 or later, on older
     version please ensure that a version of *setuptools* older than
     November 2025.
VersionDeltaFile
1.8+8-8devel/py-modulegraph/PLIST
1.22+4-7devel/py-modulegraph/Makefile
1.16+4-4devel/py-modulegraph/distinfo
+16-193 files

NetBSD/pkgsrc wWyJZnSgraphics/librsvg/patches patch-.._vendor_matrixmultiply-0.3.9_src_dgemm__kernel.rs patch-.._vendor_matrixmultiply-0.3.9_src_sgemm__kernel.rs

   librsvg: remove unused patches
VersionDeltaFile
1.2+1-1graphics/librsvg/patches/patch-.._vendor_matrixmultiply-0.3.9_src_dgemm__kernel.rs
1.2+1-1graphics/librsvg/patches/patch-.._vendor_matrixmultiply-0.3.9_src_sgemm__kernel.rs
+2-22 files

NetBSD/pkgsrc 1vt1w9Mgraphics/librsvg distinfo cargo-depends.mk, graphics/librsvg/patches patch-.._vendor_wide-0.7.33_src_i16x8__.rs patch-.._vendor_wide-0.7.33_src_f32x4__.rs

   librsvg: updated to 2.60.1

   Version 2.60.1
   ==============

   librsvg crate version 2.60.1

   librsvg-rebind crate version 0.1.0

   This is a security release for RUSTSEC-2024-0421, RUSTSEC-2024-0404,
   and GHSA-c827-hfw6-qwvm (CVE-2024-43806).

   Note that even in unpatched releases, librsvg disallows references to
   external URLs that do not have a file:// method, so http/https URLs
   are rejected.

   The Minimum Supported Rust Version has unfortunately had to be raised
   to Rust 1.85.0, to accomodate the updated chains of dependencies.


    [7 lines not shown]
VersionDeltaFile
1.72+624-584graphics/librsvg/distinfo
1.13+200-186graphics/librsvg/cargo-depends.mk
1.1+303-0graphics/librsvg/patches/patch-.._vendor_wide-0.7.33_src_i16x8__.rs
1.1+276-0graphics/librsvg/patches/patch-.._vendor_wide-0.7.33_src_f32x4__.rs
1.1+249-0graphics/librsvg/patches/patch-.._vendor_wide-0.7.33_src_f64x2__.rs
1.1+213-0graphics/librsvg/patches/patch-.._vendor_wide-0.7.33_src_i32x4__.rs
+1,865-77037 files not shown
+3,204-80343 files

NetBSD/pkgsrc-wip 95d5da1ledger PLIST distinfo

Update distinfo and PLIST

With this it builds and runs on NetBSD 10, amd64:

```
/usr/pkgsrc/wip/ledger * master $ ledger
Ledger 3.4.1-20251025, the command-line accounting tool
without support for gpg encrypted journals and with Python support

Copyright (c) 2003-2025, John Wiegley.  All rights reserved.

This program is made available under the terms of the BSD Public License.
See LICENSE file included with the distribution for details and disclaimer.
Error: No journal file was specified (please use -f)
```
DeltaFile
+55-3ledger/PLIST
+5-22ledger/distinfo
+60-252 files

NetBSD/pkgsrc-wip 8bc27b8ledger/patches patch-CMakeLists.txt

Remove Boost iostreams patch

With this patch saw this:

```
ld: ../libledger.so.3: undefined reference to `boost::iostreams::file_descriptor::seek(long, std::_Ios_Seekdir)'
ld: ../libledger.so.3: undefined reference to `boost::iostreams::file_descriptor::close()'
ld: ../libledger.so.3: undefined reference to `boost::iostreams::file_descriptor_sink::file_descriptor_sink(int, boost::iostreams::file_descriptor_flags)'
ld: ../libledger.so.3: undefined reference to `boost::iostreams::file_descriptor_sink::file_descriptor_sink(boost::iostreams::
file_descriptor_sink const&)'
ld: ../libledger.so.3: undefined reference to `boost::iostreams::file_descriptor::write(char const*, long)'
```
DeltaFile
+0-15ledger/patches/patch-CMakeLists.txt
+0-151 files

NetBSD/pkgsrc-wip 906849eledger PLIST Makefile, ledger/patches patch-src_textual.cc patch-src_format.cc

Add Ledger from main at 3.3.2nb9
DeltaFile
+110-0ledger/patches/patch-src_textual.cc
+78-0ledger/patches/patch-src_format.cc
+64-0ledger/PLIST
+57-0ledger/patches/patch-src_times.cc
+49-0ledger/Makefile
+38-0ledger/patches/patch-src_utils.h
+396-018 files not shown
+758-024 files

NetBSD/pkgsrc-wip f025de4ledger/patches patch-src_utils.h patch-src_filters.cc

Remove Boost patches: Upstream issue has been closed

References: https://github.com/ledger/ledger/issues/2378
DeltaFile
+0-38ledger/patches/patch-src_utils.h
+0-25ledger/patches/patch-src_filters.cc
+0-14ledger/patches/patch-src_system.hh.in
+0-773 files

NetBSD/pkgsrc-wip a8949f7ledger Makefile

Bump Ledger version, etc in Makefile

References: https://github.com/ledger/ledger/releases/tag/v3.4.0
DeltaFile
+3-4ledger/Makefile
+3-41 files

NetBSD/pkgsrc-wip 52634bdledger/patches patch-CMakeLists.txt patch-src_main.cc

Update patches to suit Ledger src code changes
DeltaFile
+7-7ledger/patches/patch-CMakeLists.txt
+5-5ledger/patches/patch-src_main.cc
+4-4ledger/patches/patch-src_CMakeLists.txt
+16-163 files

NetBSD/pkgsrc-wip 1569bc4ledger/patches patch-src_textual.cc patch-src_format.cc

Remove ctype patches: Upstream PR has been merged

References: https://github.com/ledger/ledger/pull/2341
DeltaFile
+0-110ledger/patches/patch-src_textual.cc
+0-78ledger/patches/patch-src_format.cc
+0-57ledger/patches/patch-src_times.cc
+0-35ledger/patches/patch-src_amount.cc
+0-27ledger/patches/patch-src_strptime.cc
+0-25ledger/patches/patch-src_pool.cc
+0-3327 files not shown
+0-46013 files

NetBSD/pkgsrc MoVliXMdoc pkg-vulnerabilities

   pkg-vulnerabilities: add WSA-2025-0009

   Deduplicate all the CVEs too given that the WSA contains more information /
   version fixed.
VersionDeltaFile
1.679+2-3doc/pkg-vulnerabilities
+2-31 files

NetBSD/pkgsrc oBU02WIdoc TODO CHANGES-2025

   doc: Updated misc/py-platformdirs to 4.5.1
VersionDeltaFile
1.26519+1-2doc/TODO
1.7080+2-1doc/CHANGES-2025
+3-32 files

NetBSD/pkgsrc t6bycohmisc/py-platformdirs Makefile distinfo

   py-platformdirs: update to 4.5.1.

   What's Changed

       Fix no-ctypes fallback on windows by @youknowone in #403
VersionDeltaFile
1.37+4-4misc/py-platformdirs/Makefile
1.36+4-4misc/py-platformdirs/distinfo
+8-82 files

NetBSD/pkgsrc BBeJtxPdoc TODO CHANGES-2025

   doc: Updated textproc/tree-sitter-bash to 0.25.1
VersionDeltaFile
1.26518+1-2doc/TODO
1.7079+2-1doc/CHANGES-2025
+3-32 files

NetBSD/pkgsrc pqOPBKetextproc/tree-sitter-bash distinfo Makefile

   tree-sitter-bash: update to 0.25.1.

   Changes not found.
VersionDeltaFile
1.7+4-4textproc/tree-sitter-bash/distinfo
1.7+2-2textproc/tree-sitter-bash/Makefile
+6-62 files

NetBSD/pkgsrc NGE0mWBdoc CHANGES-2025 TODO

   doc: Updated print/libpaper to 2.2.7
VersionDeltaFile
1.7078+2-1doc/CHANGES-2025
1.26517+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc cyV3HQtprint/libpaper distinfo Makefile

   libpaper: update to 2.2.7.

   This release adds Chinese standard paper sizes (D series, and ZL
   envelope). Thanks to @liushuyu for the patch.
VersionDeltaFile
1.21+4-4print/libpaper/distinfo
1.24+2-2print/libpaper/Makefile
+6-62 files

NetBSD/pkgsrc fjqOlmdsysutils/hw-probe Makefile distinfo, sysutils/hw-probe/files README.pkgsrc

   hw-probe: package revision

   * Replace MESSAGE with pkgsrc README.
   * Replace sndstat with audioctl in logs for NetBSD.
   * Bump revision.
VersionDeltaFile
1.2+54-3sysutils/hw-probe/patches/patch-hw-probe.pl
1.16+4-13sysutils/hw-probe/Makefile
1.1+17-0sysutils/hw-probe/files/README.pkgsrc
1.4+2-2sysutils/hw-probe/distinfo
1.2+1-1sysutils/hw-probe/MESSAGE
1.3+1-0sysutils/hw-probe/PLIST
+79-196 files

NetBSD/pkgsrc 5Au2yqgdoc CHANGES-2025 TODO

   doc: Updated x11/libxkbcommon to 1.13.1
VersionDeltaFile
1.7077+2-1doc/CHANGES-2025
1.26516+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc 3dg5Yiyx11/libxkbcommon PLIST distinfo

   libxkbcommon: update to 1.13.1.

   # API

   ## Fixes

   - Fixed segfault triggering in unlikely setups.
VersionDeltaFile
1.20+4-4x11/libxkbcommon/PLIST
1.39+4-4x11/libxkbcommon/distinfo
1.60+2-2x11/libxkbcommon/Makefile
+10-103 files

NetBSD/pkgsrc wYiAMcAdoc TODO CHANGES-2025

   doc: Updated devel/jjui to 0.9.7
VersionDeltaFile
1.26515+1-2doc/TODO
1.7076+2-1doc/CHANGES-2025
+3-32 files

NetBSD/pkgsrc wl7zskHdevel/jjui distinfo go-modules.mk

   jjui: update to 0.9.7.

   This release enhances performance and introduces stability improvements
   in log parsing and command execution. It also takes back some of
   the stability by adding basic mouse support.
VersionDeltaFile
1.9+4-22devel/jjui/distinfo
1.6+0-6devel/jjui/go-modules.mk
1.14+2-3devel/jjui/Makefile
+6-313 files

NetBSD/pkgsrc P05Y8rLdoc CHANGES-2025 TODO

   doc: Updated sysutils/hwdata to 0.402
VersionDeltaFile
1.7075+2-1doc/CHANGES-2025
1.26514+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc i4Zvbq4sysutils/hwdata distinfo Makefile

   hwdata: update to 0.402

   hardware updates
VersionDeltaFile
1.10+4-4sysutils/hwdata/distinfo
1.12+2-2sysutils/hwdata/Makefile
+6-62 files

NetBSD/pkgsrc iJqL2hWmisc/elscreen Makefile

   elscreen: comment out dead site
VersionDeltaFile
1.27+2-2misc/elscreen/Makefile
+2-21 files

NetBSD/pkgsrc ve7meJtmail/elm-me Makefile

   elm-me: comment out dead site
VersionDeltaFile
1.43+2-2mail/elm-me/Makefile
+2-21 files

NetBSD/pkgsrc FjMoEiJmail/elm Makefile

   elm: comment out dead site
VersionDeltaFile
1.54+3-3mail/elm/Makefile
+3-31 files

NetBSD/pkgsrc q0u9ZMWlang/elk Makefile

   elk: switch to https
VersionDeltaFile
1.47+3-3lang/elk/Makefile
+3-31 files