NetBSD/pkgsrc-wip 8dc5788bob distinfo cargo-depends.mk

bob: Update to 0.99.5.

* Sandbox setup actions and per-package pre/post-build hook `cmd` actions no
  longer have any environment applied to them.  This allows setting variables
  such as `LD_PRELOAD`, which otherwise would be applied directly to the chroot
  command and likely lead to failures in the host environment.  This is a
  breaking change, but is hopefully clearer overall and less surprising for the
  common cases.

* Ensure all `bob dev` sandbox commands use `environment.dev` rather than
  `environment.build`.

* `bob log <pkg>` falls back to `setup.log` when no failed stage was recorded,
  so that failures that happen before any pkgsrc stage runs work as expected.

* Improve error handling and output formatting for pre-build and post-build
  scripts and hooks, as well as ensuring that the failure reasons are correctly
  propagated to build status results.


    [4 lines not shown]
DeltaFile
+15-24bob/distinfo
+4-7bob/cargo-depends.mk
+1-1bob/Makefile
+20-323 files

NetBSD/pkgsrc-wip f7da805emacs-git Makefile PLIST

emacs-git:... and back to 32
DeltaFile
+1-1emacs-git/Makefile
+1-0emacs-git/PLIST
+2-12 files

NetBSD/pkgsrc-wip c6f135d. TODO

TODO: + tor-browser-15.0.13
DeltaFile
+1-1TODO
+1-11 files

NetBSD/pkgsrc-wip a8b35b1crush distinfo go-modules.mk

crush: update to 0.66.1
DeltaFile
+171-171crush/distinfo
+56-56crush/go-modules.mk
+1-1crush/Makefile
+0-1crush/TODO
+228-2294 files

NetBSD/pkgsrc-wip 0b84c0femacs-git Makefile PLIST

emacs-git: follows -31 again it seems
DeltaFile
+1-1emacs-git/Makefile
+0-1emacs-git/PLIST
+1-22 files

NetBSD/pkgsrc-wip 7486037emacs-git distinfo, emacs-git/patches patch-configure.ac

emacs-git: remove unneeded patch
DeltaFile
+0-13emacs-git/patches/patch-configure.ac
+0-3emacs-git/distinfo
+0-162 files

NetBSD/pkgsrc-wip 1f87af1zimh Makefile distinfo

zimh: update to yesterday
DeltaFile
+13-7zimh/Makefile
+3-3zimh/distinfo
+1-0zimh/PLIST
+17-103 files

NetBSD/pkgsrc-wip 486fcd0lxqt-clip Makefile PLIST, qlipper Makefile PLIST

Add lxqt-clip

See https://github.com/lxqt/lxqt/discussions/2372#discussioncomment-16851376
qlipper is now being integrated into LXQt and has been renamed to lxqt-clip.

There is no release, yet. Makefile can be simplified once there's a release.
Build a package from the latest git-hash for now.
DeltaFile
+31-0lxqt-clip/Makefile
+0-23qlipper/Makefile
+16-0lxqt-clip/PLIST
+0-13qlipper/PLIST
+0-9qlipper/DESCR
+6-0lxqt-clip/distinfo
+53-453 files not shown
+57-519 files

NetBSD/pkgsrc-wip ef18d02rust195 Makefile distinfo, rust195-bin Makefile

Remove rust195, same as main
DeltaFile
+0-971rust195-bin/files/install.sh
+0-822rust195/Makefile
+0-309rust195-bin/Makefile
+0-215rust195/files/gcc-wrap
+0-188rust195/distinfo
+0-146rust195/cargo.mk
+0-2,65190 files not shown
+0-5,77196 files

NetBSD/pkgsrc-wip ea6af4aemacs-git Makefile distinfo, emacs-git/patches patch-configure.ac

emacs-git: version bumped to 32
DeltaFile
+13-0emacs-git/patches/patch-configure.ac
+2-2emacs-git/Makefile
+3-0emacs-git/distinfo
+1-0emacs-git/PLIST
+19-24 files

