Bug 278834 - lang/rust: Update to 1.78.0
Summary: lang/rust: Update to 1.78.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:
 
Reported: 2024-05-07 10:50 UTC by Mikael Urankar
Modified: 2024-05-13 16:56 UTC (History)
1 user (show)

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


Attachments
v0 (19.86 KB, patch)
2024-05-07 10:50 UTC, Mikael Urankar
no flags Details | Diff
v0 (1.32 KB, patch)
2024-05-12 15:33 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-05-07 10:50:38 UTC
Created attachment 250509 [details]
v0

many ports are broken:
editors/lapce
games/veloren-weekly
lang/rustpython
mail/thunderbird
net/rosenpass
textproc/ripgrep
textproc/sonic
www/chromium
www/firefox
www/firefox-esr
www/librewolf
www/tor-browser
www/ungoogled-chromium
x11/clipcat
Comment 1 Piotr Kubaj freebsd_committer freebsd_triage 2024-05-11 22:30:03 UTC
powerpc64le needs disabled RUST_BACKTRACE. Can you enable make the lang/rust/Makefile and Mk/Uses/cargo.mk enable RUST_BACKTRACE only when !powerpc64le?

Other than that, Firefox built fine for me on powerpc64*.
Comment 2 Mikael Urankar freebsd_committer freebsd_triage 2024-05-12 15:33:03 UTC
Created attachment 250599 [details]
v0

Something like that?
Comment 3 Piotr Kubaj freebsd_committer freebsd_triage 2024-05-12 18:05:24 UTC
Yes, thank you.
Comment 4 commit-hook freebsd_committer freebsd_triage 2024-05-13 11:04:20 UTC
A commit in branch main references this bug:

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

commit b352c01459d9b6243eeeb7443bb632ce7fca943e
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2024-05-12 17:05:27 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2024-05-13 11:03:24 +0000

    games/veloren-weekly: Fix build with rust 1.78.0

    PR:             278834, 278938
    Approved by:    portmgr (build fix blanket)

 games/veloren-weekly/files/patch-rust-1.78.0 (new)   | 20 ++++++++++++++++++++
 .../files/patch-rust-1.78.0-disable-simd (new)       | 16 ++++++++++++++++
 2 files changed, 36 insertions(+)
Comment 5 commit-hook freebsd_committer freebsd_triage 2024-05-13 11:04:21 UTC
A commit in branch main references this bug:

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

commit 90b969da38f6bee44d7cbb20fbd3a4205efc0f43
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2024-05-08 08:55:17 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2024-05-13 11:03:23 +0000

    www/librewolf: Fix build with rust 1.78.0

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

 www/librewolf/files/patch-rust-1.78.0 (new)     | 3542 +++++++++++++++++++++++
 www/librewolf/files/patch-rust-1.78.0-arm (new) |   60 +
 2 files changed, 3602 insertions(+)
Comment 6 commit-hook freebsd_committer freebsd_triage 2024-05-13 11:04:22 UTC
A commit in branch main references this bug:

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

commit 656a5046c75e3b4840e6568ea34a6aa9fa1bac87
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2024-05-08 11:46:43 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2024-05-13 11:03:24 +0000

    textproc/ripgrep: Fix build with rust 1.78.0

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

 textproc/ripgrep/Makefile                      |   4 +-
 textproc/ripgrep/Makefile.crates               |  50 ++-
 textproc/ripgrep/distinfo                      | 102 +++--
 textproc/ripgrep/files/patch-rust-1.78.0 (new) | 506 +++++++++++++++++++++++++
 4 files changed, 578 insertions(+), 84 deletions(-)
Comment 7 commit-hook freebsd_committer freebsd_triage 2024-05-13 11:04:23 UTC
A commit in branch main references this bug:

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

