NetBSD/pkgsrc rpKNWwngames/einstein-puzzle Makefile

   einstein-puzzle: maintain this
VersionDeltaFile
1.9+2-2games/einstein-puzzle/Makefile
+2-21 files

NetBSD/pkgsrc FhPltdCdoc CHANGES-2026

   doc: Updated games/einstein-puzzle to 2.5
VersionDeltaFile
1.2127+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc BatChWhgames/einstein-puzzle Makefile distinfo, games/einstein-puzzle/patches patch-Makefile

   einstein-puzzle: update to 2.5.

   Switch to fork with SDL 2 support.

   2.5
   ===

   - Support SDL2.
   - Build infrastructure has switched to CMake.
VersionDeltaFile
1.8+10-22games/einstein-puzzle/Makefile
1.7+4-5games/einstein-puzzle/distinfo
1.2+1-2games/einstein-puzzle/PLIST
1.5+1-1games/einstein-puzzle/patches/patch-Makefile
+16-304 files

NetBSD/pkgsrc MKyfs1Zgraphics/ImageMagick Makefile

   ImageMagick: skip portability check for app-run file

   It's a bash script and unused by pkgsrc
VersionDeltaFile
1.365+3-1graphics/ImageMagick/Makefile
+3-11 files

NetBSD/src CCeqAkYsys/arch/m68k/include m68k.h, sys/arch/m68k/m68k m68k_machdep.c

   Add a machine_init_common() routine that will be the holding tank
   for common tasks across m68k machine_init() routines.  For now, it
   only initializes the message buffer, and only on the seglist.h-using
   platforms (mvme68k, next68k, virt68k).

   Note that there will be some minor code duplication (as dead code)
   as the various platforms make the transition to using this new routine,
   but that seems preferable to large unweildy diffs across multiple platforms.
VersionDeltaFile
1.17+25-2sys/arch/m68k/m68k/m68k_machdep.c
1.137+4-12sys/arch/next68k/next68k/machdep.c
1.186+3-12sys/arch/mvme68k/mvme68k/machdep.c
1.34+3-12sys/arch/virt68k/virt68k/machdep.c
1.33+4-1sys/arch/m68k/include/m68k.h
+39-395 files

NetBSD/pkgsrc qLun4ETdoc CHANGES-pkgsrc-2026Q1

   doc: update for tickets 7068-7070
VersionDeltaFile
1.1.2.6+10-1doc/CHANGES-pkgsrc-2026Q1
+10-11 files

NetBSD/pkgsrc asyoy0Pnet/bind918 distinfo Makefile

   Pullup ticket #7070 - requested by taca
   net/bind918: Security fix

   Revisions pulled up:
   - net/bind918/Makefile                                          1.67
   - net/bind918/distinfo                                          1.39

   ---
      Module Name:      pkgsrc
      Committed By:     taca
      Date:             Wed Apr  1 21:55:55 UTC 2026

      Modified Files:
        pkgsrc/net/bind918: Makefile distinfo

      Log Message:
      net/bind918: update to 9.18.48

      9.18.48 (2026-04-01)

    [26 lines not shown]
VersionDeltaFile
1.38.2.1+4-4net/bind918/distinfo
1.66.2.1+2-2net/bind918/Makefile
+6-62 files

NetBSD/pkgsrc rlp2djPx11/kitty Makefile PLIST, x11/kitty/patches patch-setup.py patch-setup.py

   Pullup ticket #7069 - requested by ktnb
   x11/kitty: Build fix

   Revisions pulled up:
   - x11/kitty/Makefile                                            1.85
   - x11/kitty/PLIST                                               1.37
   - x11/kitty/distinfo                                            1.40
   - x11/kitty/patches/patch-setup.py                              1.4

   ---
      Module Name:    pkgsrc
      Committed By:   ktnb
      Date:           Mon Mar 30 16:55:13 UTC 2026

      Modified Files:
              pkgsrc/x11/kitty: Makefile PLIST distinfo
      Added Files:
              pkgsrc/x11/kitty/patches: patch-setup.py


    [2 lines not shown]
