summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2025-10-15 15:35:33 +0200
committerJan Beich <jbeich@FreeBSD.org>2025-10-16 02:46:27 +0200
commitaebd8c88be79d6305657466c82d38d596ef0fba6 (patch)
tree1564603e2c8a819dbbe247398682a4ed81026ec7
parentdatabases/kuzu: update to 0.11.3 (diff)
games/veloren-weekly: update to s20251015
Changes: https://gitlab.com/veloren/veloren/-/compare/8176fe3613...95d857f67f
-rw-r--r--games/veloren-weekly/Makefile4
-rw-r--r--games/veloren-weekly/distinfo6
-rw-r--r--games/veloren-weekly/files/patch-nodebug26
3 files changed, 18 insertions, 18 deletions
diff --git a/games/veloren-weekly/Makefile b/games/veloren-weekly/Makefile
index 33118a3a1e0f..3b43347450b2 100644
--- a/games/veloren-weekly/Makefile
+++ b/games/veloren-weekly/Makefile
@@ -1,5 +1,5 @@
PORTNAME= veloren
-PORTVERSION= s20251008
+PORTVERSION= s20251015
CATEGORIES= games wayland
PKGNAMESUFFIX= -weekly
@@ -24,7 +24,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-pl
USES= cargo xorg
USE_XORG= xcb
USE_GITLAB= yes
-GL_TAGNAME= v0.17.0-1253-g8176fe3613 # git describe --match='v[0-9]*' weekly
+GL_TAGNAME= v0.17.0-1267-g95d857f67f # git describe --match='v[0-9]*' weekly
CARGO_ENV= VELOREN_USERDATA_STRATEGY=system SHADERC_LIB_DIR="${LOCALBASE}/lib"
PLIST_FILES= bin/${PORTNAME}-server-cli \
bin/${PORTNAME}-voxygen \
diff --git a/games/veloren-weekly/distinfo b/games/veloren-weekly/distinfo
index d8789159a2f9..46a6623dc307 100644
--- a/games/veloren-weekly/distinfo
+++ b/games/veloren-weekly/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1759952259
+TIMESTAMP = 1760557897
SHA256 (rust/crates/ab_glyph-0.2.31.crate) = e074464580a518d16a7126262fffaaa47af89d4099d4cb403f8ed938ba12ee7d
SIZE (rust/crates/ab_glyph-0.2.31.crate) = 20909
SHA256 (rust/crates/ab_glyph_rasterizer-0.1.10.crate) = 366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618
@@ -1925,5 +1925,5 @@ SHA256 (veloren-conrod-c74446362371dc837b8b4b6d6ddcd7693b48d9b6_GL0.tar.gz) = 43
SIZE (veloren-conrod-c74446362371dc837b8b4b6d6ddcd7693b48d9b6_GL0.tar.gz) = 808402
SHA256 (DaforLynx-kira-v0.10.7-with-config_GH0.tar.gz) = ffc38b7c73cb6419d02a21a3905cd0b00b3a544711230c5b11ef77301b7b9bb2
SIZE (DaforLynx-kira-v0.10.7-with-config_GH0.tar.gz) = 4379268
-SHA256 (veloren-v0.17.0-1253-g8176fe3613.tar.bz2) = db8ad800fb1fb91adc3ff4ee1f0fd642e670718a962eba8fe4f09df59f0ed22d
-SIZE (veloren-v0.17.0-1253-g8176fe3613.tar.bz2) = 345070395
+SHA256 (veloren-v0.17.0-1267-g95d857f67f.tar.bz2) = bd3a7b67ca2dae8d73b64f8fb3cbf56bb41aa06c38d87ab31e381158b6f35ea0
+SIZE (veloren-v0.17.0-1267-g95d857f67f.tar.bz2) = 345076938
diff --git a/games/veloren-weekly/files/patch-nodebug b/games/veloren-weekly/files/patch-nodebug
index 3215301f5dfc..d6155b9225b5 100644
--- a/games/veloren-weekly/files/patch-nodebug
+++ b/games/veloren-weekly/files/patch-nodebug
@@ -1,30 +1,30 @@
Don't generate debuginfo as the binaries will be stripped
---- Cargo.toml.orig 2024-02-07 19:13:27 UTC
+--- Cargo.toml.orig 2025-10-15 13:35:33 UTC
+++ Cargo.toml
-@@ -81,25 +81,6 @@ panic = "abort" # don't need unwinding so we
+@@ -96,25 +96,6 @@ panic = "abort" # don't need unwinding so we
lto = true
debug = false
panic = "abort" # don't need unwinding so we can skip including the landing pads for that
-# line tables so we can have useful backtraces for in-house crates
-[profile.release.package."veloren-network"]
--debug = 1
+-debug = "line-tables-only"
-[profile.release.package."veloren-network-protocol"]
--debug = 1
+-debug = "line-tables-only"
-[profile.release.package."veloren-common"]
--debug = 1
+-debug = "line-tables-only"
-[profile.release.package."veloren-common-systems"]
--debug = 1
+-debug = "line-tables-only"
-[profile.release.package."veloren-client"]
--debug = 1
+-debug = "line-tables-only"
-[profile.release.package."veloren-server"]
--debug = 1
+-debug = "line-tables-only"
-[profile.release.package."veloren-server-cli"]
--debug = 1
+-debug = "line-tables-only"
-[profile.release.package."veloren-voxygen"]
--debug = 1
+-debug = "line-tables-only"
-[profile.release.package."veloren-world"]
--debug = 1
+-debug = "line-tables-only"
- # used for cargo bench
- [profile.bench]
+ [profile.release-thinlto]
+ inherits = 'release'