Date: Sun, 10 Nov 2024 00:27:41 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: d621830b83cd - 2024Q4 - games/veloren-weekly: unbreak on aarch64 Message-ID: <202411100027.4AA0RfPD095407@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q4 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=d621830b83cd1eaec2f497c839761c6a979e31c6 commit d621830b83cd1eaec2f497c839761c6a979e31c6 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-10-01 03:58:26 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-11-10 00:27:34 +0000 games/veloren-weekly: unbreak on aarch64 https://github.com/rust-lang/libc/commit/2e3999ddf0fa (cherry picked from commit d951e335c173a827b09b99b8fe8ec308c66747b1) --- games/veloren-weekly/Makefile | 1 - games/veloren-weekly/Makefile.crates | 2 +- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411100027.4AA0RfPD095407>