Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Apr 2007 04:33:12 +0400 (MSD)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/111432: [MAINTAINER] games/xmoto: update to 0.2.7
Message-ID:  <20070410003313.10F334129@hades.panopticon>
Resent-Message-ID: <200704100040.l3A0e2fS003774@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         111432
>Category:       ports
>Synopsis:       [MAINTAINER] games/xmoto: update to 0.2.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 10 00:40:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 6.1-RELEASE-p12 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 6.1-RELEASE-p12 FreeBSD 6.1-RELEASE-p12 #0: Tue Jan 16 23:12:21 MSK 2007 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386


>Description:
* Update to 0.2.7
* Mirror distfile (as it's no longer on SF)
* Add option to support new sdl_gfx renderer
>How-To-Repeat:
>Fix:

--- xmoto-0.2.7.patch begins here ---
diff -ruN xmoto.orig/Makefile xmoto/Makefile
--- xmoto.orig/Makefile	Tue Apr 10 02:31:16 2007
+++ xmoto/Makefile	Tue Apr 10 04:31:30 2007
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	xmoto
-PORTVERSION=	0.2.6
+PORTVERSION=	0.2.7
 CATEGORIES=	games
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	${PORTNAME}
+MASTER_SITES=	http://download.tuxfamily.org/xmoto/xmoto/${PORTVERSION}/ \
+		http://www.amdmi3.ru/distfiles/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src
 
 MAINTAINER=	amdmi3@amdmi3.ru
@@ -22,7 +22,6 @@
 
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
-USE_GL=		yes
 USE_LUA=	5.1
 USE_SDL=	sdl mixer
 USE_DOS2UNIX=	src/*.cpp src/*.h
@@ -40,7 +39,8 @@
 PORTDOCS=	README ChangeLog
 
 OPTIONS=	WWW	"Online high-scores and new levels download support"	on \
-		ZOOM	"Enable zooming"	off
+		ZOOM	"Enable zooming"	off \
+		SDL_GFX	"Use sdl_gfx rendering instead of OpenGL"	off
 
 MAN6=		xmoto.6
 
@@ -57,6 +57,14 @@
 CONFIGURE_ARGS+=	--with-enable-zoom=1
 .else
 CONFIGURE_ARGS+=	--with-enable-zoom=0
+.endif
+
+.if defined(WITH_SDL_GFX)
+USE_SDL+=	gfx
+CONFIGURE_ARGS+=--with-renderer-sdlGfx=1 --with-renderer-openGl=0
+.else
+USE_GL=		yes
+CONFIGURE_ARGS+=--with-renderer-sdlGfx=0 --with-renderer-openGl=1
 .endif
 
 .if !defined(WITHOUT_NLS)
diff -ruN xmoto.orig/distinfo xmoto/distinfo
--- xmoto.orig/distinfo	Tue Apr 10 02:31:16 2007
+++ xmoto/distinfo	Tue Apr 10 02:37:35 2007
@@ -1,3 +1,3 @@
-MD5 (xmoto-0.2.6-src.tar.gz) = 975cc0eb58a689f917f454ad3ddb9f22
-SHA256 (xmoto-0.2.6-src.tar.gz) = accd7e901c4c180db55fbe75fe27c48d20a989da54b8faa396742d6dd1918a1b
-SIZE (xmoto-0.2.6-src.tar.gz) = 12236629
+MD5 (xmoto-0.2.7-src.tar.gz) = 4b079ea010561584a61b3d6384b942fc
+SHA256 (xmoto-0.2.7-src.tar.gz) = 6764a7e9148af801eef4870ddab2c2109665d5760acb3d805f073449a83e4e54
+SIZE (xmoto-0.2.7-src.tar.gz) = 12399222
--- xmoto-0.2.7.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070410003313.10F334129>