games/vkquake: Update to 1.32.1

This commit is contained in:
Wen Heping 2025-04-24 02:03:15 +00:00
parent 4050acabd7
commit e22b3a9d9e
3 changed files with 17 additions and 5 deletions

View file

@ -1,6 +1,5 @@
PORTNAME= vkquake
DISTVERSION= 1.30.1
PORTREVISION= 1
DISTVERSION= 1.32.1
CATEGORIES= games
MAINTAINER= ports@FreeBSD.org

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1678849178
SHA256 (Novum-vkQuake-1.30.1_GH0.tar.gz) = b88d3dfc869d89820766e2dd18bdadb9681adfc4c9d05e09cbbebcc17ef1d150
SIZE (Novum-vkQuake-1.30.1_GH0.tar.gz) = 47516278
TIMESTAMP = 1745397975
SHA256 (Novum-vkQuake-1.32.1_GH0.tar.gz) = f6d2f9c708b16e56aa13b29d8dfaf3faab970ec4da18e878997dc627a35731f8
SIZE (Novum-vkQuake-1.32.1_GH0.tar.gz) = 28240750

View file

@ -0,0 +1,13 @@
--- pr_edict.c.orig 2025-04-24 00:38:02 UTC
+++ pr_edict.c
@@ -883,8 +883,8 @@ void ED_PrintEdicts (void)
*/
void ED_PrintEdicts (void)
{
- int free_edicts_count = 0;
- int free_list_count = 0;
+ int free_edicts_count __attribute__((unused)) = 0;
+ int free_list_count __attribute__((unused)) = 0;
if (!sv.active)
return;