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/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/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-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/pkgsrc-wip a3e5a63. TODO, py-mbake Makefile distinfo

py-mbake: update to 1.4.6
DeltaFile
+4-2py-mbake/Makefile
+3-3py-mbake/distinfo
+0-1TODO
+7-63 files

NetBSD/pkgsrc-wip 2cfb973. TODO, dmarc-report-viewer distinfo cargo-depends.mk

dmarc-report-viewer: update to 2.5.0
DeltaFile
+135-148dmarc-report-viewer/distinfo
+44-47dmarc-report-viewer/cargo-depends.mk
+0-13dmarc-report-viewer/patches/patch-Cargo.toml
+1-8dmarc-report-viewer/Makefile
+0-1TODO
+180-2175 files

NetBSD/pkgsrc-wip c15dfe4. TODO, crush distinfo go-modules.mk

crush: update to 0.55.0
DeltaFile
+111-3crush/distinfo
+36-0crush/go-modules.mk
+1-1crush/Makefile
+0-1TODO
+148-54 files

NetBSD/pkgsrc-wip 18043c1anvil go-modules-work.mk work-go-modules.mk

anvil: rename go modules files to match go-modules*mk
DeltaFile
+129-0anvil/go-modules-work.mk
+0-129anvil/work-go-modules.mk
+41-0anvil/go-modules-extra.mk
+0-41anvil/extra-go-modules.mk
+2-2anvil/Makefile
+172-1725 files

NetBSD/pkgsrc-wip 2c727c9. TODO

TODO: add some

+ crush-0.55.0, dmarc-report-viewer-2.5.0, py-mbake-1.4.6,
  resterm-0.24.2.
DeltaFile
+4-0TODO
+4-01 files

NetBSD/pkgsrc-wip 8897af7rust193 distinfo

rust193: recompute openssl-src patch checksum, as pointed out by jperkin@.

"How did that happen?"
DeltaFile
+1-1rust193/distinfo
+1-11 files

NetBSD/pkgsrc-wip 735b672cskk distinfo COMMIT_MSG

cskk: update to 3.3.0

Fixed

* Fix an issue that the whole dictionary contents are returned as
  candidates list when completing empty headword.
  Completing empty headword is now ignored.
* Fix an issue that C-g did not reset to Direct mode when back to previous
  conversion mode by 'x' key in candidates selection.
* Fix an issue that C-g did not reset to Direct mode when negative index
  was added to skk_context_select_candidate_at_rs.

Added

* Add a command in the default rule file to abort by C-g when in
  abbreviation mode.
  It does not added to already installed rules unless it is added manually
  to ~/.local/share/libcskk/rules.
DeltaFile
+3-3cskk/distinfo
+1-1cskk/COMMIT_MSG
+1-1cskk/Makefile
+5-53 files

NetBSD/pkgsrc-wip b9e5f2dkubectl distinfo Makefile

kubectl: update to 1.35.3

No relevant changes from upstream changelog regarding kubectl.
DeltaFile
+3-3kubectl/distinfo
+1-1kubectl/Makefile
+1-1kubectl/COMMIT_MSG
+5-53 files

NetBSD/pkgsrc-wip 421b781mailsend-go distinfo go-modules.mk

mailsend-go: update to 1.0.11

v1.0.11

* Fixed duplicate charset in Content-Type header. Resolved issue where
  http.DetectContentType() was adding charset=utf-8 to the MIME type, causing
  duplicate charset parameters in headers. The MIME type detection code now
  strips charset params, letting gomail handle charset assignment based on
  the -cs flag. Added more test scripts in test/ dir.

  (Jan-16-2026)

* Update document about oauth-helper. Switch to markdown-toc-go from
  markdown_helper for document generation. Add oauth-helper link at the end
  of usage.

  (Apr-01-2026)

v1.0.11-b2

    [43 lines not shown]
DeltaFile
+15-15mailsend-go/distinfo
+4-4mailsend-go/go-modules.mk
+3-0mailsend-go/COMMIT_MSG
+1-1mailsend-go/Makefile
+23-204 files

NetBSD/pkgsrc-wip cb8111fpy-identify distinfo COMMIT_MSG

py-identify: update to 2.6.18
DeltaFile
+3-3py-identify/distinfo
+1-1py-identify/COMMIT_MSG
+1-1py-identify/Makefile
+5-53 files

NetBSD/pkgsrc-wip bea1b37iosevka-aile-ttf distinfo, iosevka-curly-slab-ttf distinfo

iosevka-*: update to 34.3.0