commit cc6466e821dd5655bbc18ffd61d3527228a94015
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2024-05-08 08:54:13 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2024-05-13 11:03:23 +0000

    www/firefox-esr: Fix build with rust 1.78.0

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

 www/firefox-esr/files/patch-rust-1.78.0 (new)     | 3582 +++++++++++++++++++++
 www/firefox-esr/files/patch-rust-1.78.0-arm (new) |   64 +
 2 files changed, 3646 insertions(+)
Comment 8 commit-hook freebsd_committer freebsd_triage 2024-05-13 11:04:24 UTC
A commit in branch main references this bug:

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

commit 2322b661000b69fcc75fe68fec25e5b4e48c2a8e
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2024-05-13 11:02:12 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2024-05-13 11:03:24 +0000

    lang/rust: Bump revisions after 1.78.0

    PR:             278834

 accessibility/sctd/Makefile                    | 2 +-
 accessibility/wl-gammarelay-rs/Makefile        | 2 +-
 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                  | 1 +
 audio/lewton/Makefile                          | 2 +-
 audio/mmtc/Makefile                            | 2 +-
 audio/mousai/Makefile                          | 1 +
 audio/myxer/Makefile                           | 1 +
 audio/ncspot/Makefile                          | 1 +
 audio/netease-music-tui/Makefile               | 2 +-
 audio/shortwave/Makefile                       | 2 +-
 audio/songrec/Makefile                         | 2 +-
 audio/spotify-player/Makefile                  | 2 +-
 audio/spotify-tui/Makefile                     | 2 +-
 audio/spotifyd/Makefile                        | 2 +-
 benchmarks/hyperfine/Makefile                  | 1 +
 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                    | 2 +-
 databases/surrealdb/Makefile                   | 1 +
 databases/xls2txt/Makefile                     | 2 +-
 deskutils/health/Makefile                      | 2 +-
 deskutils/jot/Makefile                         | 2 +-
 deskutils/just/Makefile                        | 2 +-
 deskutils/lazycli/Makefile                     | 2 +-
 deskutils/pipecolor/Makefile                   | 2 +-
 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                            | 1 +
 devel/bacon/Makefile                           | 1 +
 devel/bingrep/Makefile                         | 2 +-
 devel/bunyan/Makefile                          | 2 +-
 devel/busd/Makefile                            | 1 +
 devel/cargo-bloat/Makefile                     | 1 +
 devel/cargo-c/Makefile                         | 1 +
 devel/cargo-depgraph/Makefile                  | 2 +-
 devel/cargo-generate/Makefile                  | 1 +
 devel/cargo-leptos/Makefile                    | 1 +
 devel/cargo-mutants/Makefile                   | 1 +
 devel/cbfmt/Makefile                           | 2 +-
 devel/cocogitto/Makefile                       | 2 +-
 devel/convco/Makefile                          | 2 +-
 devel/corrosion/Makefile                       | 1 +
 devel/cpu_rec_rs/Makefile                      | 2 +-
 devel/desed/Makefile                           | 2 +-
 devel/dra/Makefile                             | 2 +-
 devel/dtool/Makefile                           | 2 +-
 devel/dura/Makefile                            | 2 +-
 devel/elfcat/Makefile                          | 2 +-
 devel/emacs-lsp-booster/Makefile               | 1 +
 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-repo-manager/Makefile                | 1 +
 devel/git-workspace/Makefile                   | 2 +-
 devel/gitoxide/Makefile                        | 2 +-
 devel/gitu/Makefile                            | 1 +
 devel/gitui/Makefile                           | 1 +
 devel/glitter/Makefile                         | 1 +
 devel/grcov/Makefile                           | 2 +-
 devel/grex/Makefile                            | 1 +
 devel/interactive_rebase_tool/Makefile         | 2 +-
 devel/jetbrains-restarter/Makefile             | 1 +
 devel/jujutsu/Makefile                         | 1 +
 devel/libdatadog/Makefile                      | 2 +-
 devel/libwasmtime/Makefile                     | 1 +
 devel/nextest/Makefile                         | 1 +
 devel/omnilinter/Makefile                      | 1 +
 devel/parol-ls/Makefile                        | 2 +-
 devel/parol/Makefile                           | 2 +-
 devel/patsh/Makefile                           | 2 +-
 devel/pijul/Makefile                           | 1 +
 devel/py-dbt-extractor/Makefile                | 2 +-
 devel/py-deptry/Makefile                       | 1 +
 devel/py-jellyfish/Makefile                    | 2 +-
 devel/py-libcst/Makefile                       | 1 +
 devel/py-maturin/Makefile                      | 1 +
 devel/py-orjson/Makefile                       | 2 +-
 devel/py-pycrdt/Makefile                       | 2 +-
 devel/py-pydantic-core/Makefile                | 1 +
 devel/py-qcs-sdk-python/Makefile               | 1 +
 devel/py-regress/Makefile                      | 2 +-
 devel/py-rpds-py/Makefile                      | 2 +-
 devel/py-watchfiles/Makefile                   | 2 +-
 devel/pylyzer/Makefile                         | 1 +
 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                  | 1 +
 devel/rye/Makefile                             | 1 +
 devel/sccache/Makefile                         | 2 +-
 devel/selene/Makefile                          | 1 +
 devel/sentry-cli/Makefile                      | 1 +
 devel/signal-fts5-extension/Makefile           | 2 +-
 devel/snazy/Makefile                           | 2 +-
 devel/spr/Makefile                             | 2 +-
 devel/stylua/Makefile                          | 2 +-
 devel/tagref/Makefile                          | 2 +-
 devel/tarpaulin/Makefile                       | 1 +
 devel/texlab/Makefile                          | 2 +-
 devel/the-way/Makefile                         | 2 +-
 devel/tokei/Makefile                           | 2 +-
 devel/tokio-console/Makefile                   | 2 +-
 devel/tree-sitter-graph/Makefile               | 2 +-
 devel/treefmt/Makefile                         | 2 +-
 devel/twiggy/Makefile                          | 2 +-
 devel/typeshare/Makefile                       | 1 +
 devel/uv/Makefile                              | 1 +
 devel/wasmer/Makefile                          | 1 +
 devel/wrangler/Makefile                        | 2 +-
 dns/dog/Makefile                               | 2 +-
 dns/doh-proxy/Makefile                         | 2 +-
 dns/encrypted-dns-server/Makefile              | 2 +-
 dns/powerdns-recursor/Makefile                 | 1 +
 editors/amp/Makefile                           | 2 +-
 editors/helix/Makefile                         | 1 +
 editors/kakoune-lsp/Makefile                   | 1 +
 editors/kibi/Makefile                          | 2 +-
 editors/languageclient-neovim/Makefile         | 2 +-
 editors/lapce/Makefile                         | 1 +
 editors/neovim-gtk/Makefile                    | 2 +-
 editors/ox/Makefile                            | 2 +-
 editors/parinfer-rust/Makefile                 | 2 +-
 finance/hyperswitch/Makefile                   | 2 +-
 finance/tickrs/Makefile                        | 2 +-
 ftp/termscp/Makefile                           | 2 +-
 ftp/unftp/Makefile                             | 1 +
 games/0ad/Makefile                             | 2 +-
 games/DDNet/Makefile                           | 1 +
 games/anki/Makefile                            | 1 +
 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                  | 2 +-
 graphics/asciinema-agg/Makefile                | 2 +-
 graphics/dify/Makefile                         | 2 +-
 graphics/drawpile/Makefile                     | 2 +-
 graphics/dssim/Makefile                        | 2 +-
 graphics/gifski/Makefile                       | 2 +-
 graphics/libimagequant/Makefile                | 1 +
 graphics/libopenraw/Makefile                   | 2 +-
 graphics/librsvg2-rust/Makefile                | 2 +-
 graphics/menyoki/Makefile                      | 2 +-
 graphics/mesa-devel/Makefile                   | 1 +
 graphics/noaa-apt/Makefile                     | 2 +-
 graphics/oxipng/Makefile                       | 1 +
 graphics/pastel/Makefile                       | 2 +-
 graphics/resvg-capi/Makefile                   | 1 +
 graphics/resvg/Makefile                        | 1 +
 graphics/rx/Makefile                           | 2 +-
 graphics/satty/Makefile                        | 1 +
 graphics/svgbob/Makefile                       | 2 +-
 graphics/viu/Makefile                          | 2 +-
 japanese/cskk/Makefile                         | 2 +-
 java/icedtea-web/Makefile                      | 2 +-
 lang/antimony/Makefile                         | 2 +-
 lang/asm-lsp/Makefile                          | 2 +-
 lang/cairo/Makefile                            | 2 +-
 lang/gleam/Makefile                            | 1 +
 lang/gluon/Makefile                            | 2 +-
 lang/inko/Makefile                             | 2 +-
 lang/neocmakelsp/Makefile                      | 1 +
 lang/numbat/Makefile                           | 2 +-
 lang/pomsky/Makefile                           | 2 +-
 lang/prql/Makefile                             | 2 +-
 lang/rustpython/Makefile                       | 1 +
 lang/spidermonkey102/Makefile                  | 2 +-
 lang/spidermonkey78/Makefile                   | 2 +-
 lang/spidermonkey91/Makefile                   | 2 +-
 lang/starlark-rust/Makefile                    | 1 +
 lang/typstfmt/Makefile                         | 2 +-
 mail/thunderbird/Makefile                      | 1 +
 math/elan/Makefile                             | 2 +-
 math/fend/Makefile                             | 1 +
 math/kalc/Makefile                             | 1 +
 math/kalker/Makefile                           | 1 +
 math/leangz/Makefile                           | 2 +-
 math/py-rustworkx/Makefile                     | 2 +-
 math/savage/Makefile                           | 2 +-
 misc/aichat/Makefile                           | 1 +
 misc/air/Makefile                              | 2 +-
 misc/arrow-datafusion/Makefile                 | 1 +
 misc/bedrust/Makefile                          | 1 +
 misc/binocle/Makefile                          | 2 +-
 misc/broot/Makefile                            | 1 +
 misc/coloursum/Makefile                        | 2 +-
 misc/dijo/Makefile                             | 2 +-
 misc/dotenv-linter/Makefile                    | 2 +-
 misc/lscolors/Makefile                         | 2 +-
 misc/pqrs/Makefile                             | 2 +-
 misc/py-lazrs/Makefile                         | 1 +
 misc/py-pyqir/Makefile                         | 1 +
 misc/py-safetensors/Makefile                   | 1 +
 misc/rsclock/Makefile                          | 2 +-
 misc/ruut/Makefile                             | 2 +-
 misc/silicon/Makefile                          | 2 +-
 misc/star-history/Makefile                     | 1 +
 misc/tenere/Makefile                           | 2 +-
 misc/wthrr/Makefile                            | 2 +-
 misc/xd-rust/Makefile                          | 2 +-
 misc/xplr/Makefile                             | 1 +
 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                      | 2 +-
 multimedia/librav1e/Makefile                   | 2 +-
 multimedia/librespot/Makefile                  | 2 +-
 multimedia/neolink/Makefile                    | 2 +-
 multimedia/rav1e/Makefile                      | 2 +-
 multimedia/ringrtc/Makefile                    | 1 +
 multimedia/scte35dump/Makefile                 | 1 +
 multimedia/termplay/Makefile                   | 2 +-
 multimedia/video-trimmer/Makefile              | 2 +-
 multimedia/wl-screenrec/Makefile               | 2 +-
 net-im/conduit/Makefile                        | 1 +
 net-im/fractal/Makefile                        | 2 +-
 net-im/gurk-rs/Makefile                        | 2 +-
 net-im/iamb/Makefile                           | 1 +
 net-im/libsignal-client/Makefile               | 2 +-
 net-im/libsignal-node/Makefile                 | 1 +
 net-im/py-matrix-synapse/Makefile              | 1 +
 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                 | 2 +-
 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                        | 2 +-
 net/ntpd-rs/Makefile                           | 2 +-
 net/oha/Makefile                               | 2 +-
 net/proby/Makefile                             | 2 +-
 net/quiche/Makefile                            | 1 +
 net/rabbiteer/Makefile                         | 2 +-
 net/rathole/Makefile                           | 2 +-
 net/rosenpass/Makefile                         | 2 +-
 net/routinator/Makefile                        | 2 +-
 net/rsyn/Makefile                              | 2 +-
 net/rustdesk-server/Makefile                   | 2 +-
 net/s3m/Makefile                               | 2 +-
 net/shadowsocks-rust/Makefile                  | 1 +
 net/sniffnet/Makefile                          | 1 +
 net/trippy/Makefile                            | 2 +-
 net/udp-over-tcp/Makefile                      | 1 +
 net/wstunnel/Makefile                          | 2 +-
 ports-mgmt/pkg-graph/Makefile                  | 2 +-
 ports-mgmt/sccache-overlay/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                   | 1 +
 security/clamav/Makefile                       | 1 +
 security/cloak/Makefile                        | 2 +-
 security/diswall/Makefile                      | 2 +-
 security/gpg-tui/Makefile                      | 2 +-
 security/pam_rssh/Makefile                     | 2 +-
 security/py-cryptography/Makefile              | 2 +-
 security/rage-encryption/Makefile              | 2 +-
 security/ratify/Makefile                       | 2 +-
 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                  | 2 +-
 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                    | 3 +--
 shells/starship/Makefile                       | 1 +
 sysutils/async/Makefile                        | 2 +-
 sysutils/b3sum/Makefile                        | 1 +
 sysutils/backdown/Makefile                     | 2 +-
 sysutils/bkt/Makefile                          | 2 +-
 sysutils/bottom/Makefile                       | 2 +-
 sysutils/bupstash/Makefile                     | 2 +-
 sysutils/conserve/Makefile                     | 2 +-
 sysutils/czkawka/Makefile                      | 2 +-
 sysutils/ddh/Makefile                          | 2 +-
 sysutils/diskonaut/Makefile                    | 2 +-
 sysutils/diskus/Makefile                       | 2 +-
 sysutils/dua-cli/Makefile                      | 1 +
 sysutils/dust/Makefile                         | 1 +
 sysutils/dutree/Makefile                       | 2 +-
 sysutils/erdtree/Makefile                      | 2 +-
 sysutils/exa/Makefile                          | 2 +-
 sysutils/eza/Makefile                          | 1 +
 sysutils/faketty/Makefile                      | 2 +-
 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                         | 1 +
 sysutils/jail_exporter/Makefile                | 2 +-
 sysutils/lsd/Makefile                          | 2 +-
 sysutils/mcfly/Makefile                        | 1 +
 sysutils/mise/Makefile                         | 1 +
 sysutils/mprocs/Makefile                       | 2 +-
 sysutils/onefetch/Makefile                     | 1 +
 sysutils/potnet/Makefile                       | 2 +-
 sysutils/process-viewer/Makefile               | 2 +-
 sysutils/procs/Makefile                        | 2 +-
 sysutils/runiq/Makefile                        | 2 +-
 sysutils/rust-coreutils/Makefile               | 1 +
 sysutils/rust-findutils/Makefile               | 2 +-
 sysutils/syngesture/Makefile                   | 2 +-
 sysutils/szyszka/Makefile                      | 2 +-
 sysutils/tailspin/Makefile                     | 1 +
 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                          | 2 +-
 sysutils/yadf/Makefile                         | 2 +-
 sysutils/yazi/Makefile                         | 2 +-
 sysutils/zellij/Makefile                       | 1 +
 sysutils/zoxide/Makefile                       | 2 +-
 sysutils/ztop/Makefile                         | 2 +-
 textproc/angle-grinder/Makefile                | 2 +-
 textproc/aq/Makefile                           | 1 +
 textproc/bat/Makefile                          | 2 +-
 textproc/biodiff/Makefile                      | 1 +
 textproc/cast2gif/Makefile                     | 2 +-
 textproc/choose/Makefile                       | 2 +-
 textproc/code-minimap/Makefile                 | 1 +
 textproc/comrak/Makefile                       | 1 +
 textproc/csvlens/Makefile                      | 1 +
 textproc/difftastic/Makefile                   | 1 +
 textproc/evtx/Makefile                         | 2 +-
 textproc/fblog/Makefile                        | 1 +
 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                  | 1 +
 textproc/py-tiktoken/Makefile                  | 2 +-
 textproc/py-tokenizers/Makefile                | 1 +
 textproc/quickwit/Makefile                     | 1 +
 textproc/riffdiff/Makefile                     | 1 +
 textproc/ripgrep-all/Makefile                  | 2 +-
 textproc/ripgrep/Makefile                      | 2 +-
 textproc/rubygem-commonmarker/Makefile         | 1 +
 textproc/rubygem-gitlab-glfm-markdown/Makefile | 1 +
 textproc/sad/Makefile                          | 1 +
 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                            | 2 +-
 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                           | 2 +-
 www/garage/Makefile                            | 2 +-
 www/geckodriver/Makefile                       | 2 +-
 www/hurl/Makefile                              | 2 +-
 www/jwt-cli/Makefile                           | 2 +-
 www/librewolf/Makefile                         | 1 +
 www/loco/Makefile                              | 2 +-
 www/lychee/Makefile                            | 2 +-
 www/microbin/Makefile                          | 2 +-
 www/miniserve/Makefile                         | 2 +-
 www/monolith/Makefile                          | 2 +-
 www/ncgopher/Makefile                          | 2 +-
 www/newsboat/Makefile                          | 2 +-
 www/py-adblock/Makefile                        | 2 +-
 www/py-nh3/Makefile                            | 1 +
 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                       | 1 +
 www/trunk/Makefile                             | 1 +
 www/tuifeed/Makefile                           | 2 +-
 www/ungoogled-chromium/Makefile                | 1 +
 www/varnish-libvmod-fileserver/Makefile        | 2 +-
 www/vigil/Makefile                             | 2 +-
 www/wasm-pack/Makefile                         | 2 +-
 www/websocat/Makefile                          | 1 +
 www/wiki-tui/Makefile                          | 2 +-
 www/xh/Makefile                                | 2 +-
 www/zola/Makefile                              | 2 +-
 x11-wm/cosmic-comp/Makefile                    | 1 +
 x11-wm/leftwm/Makefile                         | 2 +-
 x11-wm/niri/Makefile                           | 1 +
 x11/admiral/Makefile                           | 2 +-
 x11/alacritty/Makefile                         | 1 +
 x11/clipcat/Makefile                           | 1 +
 x11/eww/Makefile                               | 2 +-
 x11/hybrid-bar/Makefile                        | 2 +-
 x11/i3bar-river/Makefile                       | 1 +
 x11/inputplug/Makefile                         | 2 +-
 x11/kickoff/Makefile                           | 2 +-
 x11/rio/Makefile                               | 2 +-
 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                     | 1 +
 x11/wlr-which-key/Makefile                     | 2 +-
 x11/wmfocus/Makefile                           | 2 +-
 x11/xdg-desktop-portal-luminous/Makefile       | 2 +-
 487 files changed, 487 insertions(+), 347 deletions(-)