VersionDeltaFile
1.83.2.1+49-4x11/kitty/Makefile
1.4.2.1+0-16x11/kitty/patches/patch-setup.py
1.4.2.2+16-0x11/kitty/patches/patch-setup.py
1.36.2.1+6-6x11/kitty/PLIST
1.38.2.1+2-1x11/kitty/distinfo
+73-275 files

NetBSD/src g5rlQNjsys/arch/amiga/amiga machdep.c, sys/arch/atari/atari machdep.c

   Centralize the declaration of msgbufpa.  Not all m68k platforms use this,
   but it's part of forthcoming unification changes, and does no harm in
   the meantime.

   As part of this, a hook for Sun platforms (__HAVE_M68K_PRIVATE_MSGSBUF)
   is provided to handle the scenario somewhat unique to Sun2, but where
   the pattern is also present in Sun3/Sun3x -- On Sun2, PROM mappings of
   4 (2K) pages are used for the message buffer, and there is technically
   no guarantee that those pages will be physically contiguous.  Instead,
   the existing PageMap entries are fixed up during VM bootstrap to ensure
   that the permissions are correct, but the existing VA->PA mappings
   remain.

   This PageMap treatment is also done on Sun3, although since the Sun3
   page size is 8K, only one page is used.  Similarly, on Sun3x, we just
   use the first physical (8K) page and create our own mapping for it.
   However, it's easiest just to treat all the Sun platforms the same
   and embrace the lovable little oddballs that they are.
VersionDeltaFile
1.16+14-2sys/arch/m68k/m68k/m68k_machdep.c
1.136+3-4sys/arch/next68k/next68k/machdep.c
1.202+3-4sys/arch/atari/atari/machdep.c
1.185+3-4sys/arch/mvme68k/mvme68k/machdep.c
1.267+3-4sys/arch/amiga/amiga/machdep.c
1.33+3-4sys/arch/virt68k/virt68k/machdep.c
+29-221 files not shown
+31-237 files

NetBSD/src nXv0muysys/arch/cesfic/cesfic pmap_bootstrap.c, sys/arch/hp300/hp300 pmap_bootstrap.c

   Centralize the declaration of msgbufaddr for m68k platforms.
VersionDeltaFile
1.43+3-3sys/arch/cesfic/cesfic/pmap_bootstrap.c
1.70+3-3sys/arch/hp300/hp300/pmap_bootstrap.c
1.52+3-3sys/arch/news68k/news68k/pmap_bootstrap.c
1.72+3-3sys/arch/x68k/x68k/pmap_bootstrap.c
1.16+3-3sys/arch/virt68k/virt68k/pmap_bootstrap.c
1.93+3-3sys/arch/sun2/sun2/machdep.c
+18-1810 files not shown
+47-4716 files

NetBSD/pkgsrc lJVyEkxmeta-pkgs/ruby-redmine-themes Makefile Makefile.common

   meta-pkgs/ruby-redmine-themes: allow Ruby 3.4
VersionDeltaFile
1.21+2-2meta-pkgs/ruby-redmine-themes/Makefile
1.17+2-2meta-pkgs/ruby-redmine-themes/Makefile.common
+4-42 files

NetBSD/pkgsrc VVNuv6Tmeta-pkgs/ruby-redmine-plugins Makefile Makefile.common

   meta-pkgs/ruby-redmine-plugins: allow Ruby 3.4
VersionDeltaFile
1.21+2-2meta-pkgs/ruby-redmine-plugins/Makefile
1.16+2-2meta-pkgs/ruby-redmine-plugins/Makefile.common
+4-42 files

NetBSD/pkgsrc 3tWJ8Lkwww/ruby-padrino Makefile.common

   www/ruby-padrino: really update to 0.16.1

   Forgot to commit for updating really 0.16.1.
VersionDeltaFile
1.24+2-2www/ruby-padrino/Makefile.common
+2-21 files

NetBSD/src QSPkYJMsys/arch/cesfic/cesfic locore.s pmap_bootstrap.c

   More catch-up with other m68k platforms:
   - pmap_bootstrap() -> pmap_bootstrap1()
   - Pass the updated "nextpa" to machine_init(), and use it to calculate
     avail_start and avail_end there, rather than in pmap_bootstrap1().
