Bug 277786 - lang/rust: Update to 1.77.0
Summary: lang/rust: Update to 1.77.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: FreeBSD Rust Team
URL:
Keywords:
Depends on:
Blocks: 277811
  Show dependency treegraph
 
Reported: 2024-03-18 14:13 UTC by Mikael Urankar
Modified: 2024-03-23 09:44 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (rust)


Attachments
v0 (13.98 KB, patch)
2024-03-18 14:13 UTC, Mikael Urankar
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mikael Urankar freebsd_committer freebsd_triage 2024-03-18 14:13:31 UTC
Created attachment 249268 [details]
v0
Comment 1 Mikael Urankar freebsd_committer freebsd_triage 2024-03-19 13:18:47 UTC
Failing ports:

x11/clipcat:
warning: lint `unused_tuple_struct_fields` has been renamed to `dead_code`
  |
  = help: use the new name `dead_code`
  = note: requested on the command line with `-D unused_tuple_struct_fields`
  = note: `#[warn(renamed_and_removed_lints)]` on by default

error: lint `coinductive_overlap_in_coherence` has been removed: converted into hard error, see PR #118649 <https://github.com/rust-lang/rust/pull/118649> for more information
  |
  = note: requested on the command line with `-D coinductive_overlap_in_coherence`
  = note: requested on the command line with `-D renamed-and-removed-lints`

warning: `clipcat-proto` (build script) generated 1 warning
error: could not compile `clipcat-proto` (build script) due to 1 previous error; 1 warning emitted



finance/hyperswitch:
[router_env 0.1.0] thread 'main' panicked at crates/router_env/src/cargo_workspace.rs:57:5:
[router_env 0.1.0] Unknown workspace members package ID format. Please run `cargo metadata --format-version=1 | jq '.workspace_members'` and update this build script to match the updated package ID format.
[router_env 0.1.0] stack backtrace:
[router_env 0.1.0] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
error: failed to run custom build command for `router_env v0.1.0 (/wrkdirs/usr/ports/finance/hyperswitch/work/hyperswitch-1.106.1/crates/router_env)`



devel/interactive_rebase_tool:
error: lint `unused_tuple_struct_fields` has been renamed to `dead_code`
  --> src/runtime/src/lib.rs:51:2
   |
51 |     unused_tuple_struct_fields,
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `dead_code`
Comment 2 Piotr Kubaj freebsd_committer freebsd_triage 2024-03-22 21:42:41 UTC
For some reason I can't boot any of my powerpc* VM's - they all hang at initializing the VM's USB controller.
I also can't boot the bare metal FreeBSD.

The 2nd issue is related to the upgrade of PNOR, first may also be related. Until I fix at least one of them, I can't test it. Please just commit the upgrade.
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-03-23 09:42:44 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=54ef48424c0dce1f78e441d377719c74a05fb626

commit 54ef48424c0dce1f78e441d377719c74a05fb626
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2024-03-20 15:37:33 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2024-03-23 09:41:46 +0000

    finance/hyperswitch: Fix build with rust 1.77.0

    Import upstream commit [1] to fix the recent change in cargo metadata

    [1] https://github.com/juspay/hyperswitch/commit/8f7d9fbc3a002127e220d8a968a6a4e15796e2fd

    PR:             277811 277786
    Approved by:    portmgr (build fix blanket)

 finance/hyperswitch/Makefile                      |   1 +
 finance/hyperswitch/distinfo                      |   4 +-
 finance/hyperswitch/files/patch-rust-1.77.0 (new) | 110 ++++++++++++++++++++++
 3 files changed, 114 insertions(+), 1 deletion(-)
Comment 4 commit-hook freebsd_committer freebsd_triage 2024-03-23 09:42:45 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=73941e6741d663dcc82d1488f9caca462018a31d