Comment 9 commit-hook freebsd_committer freebsd_triage 2024-05-13 11:04:25 UTC
A commit in branch main references this bug:

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

commit 8cef52ae7ed88da58fa7e7fff062ba9bed22de14
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2024-05-08 08:53:50 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2024-05-13 11:03:23 +0000

    www/firefox: Fix build with rust 1.78.0

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

 www/firefox/files/patch-rust-1.78.0 (new) | 3562 +++++++++++++++++++++++++++++
 1 file changed, 3562 insertions(+)
Comment 10 commit-hook freebsd_committer freebsd_triage 2024-05-13 11:04:26 UTC
A commit in branch main references this bug:

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

commit 05d880c7c847977b9aee2080ef9babe3827c6c38
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2024-05-07 11:18:00 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2024-05-13 11:03:22 +0000

    textproc/sonic: Fix build with rust 1.78.0

    PR:             278834

 textproc/sonic/files/patch-rust-1.78.0 (new) | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
Comment 11 commit-hook freebsd_committer freebsd_triage 2024-05-13 11:04:27 UTC
A commit in branch main references this bug:

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

commit 7e86fe10e4c7066dedd15d5268e0a469a553b260
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2024-05-06 07:03:47 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2024-05-13 11:03:21 +0000

    lang/rust: Update to 1.78.0

    While here, disable RUST_BACKTRACE on ppc64le only

    Announce:       https://blog.rust-lang.org/2024/05/02/Rust-1.78.0.html
    ChangeLog:      https://github.com/rust-lang/rust/releases/tag/1.78.0

    PR:             278834
    Tested by:      pkubaj,mikael

 Mk/Uses/cargo.mk                                   |   4 +-
 Mk/bsd.gecko.mk                                    |   2 +-
 lang/rust-bootstrap/Makefile                       |   2 +-
 lang/rust-bootstrap/distinfo                       |   6 +-
 lang/rust/Makefile                                 |  13 ++-
 lang/rust/distinfo                                 | 102 ++++++++++-----------
 ...ustc__driver__impl_src_signal__handler.rs (new) |  28 ++++++
 ...or_rustix_src_backend_libc_fs_syscalls.rs (new) |  24 +++++
 ...r_cc_src_lib.rs => patch-vendor_cc_src_tool.rs} |  20 ++--
 9 files changed, 127 insertions(+), 74 deletions(-)