NetBSD/pkgsrc-wip 0589800p5-Selenium-Remote-Driver/Files testing-by-Firefox Firefox-test

(www/p5-Selenium-Remote-Driver) Rename to Files/testing-by-Firefox
DeltaFile
+12-0p5-Selenium-Remote-Driver/Files/testing-by-Firefox
+0-12p5-Selenium-Remote-Driver/Files/Firefox-test
+12-122 files

NetBSD/pkgsrc-wip d90bc26p5-Selenium-Remote-Driver DESCR Makefile

(www/p5-Selenium-Remote-Driver) update DESCR, correction to PKG_NAME
DeltaFile
+15-1p5-Selenium-Remote-Driver/DESCR
+1-0p5-Selenium-Remote-Driver/Makefile
+16-12 files

NetBSD/pkgsrc-wip 7438661p5-Selenium-Remote-Driver/Files Firefox-test

(www/p5-Selenium-Remote-Driver) Add Files/Firefox-test
DeltaFile
+12-0p5-Selenium-Remote-Driver/Files/Firefox-test
+12-01 files

NetBSD/pkgsrc-wip ad46faep5-Selenium-Remote-Driver Makefile distinfo

(www/p5-Selenium-Remote-Driver) New package for Web testing
DeltaFile
+26-0p5-Selenium-Remote-Driver/Makefile
+5-0p5-Selenium-Remote-Driver/distinfo
+1-0p5-Selenium-Remote-Driver/DESCR
+32-03 files

NetBSD/pkgsrc-wip afabab4. Makefile, libsquish Makefile distinfo

libsquish: removed; imported into base
DeltaFile
+0-19libsquish/Makefile
+0-5libsquish/distinfo
+0-4libsquish/PLIST
+0-3libsquish/DESCR
+0-1Makefile
+0-325 files

NetBSD/pkgsrc-wip 14619d3bob distinfo cargo-depends.mk

bob: Update to 0.99.4.

* Support new `summary` section in the config file to configure restricted
  package inclusion, `FILE_CKSUM` entries, and compression types for the
  `pkg_summary` file.

* Add `always_disk` table for dynamic WRKOBJDIR to force certain packages to
  always build on disk.  Useful for packages such as ansible that can use well
  over 1GB of temporary space that is not reflected by the WRKDIR usage stats.

* Improve `bob rebuild` package matching logic and error messages.

* Improve `bob status` to use actual values if available rather than predicted
  allocations, add a disk usage column, and a new `--sort` option.

* Ensure `bob publish -pe` sends the report email before starting the package
  sync.

* Improve shutdown handling and avoid the potential for packages to be marked

    [5 lines not shown]
DeltaFile
+30-30bob/distinfo
+9-9bob/cargo-depends.mk
+1-1bob/Makefile
+40-403 files

NetBSD/pkgsrc-wip ebfcddfrust193 Makefile distinfo, rust193-bin Makefile

rust193*: remove old rust version
DeltaFile
+0-971rust193-bin/files/install.sh
+0-800rust193/Makefile
+0-308rust193-bin/Makefile
+0-215rust193/files/gcc-wrap
+0-177rust193/distinfo
+0-128rust193/patches/patch-vendor_memchr-2.7.4_src_memchr.rs
+0-2,59985 files not shown
+0-5,62091 files

NetBSD/pkgsrc-wip 83078f4rust195 cargo.mk rust.mk, rust195/patches patch-compiler_rustc__codegen__ssa_src_back_linker.rs patch-compiler_rustc__target_src_spec_base_netbsd.rs

rust195: reduce diffs to lang/rust
DeltaFile
+26-1rust195/cargo.mk
+5-1rust195/rust.mk
+1-1rust195/do-cross.mk
+1-1rust195/options.mk
+1-1rust195/patches/patch-compiler_rustc__codegen__ssa_src_back_linker.rs
+1-1rust195/patches/patch-compiler_rustc__target_src_spec_base_netbsd.rs
+35-623 files not shown
+58-2829 files

