diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2024-10-01 05:58:26 +0200 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2024-11-10 01:27:13 +0100 |
commit | d951e335c173a827b09b99b8fe8ec308c66747b1 (patch) | |
tree | c319950914e526c1c31f6a688061a824b5c27f30 | |
parent | lang/rust: enable SSE2 by default on i386 (diff) |
games/veloren-weekly: unbreak on aarch64
https://github.com/rust-lang/libc/commit/2e3999ddf0fa
-rw-r--r-- | games/veloren-weekly/Makefile | 1 | ||||
-rw-r--r-- | games/veloren-weekly/Makefile.crates | 2 | ||||
-rw-r--r-- | games/veloren-weekly/distinfo | 4 |
3 files changed, 3 insertions, 4 deletions
diff --git a/games/veloren-weekly/Makefile b/games/veloren-weekly/Makefile index aa79f5a256e6..9ef8154fa782 100644 --- a/games/veloren-weekly/Makefile +++ b/games/veloren-weekly/Makefile @@ -10,7 +10,6 @@ WWW= https://veloren.net/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_aarch64= https://github.com/rust-lang/libc/issues/3217 BROKEN_i386= https://github.com/bytecodealliance/wasmtime/issues/7924 ONLY_FOR_ARCHS= aarch64 amd64 i386 ONLY_FOR_ARCHS_REASON= unsupported platform by https://github.com/wasmerio/wasmer diff --git a/games/veloren-weekly/Makefile.crates b/games/veloren-weekly/Makefile.crates index a8de8e89b9e9..077505053df2 100644 --- a/games/veloren-weekly/Makefile.crates +++ b/games/veloren-weekly/Makefile.crates @@ -348,7 +348,7 @@ CARGO_CRATES= ab_glyph-0.2.28 \ lazy_static-1.5.0 \ leb128-0.2.5 \ levenshtein-1.0.5 \ - libc-0.2.159 \ + libc-0.2.162 \ libloading-0.7.4 \ libloading-0.8.5 \ libm-0.2.8 \ diff --git a/games/veloren-weekly/distinfo b/games/veloren-weekly/distinfo index ec6474f06fce..046f5720f4dc 100644 --- a/games/veloren-weekly/distinfo +++ b/games/veloren-weekly/distinfo @@ -699,8 +699,8 @@ SHA256 (rust/crates/leb128-0.2.5.crate) = 884e2677b40cc8c339eaefcb701c32ef1fd249 SIZE (rust/crates/leb128-0.2.5.crate) = 11843 SHA256 (rust/crates/levenshtein-1.0.5.crate) = db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760 SIZE (rust/crates/levenshtein-1.0.5.crate) = 1389 -SHA256 (rust/crates/libc-0.2.159.crate) = 561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5 -SIZE (rust/crates/libc-0.2.159.crate) = 755366 +SHA256 (rust/crates/libc-0.2.162.crate) = 18d287de67fe55fd7e1581fe933d965a5a9477b38e949cfa9f8574ef01506398 +SIZE (rust/crates/libc-0.2.162.crate) = 769354 SHA256 (rust/crates/libloading-0.7.4.crate) = b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f SIZE (rust/crates/libloading-0.7.4.crate) = 27580 SHA256 (rust/crates/libloading-0.8.5.crate) = 4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4 |