ports/65847: PORT UPDATE: games/mvdsv 0.1723b -> 0.1725b

Alexey Dokuchaev danfe at regency.nsu.ru
Wed Apr 21 10:40:08 UTC 2004


>Number:         65847
>Category:       ports
>Synopsis:       PORT UPDATE: games/mvdsv 0.1723b -> 0.1725b
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 21 03:40:07 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Alexey Dokuchaev
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
CNIT NSU
>Environment:
System: FreeBSD regency.nsu.ru 4.9-STABLE FreeBSD 4.9-STABLE #1: Wed Mar 3 13:17:54 NOVT 2004 root at regency.nsu.ru:/usr/src/sys/compile/REGENCY i386
>Description:
Long-awaited update of mvdsv from 0.1723b -> 0.1725b, after discovery of
new "official" development site of MVDSV project.
>How-To-Repeat:
N/A
>Fix:
%%%
diff -ur /usr/ports/games/mvdsv/Makefile ./Makefile
--- /usr/ports/games/mvdsv/Makefile	Sun Feb  8 14:09:58 2004
+++ ./Makefile	Wed Apr 21 17:30:33 2004
@@ -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 at 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 @@
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff -ur /usr/ports/games/mvdsv/distinfo ./distinfo
--- /usr/ports/games/mvdsv/distinfo	Wed Mar  3 21:20:21 2004
+++ ./distinfo	Wed Apr 21 14:45:40 2004
@@ -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
diff -ur /usr/ports/games/mvdsv/files/Makefile ./files/Makefile
--- /usr/ports/games/mvdsv/files/Makefile	Sun Feb  8 14:09:58 2004
+++ ./files/Makefile	Wed Apr 21 17:29:35 2004
@@ -19,6 +19,11 @@
 
 .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
 
 ########################################################################
diff -ur /usr/ports/games/mvdsv/pkg-descr ./pkg-descr
--- /usr/ports/games/mvdsv/pkg-descr	Sun Feb  8 14:09:58 2004
+++ ./pkg-descr	Wed Apr 21 14:40:00 2004
@@ -4,4 +4,4 @@
 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/
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list