VersionDeltaFile
1.71+16-5sys/arch/cesfic/cesfic/locore.s
1.42+4-9sys/arch/cesfic/cesfic/pmap_bootstrap.c
1.85+6-3sys/arch/cesfic/cesfic/machdep.c
+26-173 files

NetBSD/pkgsrc vN5hl2mwww/ruby-rack distinfo Makefile

   Pullup ticket #7068 - requested by taca
   www/ruby-rack: Security fix

   Revisions pulled up:
   - www/ruby-rack/Makefile                                        1.57
   - www/ruby-rack/distinfo                                        1.55

   ---
      Module Name:      pkgsrc
      Committed By:     taca
      Date:             Wed Apr  1 14:30:17 UTC 2026

      Modified Files:
        pkgsrc/www/ruby-rack: Makefile distinfo

      Log Message:
      www/ruby-rack: update to 3.2.6

      3.2.6 (2026-04-01)

    [39 lines not shown]
VersionDeltaFile
1.54.2.1+4-4www/ruby-rack/distinfo
1.56.2.1+2-2www/ruby-rack/Makefile
+6-62 files

NetBSD/src kUXlcpYexternal/mpl/bind/dist/lib/isc jemalloc_shim.h

   PR/60150: Izumi Tsutsui: Increase alignment so that libuv can use the bottom
   3 bits.
VersionDeltaFile
1.6+3-2external/mpl/bind/dist/lib/isc/jemalloc_shim.h
+3-21 files

NetBSD/src WHvEZQMsys/arch/cesfic/cesfic machdep.c locore.s

   fic_init() -> machine_init()

   More catch-up needs to be done here.
VersionDeltaFile
1.84+5-4sys/arch/cesfic/cesfic/machdep.c
1.70+2-2sys/arch/cesfic/cesfic/locore.s
+7-62 files

NetBSD/src xVSjp4esys/arch/sun2/sun2 machdep.c pmap.c, sys/arch/sun3/sun3 machdep.c pmap.c

   Get rid of MSGBUFOFF; it's always defined as 0, and thus doesn't
   actually do anything.  Initialize msgbufaddr when the VAs are
   actually allocated.
VersionDeltaFile
1.147+2-6sys/arch/sun3/sun3x/machdep.c
1.219+2-6sys/arch/sun3/sun3/machdep.c
1.92+2-6sys/arch/sun2/sun2/machdep.c
1.183+4-3sys/arch/sun3/sun3/pmap.c
1.55+4-3sys/arch/sun2/sun2/pmap.c
1.126+4-2sys/arch/sun3/sun3x/pmap.c
+18-262 files not shown
+21-318 files

NetBSD/pkgsrc cTngPnfdoc CHANGES-2026 TODO

   doc: Updated devel/alex to 3.5.4.2
