From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 9 22:10:03 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E34AA16A419 for ; Thu, 9 Aug 2007 22:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BC09213C48E for ; Thu, 9 Aug 2007 22:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l79MA3qA060553 for ; Thu, 9 Aug 2007 22:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l79MA3Ow060552; Thu, 9 Aug 2007 22:10:03 GMT (envelope-from gnats) Resent-Date: Thu, 9 Aug 2007 22:10:03 GMT Resent-Message-Id: <200708092210.l79MA3Ow060552@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Marakasov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF51F16A418 for ; Thu, 9 Aug 2007 22:06:57 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from cp65.agava.net (cp65.agava.net [89.108.66.215]) by mx1.freebsd.org (Postfix) with ESMTP id 7586A13C428 for ; Thu, 9 Aug 2007 22:06:57 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from [213.148.16.237] (helo=nexii.panopticon) by cp65.agava.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.44 (FreeBSD)) id 1IJG9c-000JBx-KP for FreeBSD-gnats-submit@freebsd.org; Fri, 10 Aug 2007 02:06:52 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.2]) by nexii.panopticon (Postfix) with ESMTP id AC9EC1705A for ; Fri, 10 Aug 2007 02:07:30 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id 82E584084; Fri, 10 Aug 2007 02:07:50 +0400 (MSD) Message-Id: <20070809220750.82E584084@hades.panopticon> Date: Fri, 10 Aug 2007 02:07:50 +0400 (MSD) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/115367: [MAINTAINER] games/xmoto: update to 0.3.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dmitry Marakasov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Aug 2007 22:10:04 -0000 >Number: 115367 >Category: ports >Synopsis: [MAINTAINER] games/xmoto: update to 0.3.2 >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: Thu Aug 09 22:10: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.3.2 * Fix link when lua 5.0 is installed along with 5.1 >How-To-Repeat: >Fix: --- xmoto-0.3.2.patch begins here --- diff -ruN xmoto.orig/Makefile xmoto/Makefile --- xmoto.orig/Makefile Thu Aug 9 03:51:25 2007 +++ xmoto/Makefile Fri Aug 10 01:37:33 2007 @@ -6,8 +6,7 @@ # PORTNAME= xmoto -PORTVERSION= 0.2.7 -PORTREVISION= 2 +PORTVERSION= 0.3.2 CATEGORIES= games MASTER_SITES= http://download.tuxfamily.org/xmoto/xmoto/${PORTVERSION}/ \ http://www.amdmi3.ru/distfiles/ @@ -18,15 +17,16 @@ LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis \ png.5:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg + jpeg.9:${PORTSDIR}/graphics/jpeg \ + curl.4:${PORTSDIR}/ftp/curl \ + sqlite3:${PORTSDIR}/databases/sqlite3 BUILD_DEPENDS= ${X11BASE}/lib/libode.a:${PORTSDIR}/devel/ode GNU_CONFIGURE= yes USE_GMAKE= yes USE_LUA= 5.1 -USE_SDL= sdl mixer +USE_SDL= sdl mixer ttf USE_DOS2UNIX= src/*.cpp src/*.h -USE_GCC= 3.4+ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" @@ -38,21 +38,13 @@ PORTDOCS= README ChangeLog -OPTIONS= WWW "Online high-scores and new levels download support" on \ - ZOOM "Enable zooming" off \ +OPTIONS= ZOOM "Enable zooming" on \ SDL_GFX "Use sdl_gfx rendering instead of OpenGL" off MAN6= xmoto.6 .include -.if !defined(WITHOUT_WWW) -LIB_DEPENDS+= curl.4:${PORTSDIR}/ftp/curl -CONFIGURE_ARGS+= --with-enable-www=1 -.else -CONFIGURE_ARGS+= --with-enable-www=0 -.endif - .if defined(WITH_ZOOM) CONFIGURE_ARGS+= --with-enable-zoom=1 .else @@ -67,14 +59,15 @@ CONFIGURE_ARGS+=--with-renderer-sdlGfx=0 --with-renderer-openGl=1 .endif -.if !defined(WITHOUT_NLS) +# won't compile WITHOUT_NLS ATM +#.if !defined(WITHOUT_NLS) USE_GETTEXT= yes PLIST_SUB+= NLS="" CONFIGURE_ENV+= LIBS="-lintl" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif +#.else +#CONFIGURE_ARGS+= --disable-nls +#PLIST_SUB+= NLS="@comment " +#.endif post-patch: @${REINPLACE_CMD} -e 's|SDL/||; s|endian.h|sys/endian.h|' \ @@ -82,9 +75,9 @@ @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \ ${WRKSRC}/src/image/tim_memory_crt.cpp @${REINPLACE_CMD} -e \ - '/LIBS/ s|\(-lSDL_mixer\)|`${SDL_CONFIG} --libs` \1| ; \ + '/LIBS/ s|-lSDL_mixer|`${SDL_CONFIG} --libs` &|; \ s|function displayRequirement|displayRequirement()|; \ - /Locales/ s|libc|libintl|' \ + /Locales/ s|libc|libintl|; s|lua50|luaxx|g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/mang|/man6|' ${WRKSRC}/Makefile.in diff -ruN xmoto.orig/distinfo xmoto/distinfo --- xmoto.orig/distinfo Thu Aug 9 03:51:25 2007 +++ xmoto/distinfo Thu Aug 9 03:53:45 2007 @@ -1,3 +1,3 @@ -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 +MD5 (xmoto-0.3.2-src.tar.gz) = 09f40a4cc189033ce0753eadb0a2213e +SHA256 (xmoto-0.3.2-src.tar.gz) = dbe5143f2a6cf43d7b53f908b2c84891029be1d12df13fdfdc6ece7d11861432 +SIZE (xmoto-0.3.2-src.tar.gz) = 16954891 diff -ruN xmoto.orig/pkg-descr xmoto/pkg-descr --- xmoto.orig/pkg-descr Thu Aug 9 03:51:25 2007 +++ xmoto/pkg-descr Thu Aug 9 03:52:25 2007 @@ -2,4 +2,4 @@ important role in the gameplay. You need to control your bike to its limit, if you want to have a chance finishing the more difficult of the challenges. -WWW: http://xmoto.sourceforge.net/ +WWW: http://xmoto.tuxfamily.org/ diff -ruN xmoto.orig/pkg-plist xmoto/pkg-plist --- xmoto.orig/pkg-plist Thu Aug 9 03:51:25 2007 +++ xmoto/pkg-plist Thu Aug 9 23:40:50 2007 @@ -1,13 +1,56 @@ bin/xmoto -%%NLS%%share/locale/ca/LC_MESSAGES/xmoto.mo -%%NLS%%share/locale/de/LC_MESSAGES/xmoto.mo -%%NLS%%share/locale/es/LC_MESSAGES/xmoto.mo -%%NLS%%share/locale/fr/LC_MESSAGES/xmoto.mo -%%NLS%%share/locale/sk/LC_MESSAGES/xmoto.mo +%%NLS%%share/locale/ca_ES/LC_MESSAGES/xmoto.mo +%%NLS%%share/locale/cs_CZ/LC_MESSAGES/xmoto.mo +%%NLS%%share/locale/de_DE/LC_MESSAGES/xmoto.mo +%%NLS%%share/locale/es_ES/LC_MESSAGES/xmoto.mo +%%NLS%%share/locale/fi_FI/LC_MESSAGES/xmoto.mo +%%NLS%%share/locale/fr_FR/LC_MESSAGES/xmoto.mo +%%NLS%%share/locale/it_IT/LC_MESSAGES/xmoto.mo +%%NLS%%share/locale/lv_LV/LC_MESSAGES/xmoto.mo +%%NLS%%share/locale/nb_NO/LC_MESSAGES/xmoto.mo +%%NLS%%share/locale/nn_NO/LC_MESSAGES/xmoto.mo +%%NLS%%share/locale/no_NO/LC_MESSAGES/xmoto.mo +%%NLS%%share/locale/pl_PL/LC_MESSAGES/xmoto.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/xmoto.mo +%%NLS%%share/locale/ru_RU/LC_MESSAGES/xmoto.mo +%%NLS%%share/locale/sk_SK/LC_MESSAGES/xmoto.mo +%%NLS%%share/locale/sv_SE/LC_MESSAGES/xmoto.mo +%%DATADIR%%/Textures/Fonts/DejaVuSans.ttf %%DATADIR%%/Textures/Musics/batcave.ogg +%%DATADIR%%/Textures/Musics/legolodio.ogg %%DATADIR%%/Textures/Musics/menu.ogg %%DATADIR%%/Textures/Musics/ridealong.ogg %%DATADIR%%/xmoto.bin +%%DATADIR%%/xmoto_icone_x.ico +%%NLS%%@dirrmtry share/locale/ca_ES/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ca_ES +%%NLS%%@dirrmtry share/locale/cs_CZ/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/cs_CZ +%%NLS%%@dirrmtry share/locale/de_DE/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/de_DE +%%NLS%%@dirrmtry share/locale/fi_FI/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/fi_FI +%%NLS%%@dirrmtry share/locale/fr_FR/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/fr_FR +%%NLS%%@dirrmtry share/locale/it_IT/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/it_IT +%%NLS%%@dirrmtry share/locale/lv_LV/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/lv_LV +%%NLS%%@dirrmtry share/locale/nb_NO/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/nb_NO +%%NLS%%@dirrmtry share/locale/nn_NO/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/nn_NO +%%NLS%%@dirrmtry share/locale/no_NO/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/no_NO +%%NLS%%@dirrmtry share/locale/pl_PL/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/pl_PL +%%NLS%%@dirrmtry share/locale/ru_RU/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ru_RU +%%NLS%%@dirrmtry share/locale/sk_SK/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/sk_SK +%%NLS%%@dirrmtry share/locale/sv_SE/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/sv_SE @dirrm %%DATADIR%%/Textures/Musics +@dirrm %%DATADIR%%/Textures/Fonts @dirrm %%DATADIR%%/Textures @dirrm %%DATADIR%% --- xmoto-0.3.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: