Port details |
- veloren-weekly Multiplayer voxel RPG written in Rust (weekly snapshot)
- s20250715 games
=3 s20250715Version of this port present on the latest quarterly branch. - Maintainer: jbeich@FreeBSD.org
 - Port Added: 2023-01-20 21:39:18
- Last Update: 2025-07-17 00:54:32
- Commit Hash: 3ec42e7
- People watching this port, also watch:: writefreely, py311-fastest_pkg, openbox, adguardhome, xfce
- Also Listed In: wayland
- License: GPLv3
- WWW:
- https://veloren.net/
- Description:
- Veloren is a multiplayer voxel RPG written in Rust. Veloren takes
inspiration from games such as Cube World, Minecraft and Dwarf
Fortress. The game is currently under heavy development, but is
playable.
This is a weekly snapshot used on the official multiplayer server,
usually updated each Thursday. For other servers see
https://gitlab.com/veloren/serverbrowser/-/blob/master/server/servers.ron
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- veloren-weekly>0:games/veloren-weekly
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/games/veloren-weekly/ && make install clean
- To add the package, run one of these commands:
- pkg install games/veloren-weekly
- pkg install veloren-weekly
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: veloren-weekly
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 i386
- distinfo:
- TIMESTAMP = 1752618450
SHA256 (rust/crates/ab_glyph-0.2.29.crate) = ec3672c180e71eeaaac3a541fbbc5f5ad4def8b747c595ad30d674e43049f7b0
SIZE (rust/crates/ab_glyph-0.2.29.crate) = 20011
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- rust>=1.88.0 : lang/rust
- cmake : devel/cmake-core
- pkgconf>=1.3.0_1 : devel/pkgconf
- xcb.pc : x11/libxcb
- Runtime dependencies:
-
- libasound_module_pcm_oss.so : audio/alsa-plugins
- libvulkan.so : graphics/vulkan-loader
- xcb.pc : x11/libxcb
- Library dependencies:
-
- libzstd.so : archivers/zstd
- libasound.so : audio/alsa-lib
- libudev.so : devel/libudev-devd
- libshaderc_shared.so : graphics/shaderc
- libxkbcommon-x11.so : x11/libxkbcommon
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- games_veloren-weekly
- USES:
- cargo xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
s20230531 01 Jun 2023 00:57:57
    |
Jan Beich (jbeich)  |
games/veloren-weekly: update to s20230531
Changes: https://gitlab.com/veloren/veloren/-/compare/68491dde5...cda21beed |
s20230524 25 May 2023 07:46:48
    |
Jan Beich (jbeich)  |
games/veloren-weekly: update to s20230524
Changes: https://gitlab.com/veloren/veloren/-/compare/155579767...68491dde5 |
s20230521 23 May 2023 00:31:55
    |
Jan Beich (jbeich)  |
games/veloren-weekly: update to s20230521
Changes: https://gitlab.com/veloren/veloren/-/compare/9f52e49e7...155579767 |
s20230516_1 18 May 2023 02:39:18
    |
Jan Beich (jbeich)  |
games/veloren-weekly: unbreak fetch after 49809114074f
=> Fetched file size mismatch (expected 158894436, actual 263690726)
Reported by: pkg-fallout |
s20230516 18 May 2023 00:49:40
    |
Jan Beich (jbeich)  |
games/veloren-weekly: update to s20230516
Changes: https://gitlab.com/veloren/veloren/-/compare/db860de51...9f52e49e7 |
s20230510 14 May 2023 12:18:44
    |
Jan Beich (jbeich)  |
games/veloren-weekly: upstream issue for gilrs workaround |
s20230510 11 May 2023 00:47:07
    |
Jan Beich (jbeich)  |
games/veloren-weekly: update to s20230510
Changes: https://gitlab.com/veloren/veloren/-/compare/95a38ff8f...db860de51 |
s20230506 07 May 2023 00:23:56
    |
Jan Beich (jbeich)  |
games/veloren-weekly: simplify 6054513a40b1
- Other date(1) consumers in ports/ use -u POSIX flag
- "date -u" uses UTC0 aka UTC+0 i.e., UTC with explicit offset
- Reduces line length by 6 characters |
s20230506 06 May 2023 23:48:08
    |
Jan Beich (jbeich)  |
games/veloren-weekly: make GIT_DATE consistent in different timezones
GIT_DATE is advertised by remote servers, mainly for diagnostics.
https://gitlab.com/veloren/veloren/-/commit/5b716515bb39 |
s20230506 06 May 2023 23:14:11
    |