Comment 12 commit-hook freebsd_committer freebsd_triage 2024-05-13 11:04:28 UTC
A commit in branch main references this bug:

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

commit af25c5b0245afd6636372d4e9c49463170ead66e
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2024-05-08 08:53:20 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2024-05-13 11:03:22 +0000

    www/tor-browser: Fix build with rust 1.78.0

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

 www/tor-browser/files/patch-rust-1.78.0 (new)     | 3582 +++++++++++++++++++++
 www/tor-browser/files/patch-rust-1.78.0-arm (new) |   64 +
 2 files changed, 3646 insertions(+)
Comment 13 commit-hook freebsd_committer freebsd_triage 2024-05-13 11:04:30 UTC
A commit in branch main references this bug:

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

commit e3ca7e34aeb0638d4d27346c4fc369e11ef54b4c
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2024-05-08 08:52:27 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2024-05-13 11:03:22 +0000

    mail/thunderbird: Fix build with rust 1.78.0

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

 mail/thunderbird/files/patch-rust-1.78.0 (new)     | 3582 ++++++++++++++++++++
 mail/thunderbird/files/patch-rust-1.78.0-arm (new) |   64 +
 2 files changed, 3646 insertions(+)
Comment 14 commit-hook freebsd_committer freebsd_triage 2024-05-13 11:04:31 UTC
A commit in branch main references this bug:

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

commit 75cbd67d71793ebe3755a834af22afa244552d76
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2024-05-07 10:51:48 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2024-05-13 11:03:21 +0000

    net/rosenpass: Fix build with rust 1.78.0

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

 net/rosenpass/files/patch-rust-1.78.0 (new) | 32 +++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
Comment 15 commit-hook freebsd_committer freebsd_triage 2024-05-13 11:04:33 UTC
A commit in branch main references this bug:

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

commit de786df83a233c5cf67528fe46736ebc20f48cb9
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2024-05-07 10:52:45 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2024-05-13 11:03:22 +0000

    x11/clipcat: Fix build with rust 1.78.0

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

 x11/clipcat/files/patch-rust-1.78.0 (new) | 35 +++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)