NetBSD/pkgsrc-wip 7b2040b. Makefile, lswt COMMIT_MSG

wlsunset: new package
DeltaFile
+18-0wlsunset/Makefile
+0-6lswt/COMMIT_MSG
+5-0wlsunset/distinfo
+3-0wlsunset/PLIST
+2-0wlsunset/DESCR
+1-0Makefile
+29-66 files

NetBSD/pkgsrc-wip f10d35dlswt Makefile distinfo, lswt/patches patch-lswt.c patch-Makefile

lswt: new package
DeltaFile
+26-0lswt/Makefile
+24-0lswt/patches/patch-lswt.c
+17-0lswt/patches/patch-Makefile
+7-0lswt/distinfo
+6-0lswt/COMMIT_MSG
+4-0lswt/DESCR
+84-02 files not shown
+89-08 files

NetBSD/pkgsrc-wip b8b76b1wsjtx Makefile

wsjtx: point to PKG_BUILD_OPTIONS instead of PKG_OPTIONS in error message.
DeltaFile
+1-1wsjtx/Makefile
+1-11 files

NetBSD/pkgsrc-wip 1e30675rust194 distinfo, rust194/patches patch-src_bootstrap_src_core_sanity.rs

rust194: for now don't make "known target in 'unknown' list" fatal.

The "m68k-unknown-netbsd" entry may be in that list for a while,
until upstream LLVM is fixed to not only emit 16-bit PC-relative
relocations, which are ... inadequate for rust.

This should get rid of this as a fatal error if you need to rebuild
newer rust compilers using older pkgsrc rust compilers, which have
since 1.93 made m68k-unknown-netbsd a "known" target.
DeltaFile
+14-1rust194/patches/patch-src_bootstrap_src_core_sanity.rs
+1-1rust194/distinfo
+15-22 files

NetBSD/pkgsrc-wip a3f4942gtk-layer-shell distinfo Makefile

gtk-layer-shell: update to 0.10.1
DeltaFile
+3-3gtk-layer-shell/distinfo
+1-1gtk-layer-shell/Makefile
+4-42 files

NetBSD/src v5n6An1usr.bin/xlint/lint1 tree.c

   lint: don't rely on the floating point rounding mode

   When checking whether a floating point constant can be converted to an
   integer constant with the same value, ULLONG_MAX is not representable
   exactly in a 64-bit long double, so the comparison value could have been
   rounded down, leading to wrong warnings about lossy conversions.

   Perform exact calculations instead.
VersionDeltaFile
1.710+6-5usr.bin/xlint/lint1/tree.c
+6-51 files

NetBSD/src MwsE4AKsys/arch/aarch64/include pmap_machdep.h

   Remove duplicate pmap_md_direct_map_paddr declaration.
VersionDeltaFile
1.11+1-3sys/arch/aarch64/include/pmap_machdep.h
+1-31 files

NetBSD/pkgsrc-wip 7935550. Makefile

wip: + vnstat, + vnstati
DeltaFile
+2-0Makefile
+2-01 files

NetBSD/pkgsrc-wip 35d7c46vnstati Makefile

vnstati: Avoid building unused components
DeltaFile
+1-0vnstati/Makefile
+1-01 files

NetBSD/src GYfSX3wsys/arch/mac68k/dev akbd.c

   Simulate keyboard leds.

   Keep led state to set/get via ioclts.

   While here clean up adb probed led state (currently unused).
VersionDeltaFile
1.29+20-5sys/arch/mac68k/dev/akbd.c
+20-51 files

NetBSD/pkgsrc-wip 7b4507evnstat Makefile, vnstat/files vnstat.sh vnstatd.sh

vnstat: Rename service to vnstat
DeltaFile
+19-0vnstat/files/vnstat.sh
+0-19vnstat/files/vnstatd.sh
+1-1vnstat/Makefile
+20-203 files

NetBSD/pkgsrc-wip a233cadvnstat distinfo, vnstat/patches patch-man_vnstatd.8 patch-man_vnstat.conf.5

vnstat: Add npflog0 to ignored interfaces.
DeltaFile
+39-0vnstat/patches/patch-man_vnstatd.8
+17-0vnstat/patches/patch-man_vnstat.conf.5
+15-0vnstat/patches/patch-src_ifinfo.c
+4-4vnstat/patches/patch-src_common.h
+4-1vnstat/distinfo
+79-55 files

NetBSD/pkgsrc-wip 2e0932cvnstat/files vnstatd.sh

vnstat: DB directory does not need to exist (it will be created)
DeltaFile
+0-1vnstat/files/vnstatd.sh
+0-11 files

NetBSD/pkgsrc FNsVIeisysutils/fastfetch options.mk

   fastfetch: swap for MesaLib features.mk check

   PR pkg/60131
VersionDeltaFile
1.17+6-5sysutils/fastfetch/options.mk
+6-51 files

NetBSD/pkgsrc b9uQJTasysutils/fastfetch options.mk

   fastfetch: Disable libdrm option on Darwin

   Pointed out in PR pkg/60131. Inspired by similar example in
   devel/SDL3/options.mk.
VersionDeltaFile
1.16+8-3sysutils/fastfetch/options.mk
+8-31 files

NetBSD/pkgsrc DfdpFIudoc CHANGES-2026 TODO

   doc: Updated net/scamper to 20260331nb1
