Long-awaited update of mvdsv from 0.1723b -> 0.1725b,

after discovery of new "official" development site of
MVDSV project.

Submitted by:	Alexey Dokuchaev <danfe@regency.nsu.ru> (maintainer)
PR:		65847
This commit is contained in:
Sergey A. Osokin 2004-04-29 11:13:35 +00:00
parent 6e6f0f5a01
commit 9fc8656bd3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107963
4 changed files with 33 additions and 8 deletions

View File

@ -6,18 +6,38 @@
#
PORTNAME= mvdsv
PORTVERSION= 0.1723b
PORTVERSION= 0.1725b
CATEGORIES= games
MASTER_SITES= http://www.wsb.poznan.pl/~pawel/q/q/ktpro/ \
MASTER_SITES= http://quakeworld.ru/files/vvd/mvdsv/ \
http://freebsd.nsu.ru/distfiles/
DISTNAME= ${PORTNAME}_${PORTVERSION}_source
DISTNAME= ${PORTNAME}${PORTVERSION}-sources
MAINTAINER= danfe@regency.nsu.ru
COMMENT= Enhanced QuakeWorld server with multi-view demos capability
USE_BZIP2= yes
.include <bsd.port.pre.mk>
.if defined(GCCVERSION)
. if ${GCCVERSION} < 030000
GCC_VER= 2
. else
GCC_VER= 3
. endif
.else
. if ${OSVERSION} < 500035
GCC_VER= 2
. else
GCC_VER= 3
. endif
.endif
MAKEFILE= ${FILESDIR}/Makefile
MAKE_ARGS+= GCC_VER=${GCC_VER}
PLIST_FILES= bin/mvdsv
WRKSRC= ${WRKDIR}/${DISTNAME}/source
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}/source
pre-everything::
.if !defined(WITH_OPTIMIZED_CFLAGS)
@ -30,4 +50,4 @@ pre-everything::
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,2 +1,2 @@
MD5 (mvdsv_0.1723b_source.tar.gz) = 846ba5222d8918bd9a3b5b950dcefb7e
SIZE (mvdsv_0.1723b_source.tar.gz) = 555093
MD5 (mvdsv0.1725b-sources.tar.bz2) = 64b3818220f8b82140f3030ec54d4b02
SIZE (mvdsv0.1725b-sources.tar.bz2) = 467501

View File

@ -19,6 +19,11 @@ DO_CFLAGS += -Did386
.if defined(WITH_OPTIMIZED_CFLAGS)
DO_CFLAGS += -O9 -pipe -s -ffast-math -funroll-loops -fomit-frame-pointer -fexpensive-optimizations
. if ${GCC_VER} == 2
DO_CFLAGS += -malign-loops=2 -malign-jumps=2 -malign-functions=2
. elif ${GCC_VER} == 3
DO_CFLAGS += -falign-loops=2 -falign-jumps=2 -falign-functions=2
. endif
.endif
########################################################################

View File

@ -4,4 +4,4 @@ biggest step in QuakeWorld since Qizmo release. MVDSV is also the best
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/
WWW: http://rxr.quakeworld.nu/ktpro/