VersionDeltaFile
1.2126+2-1doc/CHANGES-2026
1.27067+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc 38Ki5nBdevel/alex distinfo Makefile

   alex: update to 3.5.4.2.

   ## Changes in 3.5.4.2

   * Fix botched distribution tarball of 3.5.4.1.
   * Tested with GHC 8.0 - 9.14.1.

   _Andreas Abel, 2026-03-22_

   ## Changes in 3.5.4.1

   * New examples and fixes to the documentation (#284, #285, #286).
   * Tested with GHC 8.0 - 9.14.1.

   _Andreas Abel, 2026-03-21_
VersionDeltaFile
1.15+4-4devel/alex/distinfo
1.27+2-2devel/alex/Makefile
+6-62 files

NetBSD/pkgsrc PFByrt1doc CHANGES-2026 TODO

   doc: Updated devel/ast-grep to 0.42.1
VersionDeltaFile
1.2125+2-1doc/CHANGES-2026
1.27066+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc 53scad9devel/ast-grep distinfo cargo-depends.mk

   ast-grep: update to 0.42.1.

   feat: Support Dart again #2534
   chore(deps): update dependency oxlint to v1.58.0 #2569
   chore(deps): update rust crate toml_edit to v0.25.10 #2571
   fix(deps): update rust crate similar to v3 #2574
   chore(deps): update rust crate tokio to v1.51.0 #2578
   chore(deps): update dependency web-tree-sitter to v0.26.8 #2570
   chore(deps): update rust crate tree-sitter to v0.26.8 #2572
   chore(deps): update dependency dprint to v0.53.2 #2573
   chore(deps): update rust crate bit-set to 0.10.0 #2566
   fix(deps): update rust-wasm-bindgen monorepo #2561
   chore(deps): update dependency smol-toml to v1.6.1 #2556
   chore(deps): update rust crate napi to v3.8.4 #2562
   chore(deps): update rust crate toml_edit to v0.25.8 #2552
   chore(deps): update rust crate napi-derive to v3.5.3 #2563
   chore(deps): update codecov/codecov-action action to v6 #2560
   chore(deps): update rust crate tree-sitter-rust to v0.24.2 #2554
   chore(deps): update dependency @napi-rs/cli to v3.6.0 #2564

    [11 lines not shown]
VersionDeltaFile
1.80+79-79devel/ast-grep/distinfo
1.75+25-25devel/ast-grep/cargo-depends.mk
1.80+2-2devel/ast-grep/Makefile
+106-1063 files

NetBSD/pkgsrc KEIpmG6doc CHANGES-2026 TODO

   doc: Updated textproc/jsongrep to 0.8.1
VersionDeltaFile
1.2124+2-1doc/CHANGES-2026
1.27065+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc B7Lbqt9textproc/jsongrep distinfo Makefile

   jsongrep: update to 0.8.1.

   Fix range upper bound being silently ignored by @micahkepe in #28
VersionDeltaFile
1.2+4-4textproc/jsongrep/distinfo
1.2+2-2textproc/jsongrep/Makefile
+6-62 files

NetBSD/pkgsrc FlDLpC8doc CHANGES-2026 TODO

   doc: Updated textproc/jnv to 0.7.1
VersionDeltaFile
1.2123+2-1doc/CHANGES-2026
1.27064+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc aRbMw9rtextproc/jnv distinfo cargo-depends.mk

   jnv: update to 0.7.1.

   Changes not found.
VersionDeltaFile
1.6+25-58textproc/jnv/distinfo
1.6+7-18textproc/jnv/cargo-depends.mk
1.6+2-2textproc/jnv/Makefile
+34-783 files

NetBSD/pkgsrc FSupYGudoc CHANGES-2026 TODO

   doc: Updated sysutils/fzf to 0.71.0
VersionDeltaFile
1.2122+2-1doc/CHANGES-2026
1.27063+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc BzqtZcpsysutils/fzf distinfo Makefile

   fzf: update to 0.71.0.

   0.71.0
   ------
   _Release highlights: https://junegunn.github.io/fzf/releases/0.71.0/_

   - Added `--popup` as a new name for `--tmux` with Zellij support
       - `--popup` starts fzf in a tmux popup or a Zellij floating pane
       - `--tmux` is now an alias for `--popup`
       - Requires tmux 3.3+ or Zellij 0.44+
   - Cross-reload item identity with `--id-nth`
       - Added `--id-nth=NTH` to define item identity fields for cross-reload operations
       - When a `reload` is triggered with tracking enabled, fzf searches for the tracked item by its identity fields in the new list.
           - `--track --id-nth ..` tracks by the entire line
           - `--track --id-nth 1` tracks by the first field
           - `--track` without `--id-nth` retains the existing index-based tracking behavior
           - The UI is temporarily blocked (prompt dimmed, input disabled) until the item is found or loading completes.
               - Press `Escape` or `Ctrl-C` to cancel the blocked state without quitting
               - Info line shows `+T*` / `+t*` while searching

    [33 lines not shown]
VersionDeltaFile
1.49+4-4sysutils/fzf/distinfo
1.129+2-2sysutils/fzf/Makefile
+6-62 files

NetBSD/pkgsrc 7HMUDgPdoc CHANGES-2026

   doc: Updated www/py-werkzeug-docs to 3.1.8
VersionDeltaFile
1.2121+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Pxndt65doc CHANGES-2026 TODO

   doc: Updated www/py-werkzeug to 3.1.8
VersionDeltaFile
1.2120+2-1doc/CHANGES-2026
1.27062+1-2doc/TODO
+3-32 files