VersionDeltaFile
1.2128+2-1doc/CHANGES-2026
1.27068+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc v9kHjJvnet/scamper distinfo Makefile

   scamper: Update net/scamper to 20260331

   * add initial implementation of RFC 4656 OWAMP.  the implementation is
     functional but incomplete, and all owamp interfaces (e.g., warts,
     json, command line interface, python interface, and the
     implementation itself) are subject to change.
   * document current owamp command line interface in scamper man page.
   * remove unused scamper_privsep_open_udp and scamper_privsep_open_tcp.
   * print out monitor field -- the name of the system that did the
     measurement -- in all json objects.  previously, only "trace" and
     "tracelb" measurements printed that field.
   * do not leak IP4 raw sockets, triggered with use of -O raw in ping
     and trace.
   * trace: add -O back to conduct traceroutes with decreasing TTL values.
     this requires use of -m ttl option.
   * trace: when -N > 1 is used on a path with a loop, update json to
     show path until loop condition was met, rather than on the first
     occurrence of an address involved in a loop.
   * trace: emit traceroute flags in json output.

    [88 lines not shown]
VersionDeltaFile
1.23+4-4net/scamper/distinfo
1.28+2-2net/scamper/Makefile
1.8+2-1net/scamper/PLIST
+8-73 files

NetBSD/src X6q0Jc6usr.bin/xlint/lint1 tree.c

   lint: remove temporary code to identify floating point bug

   On sparc64, SoftFloat 2a invoked undefined behavior, returning wrong
   results. The code added here didn't trigger, as the ATF_SH environment
   variable was not set in the real test run.

   See tests/lib/libc/t_long_double.c for more specialized tests to
   pinpoint the exact problem.
VersionDeltaFile
1.709+2-18usr.bin/xlint/lint1/tree.c
+2-181 files

NetBSD/pkgsrc 7a8kVj1doc CHANGES-pkgsrc-2026Q1

   doc: update for ticket 7071
VersionDeltaFile
1.1.2.7+4-1doc/CHANGES-pkgsrc-2026Q1
+4-11 files

NetBSD/pkgsrc FZ2p1Uinet/wireshark options.mk

   Pullup ticket #7071 - requested by gutteridge
   net/wireshark: Build fix

   Revisions pulled up:
   - net/wireshark/options.mk                                      1.39

   ---
      Module Name:    pkgsrc
      Committed By:   gutteridge
      Date:           Thu Apr  2 20:29:33 UTC 2026

      Modified Files:
              pkgsrc/net/wireshark: options.mk

      Log Message:
      wireshark: find asciidoctor when the "doc" option is enabled

      Addresses PR pkg/60057 from Robert Whitlock.
VersionDeltaFile
1.38.8.1+2-1net/wireshark/options.mk
+2-11 files

NetBSD/pkgsrc 78dZ1TOsysutils/py-Glances Makefile

   py-Glances: add upstream bug report URL
VersionDeltaFile
1.51+2-1sysutils/py-Glances/Makefile
+2-11 files

NetBSD/src 937y6e0tests/lib/libc t_long_double.c

   tests/libc: clean up test for long double

   Previously, the test had invoked undefined behavior when converting long
   double to uint64_t, by using input values outside the portable range.
   Explicitly mark this part of the test and make it easy to disable.
VersionDeltaFile
1.4+22-6tests/lib/libc/t_long_double.c
+22-61 files

NetBSD/pkgsrc-wip 3aeae1evnstat Makefile.common Makefile, vnstat/files vnstatd.sh

vnstat: Update to 2.13
DeltaFile
+36-0vnstat/Makefile.common
+22-0vnstati/Makefile
+20-0vnstat/files/vnstatd.sh
+16-0vnstat/patches/patch-src_cfg.c
+16-0vnstat/Makefile
+14-0vnstat/patches/patch-src_common.h
+124-05 files not shown
+148-011 files

NetBSD/src 5RwX0lesys/arch/x68k/x68k machdep.c locore.s

   x68k_init() -> machine_init()
VersionDeltaFile
1.224+4-4sys/arch/x68k/x68k/machdep.c
1.162+2-2sys/arch/x68k/x68k/locore.s
+6-62 files

NetBSD/src zyP7PVnsys/arch/news68k/news68k machdep.c

   Use machine_init_common().
VersionDeltaFile
1.134+8-22sys/arch/news68k/news68k/machdep.c
+8-221 files

NetBSD/src e0zJ21qsys/arch/luna68k/luna68k machdep.c

   Use machine_init_common().
VersionDeltaFile
1.125+8-25sys/arch/luna68k/luna68k/machdep.c
+8-251 files

NetBSD/src WwnSkB9sys/arch/hp300/hp300 machdep.c

   Use machine_init_common().
VersionDeltaFile
1.263+9-22sys/arch/hp300/hp300/machdep.c
+9-221 files

NetBSD/src sgXScIBsys/arch/hp300/hp300 machdep.c

   Use pmap_kenter_pa() to map the boot info structure.
VersionDeltaFile
1.262+5-7sys/arch/hp300/hp300/machdep.c
+5-71 files

NetBSD/src 75gGmvNsys/arch/cesfic/cesfic machdep.c

   Use machine_init_common().
VersionDeltaFile
1.86+7-25sys/arch/cesfic/cesfic/machdep.c
+7-251 files

NetBSD/src lX3Gozdsys/arch/m68k/m68k m68k_machdep.c, sys/arch/mvme68k/mvme68k machdep.c

   machine_init_common() now does the job of loading phys mem into
   the VM manage page pool.
VersionDeltaFile
1.18+114-4sys/arch/m68k/m68k/m68k_machdep.c
1.187+2-103sys/arch/mvme68k/mvme68k/machdep.c
1.138+12-92sys/arch/next68k/next68k/machdep.c
1.35+2-102sys/arch/virt68k/virt68k/machdep.c
+130-3014 files