git: 0dcdcf68e6df - main - games/veloren-weekly: back to default rust after 7b3cb2622d8e
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Sep 2025 00:25:19 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0dcdcf68e6df0d9dcdeb31ac6fe104a517714bda
commit 0dcdcf68e6df0d9dcdeb31ac6fe104a517714bda
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2025-09-10 18:21:00 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2025-09-11 00:24:42 +0000
games/veloren-weekly: back to default rust after 7b3cb2622d8e
https://gitlab.com/veloren/veloren/-/commit/2f42fc650d2d
This reverts commit 457787fc6540d3e21d558967d7c399a9ce54cc5f.
PR: 289016
---
games/veloren-weekly/Makefile | 4 ----
1 file changed, 4 deletions(-)
diff --git a/games/veloren-weekly/Makefile b/games/veloren-weekly/Makefile
index b6798cf1db7a..c7c4e2e226c3 100644
--- a/games/veloren-weekly/Makefile
+++ b/games/veloren-weekly/Makefile
@@ -43,10 +43,6 @@ CARGO_ENV+= RUSTC_BOOTSTRAP=1
# XXX https://github.com/rust-lang/cargo/issues/4101
CARGO_INSTALL_PATH= server-cli voxygen
-# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289016
-CARGO_BUILDDEP= no
-BUILD_DEPENDS+= rust188>0:lang/rust188
-
post-patch:
# .git/ directory is missing, so don't abort if git binary is also missing
@${REINPLACE_CMD} -e 's/"git"/"${TRUE}"/' \