1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
Jan Beich 2022-07-08 05:51:08 +00:00
parent e8580a20eb
commit 03b6b97b18
3 changed files with 11 additions and 12 deletions

View File

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

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1640133180
SHA256 (Novum-vkQuake-1.12.2_GH0.tar.gz) = 6ce6d44dbc13d8d9b689efa32b19b2765257f3b859becf34cb2e894751ea046e
SIZE (Novum-vkQuake-1.12.2_GH0.tar.gz) = 13748314
TIMESTAMP = 1657259468
SHA256 (Novum-vkQuake-1.20.3_GH0.tar.gz) = 7ff480c00513ac7a9c47864c5296d487444bc5b35a4c6c39affc3a5601888339
SIZE (Novum-vkQuake-1.20.3_GH0.tar.gz) = 33396356

View File

@ -1,11 +1,11 @@
--- common.c.orig 2017-09-09 21:55:23 UTC
--- common.c.orig 2022-07-08 05:51:08 UTC
+++ common.c
@@ -2231,7 +2231,7 @@ void COM_InitFilesystem (void) //johnfitz -- modified
if (i && i < com_argc-1)
q_strlcpy (com_basedir, com_argv[i + 1], sizeof(com_basedir));
@@ -2233,7 +2233,7 @@ void COM_InitFilesystem (void) // johnfitz -- modified
if (i && i < com_argc - 1)
q_strlcpy (com_basedir, com_argv[i + 1], sizeof (com_basedir));
else
- q_strlcpy (com_basedir, host_parms->basedir, sizeof(com_basedir));
+ q_strlcpy (com_basedir, DATADIR, sizeof(com_basedir));
- q_strlcpy (com_basedir, host_parms->basedir, sizeof (com_basedir));
+ q_strlcpy (com_basedir, DATADIR, sizeof (com_basedir));
j = strlen (com_basedir);
if (j < 1) Sys_Error("Bad argument to -basedir");
if (j < 1)