Jan Beich (jbeich)  |
games/veloren-weekly: drop distfile mirror
This reverts commit 12e296fafe63c66f916e51e63b5fbfc801572c1d.
PR: 271280 |
s20230506 06 May 2023 23:08:37
    |
Jan Beich (jbeich)  |
games/veloren-weekly: update to s20230506
Changes: https://gitlab.com/veloren/veloren/-/compare/59f12ef11...95a38ff8f
PR: 271280 |
s20230505 06 May 2023 23:06:51
    |
Jan Beich (jbeich)  |
games/veloren-weekly: disable LTO on i386 after 6f656934f1aa
thread '<unnamed>fatal runtime error: Rust cannot catch foreign exceptions
' panicked at
'/wrkdirs/usr/ports/lang/rust/work/rustc-1.69.0-src/compiler/rustc_codegen_ssa/src/back/write.rs:1534:21:
worker thread panicked', compiler/rustc_middle/src/util/bug.rs:36:26
(signal: 6, SIGABRT: process abort signal)
Reported by: pkg-fallout |
s20230505 05 May 2023 20:37:57
    |
Jan Beich (jbeich)  |
games/veloren-weekly: update to s20230505
Changes:
https://gitlab.com/veloren/veloren/-/compare/4e3eb3ef4...59f12ef11 |
s20230503 04 May 2023 00:55:35
    |
Jan Beich (jbeich)  |
games/veloren-weekly: update to s20230503
Changes:
https://gitlab.com/veloren/veloren/-/compare/bd2e211cb...4e3eb3ef4 |
s20230425 29 Apr 2023 00:54:04
    |
Jan Beich (jbeich)  |
games/veloren-weekly: reduce memory usage during build
Suggested by: diizzy |
s20230425 27 Apr 2023 00:55:31
    |
Jan Beich (jbeich)  |
games/veloren-weekly: update to s20230425
Changes:
https://gitlab.com/veloren/veloren/-/compare/4b6c5f57e...bd2e211cb |
s20230419_2 25 Apr 2023 15:17:15
    |
Christian Weisgerber (naddy)  |
audio/opus: bump consumers after update to 1.4 |
s20230419_1 23 Apr 2023 13:14:05
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.69.0
PR: 270953 |
s20230419 23 Apr 2023 00:59:22
    |