commit 73941e6741d663dcc82d1488f9caca462018a31d
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2024-03-18 13:14:34 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2024-03-23 09:41:45 +0000

    lang/rust: Update to 1.77.0

    Announce:       https://blog.rust-lang.org/2024/03/21/Rust-1.77.0.html
    ChangeLog:      https://github.com/rust-lang/rust/releases/tag/1.77.0

    PR:             277786
    Tested by:      mikael

 Mk/Uses/cargo.mk             |   2 +-
 Mk/bsd.gecko.mk              |   2 +-
 lang/rust-bootstrap/Makefile |   2 +-
 lang/rust-bootstrap/distinfo |   6 +--
 lang/rust/Makefile           |   6 +--
 lang/rust/distinfo           | 102 +++++++++++++++++++++----------------------
 6 files changed, 60 insertions(+), 60 deletions(-)
Comment 5 commit-hook freebsd_committer freebsd_triage 2024-03-23 09:42:46 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f82789d972f876aeb39d7b421cbfcd66f02926cd

commit f82789d972f876aeb39d7b421cbfcd66f02926cd
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2024-03-19 17:23:32 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2024-03-23 09:41:45 +0000

    x11/clipcat: Fix build with rust 1.77.0

    error: lint `coinductive_overlap_in_coherence` has been removed: converted
    into hard error, see PR #118649 <https://github.com/rust-lang/rust/pull/118649>
    for more information

    PR:             277786
    Approved by:    portmgr (build fix blanket)

 x11/clipcat/files/patch-rust-1.77.0 (new) | 10 ++++++++++
 1 file changed, 10 insertions(+)
Comment 6 commit-hook freebsd_committer freebsd_triage 2024-03-23 09:42:47 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=db72125b23432a7ba24e344c5968d0d0146f7e59

commit db72125b23432a7ba24e344c5968d0d0146f7e59
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2024-03-19 17:20:36 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2024-03-23 09:41:46 +0000

    devel/interactive_rebase_tool: Fix build with rust 1.77.0

    error: lint `unused_tuple_struct_fields` has been renamed to `dead_code`
      --> src/runtime/src/lib.rs:51:2
       |
    51 |     unused_tuple_struct_fields,
       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `dead_code`

    PR:             277786
    Approved by:    portmgr (build fix blanket)

 .../files/patch-rust-1.77.0 (new)                  | 110 +++++++++++++++++++++
 1 file changed, 110 insertions(+)
Comment 7 commit-hook freebsd_committer freebsd_triage 2024-03-23 09:42:48 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d632fbe55e45559d03a0bef7211913964aeba45a