* Add narrow bent hook variants for f, j, r, and t.
* Add crossbar-at-half-ascender-height variants for f.
* Add motion-bottom-serifed variants for q.
* Add middle-serifed-half-ascender variants for long-s (ſ) and lower eszett (ß).
* Add serifed variants for Greek Lower Gamma (γ).
* Add diagonal-tailed variant for Greek Lower Pi (π).
* Add short-neck and short-neck2 variants for Greek Lower Phi (φ) and Psi (ψ).
* Add dense variants for ellipsis.
* Add IPA localization forms for Greek Lower Lambda (λ) and Psi (ψ).
* Refine shape of the following characters:
  * CYRILLIC CAPITAL LETTER DJE (U+0402).
  * CYRILLIC CAPITAL LETTER TSHE (U+040B).
  * CYRILLIC CAPITAL LETTER PSI (U+0470).
  * CYRILLIC SMALL LETTER PSI (U+0471).
  * MODIFIER LETTER RAISED INVERTED EXCLAMATION MARK (U+A71E).
  * MODIFIER LETTER DENTAL CLICK (U+107B6).
  * MODIFIER LETTER LATERAL CLICK (U+107B7).
  * MODIFIER LETTER ALVEOLAR CLICK (U+107B8).
DeltaFile
+3-3iosevka-curly-slab-ttf/distinfo
+3-3iosevka-aile-ttf/distinfo
+3-3iosevka-curly-ttf/distinfo
+3-3iosevka-etoile-ttf/distinfo
+3-3iosevka-slab-ttf/distinfo
+3-3iosevka-ttf/distinfo
+18-1812 files not shown
+30-3018 files

NetBSD/pkgsrc-wip eb6ff0celectron34 TODO

electron34: Add recent CVEs
DeltaFile
+4-1electron34/TODO
+4-11 files

NetBSD/pkgsrc-wip aafbb73. TODO

TODO: G/C neovim

It is in editors/neovim now and we should eventually add entries there.

Noticed by running pkglint.
DeltaFile
+0-1TODO
+0-11 files

NetBSD/pkgsrc-wip 1c31efesuricata TODO

suricata: Add reference to recent CVEs
DeltaFile
+3-1suricata/TODO
+3-11 files

NetBSD/pkgsrc-wip d1da6ecdokuwiki TODO

dokuwiki: Add reference to CVE-2026-26477
DeltaFile
+2-1dokuwiki/TODO
+2-11 files

NetBSD/pkgsrc-wip 26a9da4mtr-graph distinfo Makefile

mtr-graph(mtr085): update to 0.85.263
DeltaFile
+3-3mtr-graph/distinfo
+2-2mtr-graph/Makefile
+5-52 files

NetBSD/pkgsrc-wip 5b056d5wezterm distinfo cargo-depends.mk, wezterm/patches patch-Cargo.toml patch-deps_freetype_build.rs

wezterm: remove, updated in pkgsrc
DeltaFile
+0-2,213wezterm/distinfo
+0-732wezterm/cargo-depends.mk
+0-114wezterm/Makefile
+0-24wezterm/patches/patch-Cargo.toml
+0-18wezterm/patches/patch-deps_freetype_build.rs
+0-15wezterm/patches/patch-deps_harfbuzz_build.rs
+0-3,1163 files not shown
+0-3,1389 files

NetBSD/pkgsrc-wip 97658aewezterm TODO Makefile, wezterm/patches patch-deps_freetype_build.rs patch-deps_harfbuzz_build.rs

wezterm: finish updates

following hints from pin@
DeltaFile
+11-41wezterm/patches/patch-deps_freetype_build.rs
+0-28wezterm/TODO
+15-0wezterm/patches/patch-deps_harfbuzz_build.rs
+7-4wezterm/Makefile
+2-1wezterm/distinfo
+35-745 files

NetBSD/pkgsrc-wip 61b60e6anvil distinfo go-modules.mk, anvil/patches patch-editor_go.sum patch-editor_go.mod

anvil: update to 0.7 and fixed building/running

Now uses my modified version of gio and gio-shader to support NetBSD.
Still need to figure out how to handle the 'extras' since they
require extra go modules. The program does run now!
DeltaFile
+255-181anvil/distinfo
+76-61anvil/go-modules.mk
+129-0anvil/work-go-modules.mk
+80-0anvil/patches/patch-editor_go.sum
+28-29anvil/Makefile
+47-0anvil/patches/patch-editor_go.mod
+615-27114 files not shown
+675-45720 files

NetBSD/pkgsrc-wip 9f74577. Makefile, tex-lineno-doc PLIST Makefile

wip/tex-lineno-doc: remove

Updated version in print/tex-lineno-doc.
DeltaFile
+0-13tex-lineno-doc/PLIST
+0-12tex-lineno-doc/Makefile
+0-5tex-lineno-doc/distinfo
+0-1tex-lineno-doc/DESCR
+0-1Makefile
+0-325 files

NetBSD/pkgsrc-wip a0d2fc7. Makefile, tex-mathtools-doc Makefile distinfo

wip/tex-mathtools-doc: remove

New version in print/tex-mathtools-doc.
DeltaFile
+0-12tex-mathtools-doc/Makefile
+0-5tex-mathtools-doc/distinfo
+0-5tex-mathtools-doc/PLIST
+0-1Makefile
+0-1tex-mathtools-doc/DESCR
+0-245 files