Jan Beich (jbeich)  |
games/veloren-weekly: mark BROKEN on aarch64 after 016cd848e57e
error[E0412]: cannot find type `ucontext_t` in crate `libc`
--> cargo-crates/wasmer-vm-2.3.0/src/trap/traphandlers.rs:219:57
|
219 | let ucontext = &mut *(context as *mut libc::ucontext_t);
| ^^^^^^^^^^ help:
a struct with a similar name exists: `mcontext_t`
|
:::
cargo-crates/libc-0.2.133/src/unix/bsd/freebsdlike/freebsd/aarch64.rs:20:1
|
20 | / s_no_extra_traits! {
21 | | pub struct gpregs {
22 | | pub gp_x: [::register_t; 30],
23 | | pub gp_lr: ::register_t,
.. | (Only the first 15 lines of the commit message are shown above ) |
s20230419 20 Apr 2023 00:59:16
    |
Jan Beich (jbeich)  |
games/veloren-weekly: update to s20230419
Changes:
https://gitlab.com/veloren/veloren/-/compare/b40e2b4fe...4b6c5f57e |
s20230414 19 Apr 2023 10:43:11
    |
Jan Beich (jbeich)  |
games/veloren-weekly: unbreak build on i386 |
s20230414 14 Apr 2023 20:34:24
    |
Jan Beich (jbeich)  |
games/veloren-weekly: update to s20230414
Changes:
https://gitlab.com/veloren/veloren/-/compare/bbe7ca57a...b40e2b4fe |
s20230413 13 Apr 2023 17:05:04
    |
Jan Beich (jbeich)  |
games/veloren-weekly: update to s20230413
Changes:
https://gitlab.com/veloren/veloren/-/compare/7aa43e9e8...bbe7ca57a |
s20230412 13 Apr 2023 00:56:38
    |
Jan Beich (jbeich)  |
games/veloren-weekly: update to s20230412
Changes:
https://gitlab.com/veloren/veloren/-/compare/41e551f32...7aa43e9e8 |
s20230405 06 Apr 2023 00:50:15
    |
Jan Beich (jbeich)  |
games/veloren-weekly: update to s20230405
Changes:
https://gitlab.com/veloren/veloren/-/compare/08ca36092...41e551f32 |
s20230329 30 Mar 2023 00:56:52
    |
Jan Beich (jbeich)  |
games/veloren-weekly: update to s20230329
Changes:
https://gitlab.com/veloren/veloren/-/compare/71c9cb516...08ca36092 |
s20230322 30 Mar 2023 00:56:31
    |
Jan Beich (jbeich)  |
emulators/rpcs3: revert bogus update
This reverts commit 4664f32d806bc8e6bbe915c5dce3dde5db6d38ea. |
s20230329 30 Mar 2023 00:47:33
    |
Jan Beich (jbeich)  |
emulators/rpcs3: update to 0.0.27.14836
Changes: https://github.com/RPCS3/rpcs3/compare/4d4a70ad0e...82dedb1fbb |
s20230322 23 Mar 2023 00:52:24
    |
Jan Beich (jbeich)  |
games/veloren-weekly: update to s20230322
Changes:
https://gitlab.com/veloren/veloren/-/compare/1e9364808...71c9cb516 |
s20230315 16 Mar 2023 13:36:38
    |
Jan Beich (jbeich)  |
games/veloren-weekly: update to s20230315
Changes:
https://gitlab.com/veloren/veloren/-/compare/ebffe9317...1e9364808 |
s20230313_1 16 Mar 2023 11:11:52
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.68.0
PR: 270080 |
s20230313 13 Mar 2023 21:09:13
    |
Jan Beich (jbeich)  |
games/veloren-weekly: update to s20230313
Changes:
https://gitlab.com/veloren/veloren/-/compare/9396fa974...ebffe9317 |
s20230306 09 Mar 2023 00:57:42
    |
Jan Beich (jbeich)  |
games/veloren-weekly: update to s20230306
Changes:
https://gitlab.com/veloren/veloren/-/compare/2fb20782e...9396fa974 |
s20230301_1 07 Mar 2023 03:26:47
    |
Jan Beich (jbeich)  |
games/veloren-weekly: install metainfo |
s20230301 07 Mar 2023 00:37:01
    |
Jan Beich (jbeich)  |
games/veloren-weekly: add link for a list of other servers
AirShipper isn't supported, so let users pick a server manually. |
s20230301 02 Mar 2023 00:15:49
    |
Jan Beich (jbeich)  |
games/veloren-weekly: update to s20230301
Changes:
https://gitlab.com/veloren/veloren/-/compare/01da8b6a8...2fb20782e |
s20230222 23 Feb 2023 00:36:59
    |
Jan Beich (jbeich)  |
games/veloren-weekly: update to s20230222
Changes:
https://gitlab.com/veloren/veloren/-/compare/d4274402c...01da8b6a8 |
s20230215 16 Feb 2023 00:36:28
    |
Jan Beich (jbeich)  |
games/veloren-weekly: update to s20230215
Changes:
https://gitlab.com/veloren/veloren/-/compare/ea15cdcfe...d4274402c |
s20230207_1 16 Feb 2023 00:36:27
    |
Jan Beich (jbeich)  |
games/veloren-weekly: add a note in verbose description
weekly tag is updated around Thu 07:50 UTC but FreeBSD package builds start
at Tue/Thu/Sat/Sun 01:00 UTC, so the version may desync for some time. |
s20230207_1 13 Feb 2023 14:52:59
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.67.1
PR: 269336 |
s20230207 09 Feb 2023 12:06:27
    |
Jan Beich (jbeich)  |
games/veloren-weekly: update to s20230207
Changes:
https://gitlab.com/veloren/veloren/-/compare/215319629...ea15cdcfe |
s20230201 02 Feb 2023 09:37:33
    |
Jan Beich (jbeich)  |
games/veloren-weekly: update to s20230201
Changes:
https://gitlab.com/veloren/veloren/-/compare/1904740ff...215319629 |
s20230124 27 Jan 2023 03:26:12
    |
Jan Beich (jbeich)  |
games/veloren-weekly: update to s20230124
Changes:
https://gitlab.com/veloren/veloren/-/compare/da9cd7997...1904740ff |
s20230118 20 Jan 2023 21:35:36
    |
Jan Beich (jbeich)  |
games/veloren-weekly: add new port
An experiment for multiplayer to avoid the following:
ERROR veloren_voxygen::menu::main: Client Init failed raw error e=ClientError {
error: StreamErr(Deserialize(InvalidTagEncoding(64))), mismatched_server_info:
Some(ServerInfo { name: "Official Veloren Server", description: "Welcome to the
Veloren Pre-Alpha. Enjoy your journey!", git_hash: "da9cd799", git_date:
"2023-01-18", auth_provider: Some("https://auth.veloren.net") }) } |