mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Update to version 0.1723b
PR: 61571 Submitted by: maintainer
This commit is contained in:
parent
0c7c0e6b73
commit
1e18d145c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98537
@ -6,17 +6,17 @@
|
||||
#
|
||||
|
||||
PORTNAME= mvdsv
|
||||
PORTVERSION= 0.1722
|
||||
PORTVERSION= 0.1723b
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://www.wsb.poznan.pl/~pawel/q/q/ktpro/ \
|
||||
http://freebsd.nsu.ru/distfiles/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}_source
|
||||
|
||||
MAINTAINER= danfe@regency.nsu.ru
|
||||
COMMENT= Enhanced QuakeWorld server with multi-view demos capability
|
||||
|
||||
MAKEFILE= ${FILESDIR}/Makefile
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/vvd/${PORTNAME}${PORTVERSION}b/source
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/source
|
||||
|
||||
pre-everything::
|
||||
.if !defined(WITH_OPTIMIZED_CFLAGS)
|
||||
|
@ -1 +1 @@
|
||||
MD5 (mvdsv-0.1722.tar.gz) = 141760e87b64508fc0a66fc2dc9776c7
|
||||
MD5 (mvdsv_0.1723b_source.tar.gz) = 846ba5222d8918bd9a3b5b950dcefb7e
|
||||
|
@ -1,17 +0,0 @@
|
||||
--- sv_demo.c.orig Tue Jun 3 17:50:02 2003
|
||||
+++ sv_demo.c Tue Jun 3 17:53:09 2003
|
||||
@@ -610,12 +610,12 @@
|
||||
{
|
||||
if (!USACACHE)
|
||||
{
|
||||
- dwrite = &fwrite;
|
||||
+ dwrite = (void *)&fwrite;
|
||||
demo.dest = demo.file;
|
||||
demo.disk = true;
|
||||
} else
|
||||
{
|
||||
- dwrite = &memwrite;
|
||||
+ dwrite = (void *)&memwrite;
|
||||
demo.mfile = svs.demomem;
|
||||
demo.dest = &demo.mfile;
|
||||
}
|
@ -1,7 +1,7 @@
|
||||
MVDSV is popular QuakeWorld server with new amazing possibilities, most
|
||||
notably, of course, being multi-view demos. MVD demos are probably the
|
||||
biggest step in QuakeWorld since Qizmo release. MVDSV is also the best
|
||||
server to use with KTeams Pro deathmatch mod, and in fact is requited
|
||||
server to use with KTeams Pro deathmatch mod, and in fact is required
|
||||
for latter's full functionality.
|
||||
|
||||
WWW: http://www.wsb.poznan.pl/~pawel/q/q/ktpro/develop/
|
||||
WWW: http://www.wsb.poznan.pl/~pawel/q/q/ktpro/
|
||||
|
Loading…
Reference in New Issue
Block a user