mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Update to version 7431.
This commit is contained in:
parent
40750838bc
commit
d01ce3880e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203171
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= r1q2
|
||||
PORTVERSION= 7392
|
||||
PORTVERSION= 7431
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://www.r1ch.net/stuff/r1q2/src/
|
||||
DISTNAME= ${PORTNAME}-b${PORTVERSION}-src
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (r1q2-b7392-src.zip) = a1e0076e44d1807d3b687347371de5cf
|
||||
SHA256 (r1q2-b7392-src.zip) = af0f81e80c8922e593c68afa22d7bc2c94d99c97a9d68c3ba6a6945d853ecb45
|
||||
SIZE (r1q2-b7392-src.zip) = 1120119
|
||||
MD5 (r1q2-b7431-src.zip) = 2975e2637d069003066c9a07f37348a9
|
||||
SHA256 (r1q2-b7431-src.zip) = ad8f8a8977524c5b800bb0806246a7310bd7b26ecaaf806160475bd67cbf6172
|
||||
SIZE (r1q2-b7431-src.zip) = 1122891
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- ./qcommon/qcommon.h.orig Sat Sep 16 16:16:40 2006
|
||||
+++ ./qcommon/qcommon.h Sat Dec 16 17:28:37 2006
|
||||
--- qcommon/qcommon.h.orig Mon Nov 19 03:50:37 2007
|
||||
+++ qcommon/qcommon.h Mon Nov 19 04:03:27 2007
|
||||
@@ -86,7 +86,8 @@
|
||||
|
||||
#elif defined __FreeBSD__
|
||||
@ -10,3 +10,13 @@
|
||||
|
||||
#ifdef __i386__
|
||||
#define CPUSTRING "i386"
|
||||
@@ -1079,7 +1080,8 @@
|
||||
TAGMALLOC_CMDBANS,
|
||||
TAGMALLOC_REDBLACK,
|
||||
TAGMALLOC_LRCON,
|
||||
-#ifdef ANTICHEAT
|
||||
+//#ifdef ANTICHEAT
|
||||
+#if 1 // always used in sv_main.c, when building client and ANTICHEAT is 0
|
||||
TAGMALLOC_ANTICHEAT,
|
||||
#endif
|
||||
TAGMALLOC_MAX_TAGS
|
||||
|
Loading…
Reference in New Issue
Block a user