NetBSD/pkgsrc-wip d475834pitchfork TODO PLIST, pitchfork/patches patch-src_boot__manager.rs

pitchfork: fix build using upstream patch
DeltaFile
+464-0pitchfork/patches/patch-src_boot__manager.rs
+0-104pitchfork/TODO
+1-3pitchfork/PLIST
+1-0pitchfork/distinfo
+466-1074 files

NetBSD/pkgsrc-wip ffabd84emacs-git PLIST

emacs-git: update PLIST
DeltaFile
+2-0emacs-git/PLIST
+2-01 files

NetBSD/pkgsrc-wip 6b7627dpitchfork distinfo cargo-depends.mk

pitchfork: add new package, doesn't build on NetBSD
DeltaFile
+1,640-0pitchfork/distinfo
+547-0pitchfork/cargo-depends.mk
+104-0pitchfork/TODO
+18-0pitchfork/Makefile
+13-0pitchfork/DESCR
+4-0pitchfork/PLIST
+2,326-01 files not shown
+2,327-07 files

NetBSD/pkgsrc-wip 87eba77htop-git Makefile distinfo, htop-git/patches patch-Settings.c

htop-git: sync with upstream changes.
DeltaFile
+0-16htop-git/patches/patch-Settings.c
+5-2htop-git/Makefile
+0-1htop-git/distinfo
+5-193 files

NetBSD/pkgsrc-wip a5876f4btop-git/patches patch-src_netbsd_btop__collect.cpp

btop-git: remove accidentally added patch.
DeltaFile
+0-47btop-git/patches/patch-src_netbsd_btop__collect.cpp
+0-471 files

NetBSD/pkgsrc-wip 8967e41btop-git Makefile PLIST, btop-git/patches patch-src_btop.cpp patch-Makefile

btop-git: sync with upstream changes.

Apply the patch from https://github.com/aristocratos/btop/pull/1647
to test if btop stops hanging on long runs.
DeltaFile
+75-0btop-git/patches/patch-src_btop.cpp
+19-10btop-git/Makefile
+6-6btop-git/patches/patch-Makefile
+10-1btop-git/PLIST
+5-2btop-git/distinfo
+115-195 files

NetBSD/pkgsrc-wip 1bc053bforge distinfo go-modules.mk

forge: Update to 0.4.2

Changes:
v0.4.2
* Ignore ssh_host from project .forge config
* Strip control characters from forge-sourced text before printing
* Update dependencies

v0.4.1
* Use cosign v4 bundle format for release signing
* Update dependencies
DeltaFile
+21-21forge/distinfo
+6-6forge/go-modules.mk
+1-1forge/Makefile
+28-283 files

NetBSD/pkgsrc-wip 828f73enix TODO

nix: Add references to recent CVEs
DeltaFile
+1-1nix/TODO
+1-11 files

NetBSD/pkgsrc-wip 3ceb29dbusybox TODO

busybox: Add reference to CVE-2026-29004
DeltaFile
+1-1busybox/TODO
+1-11 files

NetBSD/pkgsrc-wip 75a036eclang distinfo, clang-tools-extra distinfo

llvm: updated to 22.1.5
DeltaFile
+3-3lld/distinfo
+3-3lldb/distinfo
+3-3llvm/distinfo
+3-3libcxx/distinfo
+3-3clang-tools-extra/distinfo
+3-3clang/distinfo
+18-189 files not shown
+43-4315 files

NetBSD/pkgsrc-wip 2100b0dcloudflare-speed-cli distinfo Makefile

cloudflare-speed-cli: update to 0.6.7
DeltaFile
+3-3cloudflare-speed-cli/distinfo
+1-1cloudflare-speed-cli/Makefile
+4-42 files

NetBSD/pkgsrc-wip 7bc0729py-ksef2 PLIST distinfo

py-ksef2: update to 0.13.1
DeltaFile
+339-3py-ksef2/PLIST
+3-3py-ksef2/distinfo
+2-1py-ksef2/Makefile
+344-73 files