commit d632fbe55e45559d03a0bef7211913964aeba45a
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2024-03-23 08:59:51 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2024-03-23 09:41:46 +0000

    lang/rust: Bump revisions after 1.77.0

    PR:             277786

 accessibility/sctd/Makefile                    | 2 +-
 accessibility/wl-gammarelay-rs/Makefile        | 1 +
 archivers/ouch/Makefile                        | 2 +-
 archivers/py-cramjam/Makefile                  | 1 +
 audio/amberol/Makefile                         | 2 +-
 audio/ebur128/Makefile                         | 2 +-
 audio/gnome-metronome/Makefile                 | 2 +-
 audio/gnome-podcasts/Makefile                  | 2 +-
 audio/lewton/Makefile                          | 2 +-
 audio/mmtc/Makefile                            | 2 +-
 audio/mousai/Makefile                          | 2 +-
 audio/myxer/Makefile                           | 2 +-
 audio/ncspot/Makefile                          | 2 +-
 audio/netease-music-tui/Makefile               | 2 +-
 audio/shortwave/Makefile                       | 2 +-
 audio/songrec/Makefile                         | 2 +-
 audio/spotify-player/Makefile                  | 1 +
 audio/spotify-tui/Makefile                     | 2 +-
 audio/spotifyd/Makefile                        | 2 +-
 benchmarks/hyperfine/Makefile                  | 2 +-
 benchmarks/inferno/Makefile                    | 2 +-
 cad/svlint/Makefile                            | 2 +-
 cad/svls/Makefile                              | 2 +-
 cad/veryl/Makefile                             | 1 +
 converters/yj-bruceadams/Makefile              | 2 +-
 databases/diesel/Makefile                      | 1 +
 databases/frece/Makefile                       | 2 +-
 databases/gobang/Makefile                      | 2 +-
 databases/movine/Makefile                      | 2 +-
 databases/ods2sql/Makefile                     | 2 +-
 databases/postgresql-promscale/Makefile        | 2 +-
 databases/qdrant/Makefile                      | 1 +
 databases/quake/Makefile                       | 2 +-
 databases/redisjson/Makefile                   | 2 +-
 databases/replibyte/Makefile                   | 2 +-
 databases/sqlx-cli/Makefile                    | 1 +
 databases/surrealdb/Makefile                   | 1 +
 databases/xls2txt/Makefile                     | 2 +-
 deskutils/health/Makefile                      | 2 +-
 deskutils/jot/Makefile                         | 2 +-
 deskutils/just/Makefile                        | 1 +
 deskutils/lazycli/Makefile                     | 2 +-
 deskutils/pipecolor/Makefile                   | 1 +
 deskutils/pueue/Makefile                       | 2 +-
 deskutils/sigi/Makefile                        | 2 +-
 deskutils/skim/Makefile                        | 2 +-
 deskutils/solanum/Makefile                     | 2 +-
 deskutils/taskwarrior-tui/Makefile             | 2 +-
 deskutils/thokr/Makefile                       | 2 +-
 devel/amber/Makefile                           | 2 +-
 devel/argc/Makefile                            | 2 +-
 devel/bacon/Makefile                           | 1 +
 devel/bingrep/Makefile                         | 2 +-
 devel/bunyan/Makefile                          | 2 +-
 devel/busd/Makefile                            | 2 +-
 devel/cargo-bloat/Makefile                     | 2 +-
 devel/cargo-c/Makefile                         | 1 +
 devel/cargo-depgraph/Makefile                  | 2 +-
 devel/cargo-generate/Makefile                  | 2 +-
 devel/cargo-leptos/Makefile                    | 1 +
 devel/cargo-mutants/Makefile                   | 2 +-
 devel/cbfmt/Makefile                           | 2 +-
 devel/cocogitto/Makefile                       | 1 +
 devel/convco/Makefile                          | 1 +
 devel/cpu_rec_rs/Makefile                      | 2 +-
 devel/desed/Makefile                           | 2 +-
 devel/dra/Makefile                             | 1 +
 devel/dtool/Makefile                           | 2 +-
 devel/dura/Makefile                            | 2 +-
 devel/elfcat/Makefile                          | 2 +-
 devel/evcxr-jupyter/Makefile                   | 2 +-
 devel/fnm/Makefile                             | 2 +-
 devel/fsx/Makefile                             | 2 +-
 devel/gbump/Makefile                           | 2 +-
 devel/gfold/Makefile                           | 2 +-
 devel/ghostie/Makefile                         | 2 +-
 devel/git-absorb/Makefile                      | 1 +
 devel/git-branchless/Makefile                  | 2 +-
 devel/git-cinnabar/Makefile                    | 2 +-
 devel/git-cliff/Makefile                       | 1 +
 devel/git-delta/Makefile                       | 2 +-
 devel/git-workspace/Makefile                   | 2 +-
 devel/gitoxide/Makefile                        | 2 +-
 devel/gitu/Makefile                            | 1 +
 devel/gitui/Makefile                           | 1 +
 devel/glitter/Makefile                         | 2 +-
 devel/grcov/Makefile                           | 2 +-
 devel/grex/Makefile                            | 2 +-
 devel/interactive_rebase_tool/Makefile         | 2 +-
 devel/jetbrains-restarter/Makefile             | 2 +-
 devel/jujutsu/Makefile                         | 1 +
 devel/libdatadog/Makefile                      | 2 +-
 devel/libwasmtime/Makefile                     | 1 +
 devel/nextest/Makefile                         | 1 +
 devel/parol-ls/Makefile                        | 2 +-
 devel/parol/Makefile                           | 2 +-
 devel/patsh/Makefile                           | 2 +-
 devel/pijul/Makefile                           | 2 +-
 devel/py-dbt-extractor/Makefile                | 2 +-
 devel/py-jellyfish/Makefile                    | 2 +-
 devel/py-libcst/Makefile                       | 1 +
 devel/py-maturin/Makefile                      | 1 +
 devel/py-orjson/Makefile                       | 2 +-
 devel/py-pycrdt/Makefile                       | 1 +
 devel/py-pydantic-core/Makefile                | 1 +
 devel/py-qcs-sdk-python/Makefile               | 2 +-
 devel/py-regress/Makefile                      | 2 +-
 devel/py-rpds-py/Makefile                      | 2 +-
 devel/py-watchfiles/Makefile                   | 2 +-
 devel/py-y-py/Makefile                         | 2 +-
 devel/pylyzer/Makefile                         | 2 +-
 devel/rubygem-prometheus-client-mmap/Makefile  | 2 +-
 devel/ruff/Makefile                            | 1 +
 devel/rust-analyzer/Makefile                   | 1 +
 devel/rust-bindgen-cli/Makefile                | 2 +-
 devel/rust-cbindgen/Makefile                   | 2 +-
 devel/rust-script/Makefile                     | 2 +-
 devel/rustc-demangle/Makefile                  | 2 +-
 devel/rye/Makefile                             | 1 +
 devel/sccache/Makefile                         | 2 +-
 devel/selene/Makefile                          | 2 +-
 devel/sentry-cli/Makefile                      | 2 +-
 devel/signal-fts5-extension/Makefile           | 2 +-
 devel/snazy/Makefile                           | 1 +
 devel/spr/Makefile                             | 2 +-
 devel/stylua/Makefile                          | 2 +-
 devel/tagref/Makefile                          | 1 +
 devel/tarpaulin/Makefile                       | 2 +-
 devel/texlab/Makefile                          | 2 +-
 devel/the-way/Makefile                         | 2 +-
 devel/tokei/Makefile                           | 2 +-
 devel/tokio-console/Makefile                   | 2 +-
 devel/tree-sitter-graph/Makefile               | 1 +
 devel/treefmt/Makefile                         | 2 +-
 devel/twiggy/Makefile                          | 2 +-
 devel/typeshare/Makefile                       | 1 +
 devel/uv/Makefile                              | 1 +
 devel/wasmer/Makefile                          | 2 +-
 devel/wrangler/Makefile                        | 2 +-
 dns/dog/Makefile                               | 2 +-
 dns/doh-proxy/Makefile                         | 2 +-
 dns/encrypted-dns-server/Makefile              | 2 +-
 dns/powerdns-recursor/Makefile                 | 2 +-
 editors/amp/Makefile                           | 2 +-
 editors/helix/Makefile                         | 2 +-
 editors/kakoune-lsp/Makefile                   | 1 +
 editors/kibi/Makefile                          | 2 +-
 editors/languageclient-neovim/Makefile         | 2 +-
 editors/lapce/Makefile                         | 2 +-
 editors/neovim-gtk/Makefile                    | 2 +-
 editors/ox/Makefile                            | 2 +-
 editors/parinfer-rust/Makefile                 | 2 +-
 finance/hyperswitch/Makefile                   | 1 +
 finance/tickrs/Makefile                        | 2 +-
 ftp/termscp/Makefile                           | 2 +-
 games/0ad/Makefile                             | 2 +-
 games/DDNet/Makefile                           | 2 +-
 games/anki/Makefile                            | 2 +-
 games/dose-response/Makefile                   | 2 +-
 games/genact/Makefile                          | 2 +-
 games/jaggedalliance2/Makefile                 | 2 +-
 games/jumpy/Makefile                           | 1 +
 games/punchy/Makefile                          | 2 +-
 games/rpg-cli/Makefile                         | 2 +-
 games/veloren-weekly/Makefile                  | 1 +
 graphics/asciinema-agg/Makefile                | 2 +-
 graphics/dify/Makefile                         | 2 +-
 graphics/drawpile/Makefile                     | 1 +
 graphics/dssim/Makefile                        | 2 +-
 graphics/gifski/Makefile                       | 2 +-
 graphics/libimagequant/Makefile                | 2 +-
 graphics/libopenraw/Makefile                   | 2 +-
 graphics/librsvg2-rust/Makefile                | 1 +
 graphics/menyoki/Makefile                      | 2 +-
 graphics/mesa-devel/Makefile                   | 1 +
 graphics/noaa-apt/Makefile                     | 2 +-
 graphics/oxipng/Makefile                       | 2 +-
 graphics/pastel/Makefile                       | 2 +-
 graphics/resvg-capi/Makefile                   | 2 +-
 graphics/resvg/Makefile                        | 2 +-
 graphics/rx/Makefile                           | 2 +-
 graphics/satty/Makefile                        | 1 +
 graphics/svgbob/Makefile                       | 2 +-
 graphics/viu/Makefile                          | 2 +-
 japanese/cskk/Makefile                         | 1 +
 java/icedtea-web/Makefile                      | 2 +-
 lang/antimony/Makefile                         | 2 +-
 lang/asm-lsp/Makefile                          | 2 +-
 lang/cairo/Makefile                            | 1 +
 lang/gleam/Makefile                            | 1 +
 lang/gluon/Makefile                            | 2 +-
 lang/inko/Makefile                             | 1 +
 lang/neocmakelsp/Makefile                      | 1 +
 lang/numbat/Makefile                           | 1 +
 lang/pomsky/Makefile                           | 2 +-
 lang/prql/Makefile                             | 1 +
 lang/rustpython/Makefile                       | 2 +-
 lang/spidermonkey102/Makefile                  | 2 +-
 lang/spidermonkey78/Makefile                   | 2 +-
 lang/spidermonkey91/Makefile                   | 2 +-
 lang/typstfmt/Makefile                         | 1 +
 mail/thunderbird/Makefile                      | 1 +
 math/elan/Makefile                             | 1 +
 math/fend/Makefile                             | 1 +
 math/kalc/Makefile                             | 1 +
 math/kalker/Makefile                           | 2 +-
 math/leangz/Makefile                           | 2 +-
 math/py-rustworkx/Makefile                     | 1 +
 math/savage/Makefile                           | 2 +-
 misc/aichat/Makefile                           | 1 +
 misc/air/Makefile                              | 2 +-
 misc/arrow-datafusion/Makefile                 | 1 +
 misc/binocle/Makefile                          | 2 +-
 misc/broot/Makefile                            | 2 +-
 misc/coloursum/Makefile                        | 2 +-
 misc/dijo/Makefile                             | 2 +-
 misc/dotenv-linter/Makefile                    | 2 +-
 misc/lscolors/Makefile                         | 1 +
 misc/pqrs/Makefile                             | 2 +-
 misc/py-lazrs/Makefile                         | 2 +-
 misc/py-pyqir/Makefile                         | 2 +-
 misc/py-safetensors/Makefile                   | 2 +-
 misc/rsclock/Makefile                          | 2 +-
 misc/ruut/Makefile                             | 2 +-
 misc/silicon/Makefile                          | 2 +-
 misc/star-history/Makefile                     | 1 +
 misc/tenere/Makefile                           | 1 +
 misc/wthrr/Makefile                            | 2 +-
 misc/xd-rust/Makefile                          | 2 +-
 misc/xplr/Makefile                             | 2 +-
 misc/zine/Makefile                             | 2 +-
 multimedia/ab-av1/Makefile                     | 2 +-
 multimedia/alass/Makefile                      | 2 +-
 multimedia/av1an/Makefile                      | 2 +-
 multimedia/gstreamer1-plugins-rust/Makefile    | 2 +-
 multimedia/helvum/Makefile                     | 2 +-
 multimedia/kooha/Makefile                      | 1 +
 multimedia/librav1e/Makefile                   | 2 +-
 multimedia/librespot/Makefile                  | 2 +-
 multimedia/neolink/Makefile                    | 2 +-
 multimedia/rav1e/Makefile                      | 2 +-
 multimedia/ringrtc/Makefile                    | 2 +-
 multimedia/scte35dump/Makefile                 | 2 +-
 multimedia/termplay/Makefile                   | 2 +-
 multimedia/video-trimmer/Makefile              | 2 +-
 multimedia/wl-screenrec/Makefile               | 2 +-
 net-im/conduit/Makefile                        | 2 +-
 net-im/fractal/Makefile                        | 2 +-
 net-im/gurk-rs/Makefile                        | 2 +-
 net-im/libsignal-client/Makefile               | 2 +-
 net-im/libsignal-node/Makefile                 | 2 +-
 net-im/py-matrix-synapse/Makefile              | 2 +-
 net-im/yume/Makefile                           | 2 +-
 net-im/zkgroup/Makefile                        | 2 +-
 net-mgmt/bandwhich/Makefile                    | 2 +-
 net-mgmt/gping/Makefile                        | 2 +-
 net-mgmt/nfs-exporter/Makefile                 | 2 +-
 net-mgmt/rs-aggregate/Makefile                 | 1 +
 net-p2p/cncli/Makefile                         | 2 +-
 net-p2p/oura/Makefile                          | 2 +-
 net-p2p/twitch-tui/Makefile                    | 1 +
 net/aws-ec2-imdsv2-get/Makefile                | 2 +-
 net/findomain/Makefile                         | 2 +-
 net/gemserv/Makefile                           | 2 +-
 net/krill/Makefile                             | 2 +-
 net/narrowlink/Makefile                        | 1 +
 net/ntpd-rs/Makefile                           | 1 +
 net/oha/Makefile                               | 2 +-
 net/proby/Makefile                             | 2 +-
 net/quiche/Makefile                            | 2 +-
 net/rabbiteer/Makefile                         | 2 +-
 net/rathole/Makefile                           | 2 +-
 net/rosenpass/Makefile                         | 2 +-
 net/routinator/Makefile                        | 1 +
 net/rsyn/Makefile                              | 2 +-
 net/rustdesk-server/Makefile                   | 2 +-
 net/s3m/Makefile                               | 2 +-
 net/shadowsocks-rust/Makefile                  | 1 +
 net/sniffnet/Makefile                          | 2 +-
 net/trippy/Makefile                            | 2 +-
 net/wstunnel/Makefile                          | 1 +
 ports-mgmt/pkg-graph/Makefile                  | 2 +-
 ports-mgmt/sccache-overlay/Makefile            | 2 +-
 science/py-qiskit-terra/Makefile               | 2 +-
 security/acmed/Makefile                        | 2 +-
 security/arti/Makefile                         | 1 +
 security/authenticator/Makefile                | 2 +-
 security/authoscope/Makefile                   | 2 +-
 security/cargo-audit/Makefile                  | 2 +-
 security/clamav-lts/Makefile                   | 2 +-
 security/clamav/Makefile                       | 2 +-
 security/cloak/Makefile                        | 2 +-
 security/diswall/Makefile                      | 2 +-
 security/gpg-tui/Makefile                      | 1 +
 security/pam_rssh/Makefile                     | 2 +-
 security/py-cryptography/Makefile              | 1 +
 security/rage-encryption/Makefile              | 2 +-
 security/ratify/Makefile                       | 1 +
 security/rpm-sequoia/Makefile                  | 2 +-
 security/rustscan/Makefile                     | 2 +-
 security/sequoia-sq/Makefile                   | 2 +-
 security/sniffglue/Makefile                    | 2 +-
 security/solana/Makefile                       | 2 +-
 security/ssh-vault/Makefile                    | 2 +-
 security/suricata/Makefile                     | 1 +
 security/vaultwarden/Makefile                  | 1 +
 security/weggli/Makefile                       | 2 +-
 shells/atuin/Makefile                          | 1 +
 shells/ion/Makefile                            | 2 +-
 shells/nsh/Makefile                            | 2 +-
 shells/nushell/Makefile                        | 1 +
 shells/sheldon/Makefile                        | 2 +-
 shells/shell-hist/Makefile                     | 2 +-
 shells/shellharden/Makefile                    | 2 +-
 shells/starship/Makefile                       | 2 +-
 sysutils/async/Makefile                        | 2 +-
 sysutils/b3sum/Makefile                        | 2 +-
 sysutils/backdown/Makefile                     | 2 +-
 sysutils/bkt/Makefile                          | 2 +-
 sysutils/bottom/Makefile                       | 2 +-
 sysutils/bupstash/Makefile                     | 2 +-
 sysutils/conserve/Makefile                     | 2 +-
 sysutils/czkawka/Makefile                      | 1 +
 sysutils/ddh/Makefile                          | 2 +-
 sysutils/diskonaut/Makefile                    | 2 +-
 sysutils/diskus/Makefile                       | 2 +-
 sysutils/dua-cli/Makefile                      | 2 +-
 sysutils/dust/Makefile                         | 2 +-
 sysutils/dutree/Makefile                       | 2 +-
 sysutils/erdtree/Makefile                      | 2 +-
 sysutils/exa/Makefile                          | 2 +-
 sysutils/eza/Makefile                          | 1 +
 sysutils/faketty/Makefile                      | 1 +
 sysutils/fclones/Makefile                      | 2 +-
 sysutils/fd/Makefile                           | 2 +-
 sysutils/flipperbit/Makefile                   | 2 +-
 sysutils/flowgger/Makefile                     | 2 +-
 sysutils/fselect/Makefile                      | 2 +-
 sysutils/fusefs-sandboxfs/Makefile             | 2 +-
 sysutils/fusefs-xfuse/Makefile                 | 2 +-
 sysutils/gstat-rs/Makefile                     | 2 +-
 sysutils/handlr/Makefile                       | 2 +-
 sysutils/hexyl/Makefile                        | 2 +-
 sysutils/httm/Makefile                         | 2 +-
 sysutils/jail_exporter/Makefile                | 2 +-
 sysutils/lsd/Makefile                          | 2 +-
 sysutils/mcfly/Makefile                        | 2 +-
 sysutils/mise/Makefile                         | 1 +
 sysutils/mprocs/Makefile                       | 2 +-
 sysutils/onefetch/Makefile                     | 2 +-
 sysutils/potnet/Makefile                       | 2 +-
 sysutils/process-viewer/Makefile               | 2 +-
 sysutils/procs/Makefile                        | 1 +
 sysutils/runiq/Makefile                        | 2 +-
 sysutils/rust-coreutils/Makefile               | 2 +-
 sysutils/rust-findutils/Makefile               | 2 +-
 sysutils/syngesture/Makefile                   | 2 +-
 sysutils/szyszka/Makefile                      | 2 +-
 sysutils/tailspin/Makefile                     | 2 +-
 sysutils/tealdeer/Makefile                     | 2 +-
 sysutils/tere/Makefile                         | 2 +-
 sysutils/tiempo/Makefile                       | 2 +-
 sysutils/topgrade/Makefile                     | 2 +-
 sysutils/tuckr/Makefile                        | 2 +-
 sysutils/vector/Makefile                       | 2 +-
 sysutils/vivid/Makefile                        | 2 +-
 sysutils/xcp/Makefile                          | 1 +
 sysutils/yadf/Makefile                         | 2 +-
 sysutils/yazi/Makefile                         | 2 +-
 sysutils/zellij/Makefile                       | 2 +-
 sysutils/zoxide/Makefile                       | 2 +-
 sysutils/ztop/Makefile                         | 2 +-
 textproc/angle-grinder/Makefile                | 2 +-
 textproc/bat/Makefile                          | 2 +-
 textproc/biodiff/Makefile                      | 2 +-
 textproc/cast2gif/Makefile                     | 2 +-
 textproc/choose/Makefile                       | 2 +-
 textproc/code-minimap/Makefile                 | 2 +-
 textproc/comrak/Makefile                       | 2 +-
 textproc/csvlens/Makefile                      | 1 +
 textproc/difftastic/Makefile                   | 1 +
 textproc/evtx/Makefile                         | 2 +-
 textproc/fblog/Makefile                        | 2 +-
 textproc/hq/Makefile                           | 2 +-
 textproc/htmlq/Makefile                        | 2 +-
 textproc/jaq/Makefile                          | 2 +-
 textproc/jless/Makefile                        | 2 +-
 textproc/jql/Makefile                          | 1 +
 textproc/mdbook-linkcheck/Makefile             | 2 +-
 textproc/mdbook-mermaid/Makefile               | 2 +-
 textproc/mdbook/Makefile                       | 2 +-
 textproc/meilisearch/Makefile                  | 2 +-
 textproc/py-tiktoken/Makefile                  | 1 +
 textproc/py-tokenizers/Makefile                | 2 +-
 textproc/quickwit/Makefile                     | 1 +
 textproc/riffdiff/Makefile                     | 1 +
 textproc/ripgrep-all/Makefile                  | 2 +-
 textproc/ripgrep/Makefile                      | 1 +
 textproc/rubygem-gitlab-glfm-markdown/Makefile | 1 +
 textproc/sad/Makefile                          | 2 +-
 textproc/sd/Makefile                           | 2 +-
 textproc/sonic/Makefile                        | 2 +-
 textproc/tokay/Makefile                        | 2 +-
 textproc/typst/Makefile                        | 2 +-
 textproc/xsv-rs/Makefile                       | 2 +-
 www/castor/Makefile                            | 2 +-
 www/chromium/Makefile                          | 1 +
 www/cobalt/Makefile                            | 1 +
 www/deno/Makefile                              | 1 +
 www/dezoomify-rs/Makefile                      | 2 +-
 www/dot-http/Makefile                          | 2 +-
 www/drill/Makefile                             | 2 +-
 www/dufs/Makefile                              | 2 +-
 www/ffsend/Makefile                            | 2 +-
 www/firefox-esr/Makefile                       | 1 +
 www/firefox/Makefile                           | 1 +
 www/garage/Makefile                            | 2 +-
 www/geckodriver/Makefile                       | 2 +-
 www/hurl/Makefile                              | 2 +-
 www/jwt-cli/Makefile                           | 2 +-
 www/librewolf/Makefile                         | 2 +-
 www/loco/Makefile                              | 1 +
 www/lychee/Makefile                            | 2 +-
 www/microbin/Makefile                          | 2 +-
 www/miniserve/Makefile                         | 1 +
 www/monolith/Makefile                          | 2 +-
 www/ncgopher/Makefile                          | 2 +-
 www/newsboat/Makefile                          | 2 +-
 www/py-adblock/Makefile                        | 2 +-
 www/py-nh3/Makefile                            | 2 +-
 www/py-pywry/Makefile                          | 2 +-
 www/rearx/Makefile                             | 2 +-
 www/reddsaver/Makefile                         | 2 +-
 www/rustypaste-cli/Makefile                    | 2 +-
 www/rustypaste/Makefile                        | 2 +-
 www/so/Makefile                                | 2 +-
 www/sqlpage/Makefile                           | 1 +
 www/stork/Makefile                             | 2 +-
 www/tor-browser/Makefile                       | 2 +-
 www/trunk/Makefile                             | 1 +
 www/tuifeed/Makefile                           | 2 +-
 www/varnish-libvmod-fileserver/Makefile        | 2 +-
 www/vigil/Makefile                             | 2 +-
 www/wasm-pack/Makefile                         | 2 +-
 www/websocat/Makefile                          | 2 +-
 www/wiki-tui/Makefile                          | 2 +-
 www/xh/Makefile                                | 2 +-
 www/zola/Makefile                              | 2 +-
 x11-wm/cosmic-comp/Makefile                    | 2 +-
 x11-wm/leftwm/Makefile                         | 2 +-
 x11-wm/niri/Makefile                           | 1 +
 x11/admiral/Makefile                           | 2 +-
 x11/alacritty/Makefile                         | 2 +-
 x11/clipcat/Makefile                           | 2 +-
 x11/eww/Makefile                               | 2 +-
 x11/hybrid-bar/Makefile                        | 2 +-
 x11/i3bar-river/Makefile                       | 2 +-
 x11/inputplug/Makefile                         | 2 +-
 x11/kickoff/Makefile                           | 2 +-
 x11/rio/Makefile                               | 1 +
 x11/rlaunch/Makefile                           | 2 +-
 x11/salut/Makefile                             | 2 +-
 x11/shikane/Makefile                           | 2 +-
 x11/shotman/Makefile                           | 2 +-
 x11/sirula/Makefile                            | 2 +-
 x11/squeekboard/Makefile                       | 1 +
 x11/swayr/Makefile                             | 2 +-
 x11/swayrbar/Makefile                          | 2 +-
 x11/watershot/Makefile                         | 2 +-
 x11/wayidle/Makefile                           | 2 +-
 x11/wayout/Makefile                            | 2 +-
 x11/wezterm/Makefile                           | 2 +-
 x11/windowtolayer/Makefile                     | 2 +-
 x11/wlr-which-key/Makefile                     | 1 +
 x11/wmfocus/Makefile                           | 2 +-
 x11/xdg-desktop-portal-luminous/Makefile       | 2 +-
 476 files changed, 476 insertions(+), 372 deletions(-)