Re: [update] xmoto 0.5.11

2015-01-02 Thread Antti harri

On 2.1.2015 20:38, Landry Breuil wrote:

On Fri, Jan 02, 2015 at 02:15:12PM +0300, Kirill Bychkov wrote:

On Sun, December 14, 2014 23:15, Landry Breuil wrote:

Hi,

here's an update to the recently released xmoto 0.5.11, seems to work in
basic testing.. apparently no real changes, see
http://xmoto.tuxfamily.org/dev/ChangeLog

Landry



Hi,
I guess I have the similar patch for a long time.
While here I suggest to stop picking up ode includes from xmoto sources. This
will unbreak building with newer ode-0.13.
OK?


ok for me, and i think you can consider that a MAINTAINER timeout too...

Landry



OK if it works for you.

--
Antti Harri



Re: [update] xmoto 0.5.11

2015-01-02 Thread Landry Breuil
On Fri, Jan 02, 2015 at 02:15:12PM +0300, Kirill Bychkov wrote:
> On Sun, December 14, 2014 23:15, Landry Breuil wrote:
> > Hi,
> >
> > here's an update to the recently released xmoto 0.5.11, seems to work in
> > basic testing.. apparently no real changes, see
> > http://xmoto.tuxfamily.org/dev/ChangeLog
> >
> > Landry
> >
> >
> Hi,
> I guess I have the similar patch for a long time.
> While here I suggest to stop picking up ode includes from xmoto sources. This
> will unbreak building with newer ode-0.13.
> OK?

ok for me, and i think you can consider that a MAINTAINER timeout too...

Landry



Re: [update] xmoto 0.5.11

2015-01-02 Thread Kirill Bychkov
On Sun, December 14, 2014 23:15, Landry Breuil wrote:
> Hi,
>
> here's an update to the recently released xmoto 0.5.11, seems to work in
> basic testing.. apparently no real changes, see
> http://xmoto.tuxfamily.org/dev/ChangeLog
>
> Landry
>
>
Hi,
I guess I have the similar patch for a long time.
While here I suggest to stop picking up ode includes from xmoto sources. This
will unbreak building with newer ode-0.13.
OK?

Index: Makefile
===
RCS file: /cvs/ports/games/xmoto/Makefile,v
retrieving revision 1.18
diff -u -p -r1.18 Makefile
--- Makefile30 Nov 2014 05:41:35 -  1.18
+++ Makefile2 Jan 2015 11:13:36 -
@@ -2,10 +2,9 @@

 COMMENT =  challenging 2D motocross platform game

-V =0.5.10
+V =0.5.11
 DISTNAME = xmoto-${V}-src
 PKGNAME =  xmoto-${V}
-REVISION = 1
 CATEGORIES =   games

 MAINTAINER =   Antti Harri 
@@ -48,6 +47,10 @@ AUTOCONF_VERSION =   2.68
 NO_TEST =  Yes

 WRKDIST =  ${WRKDIR}/${DISTNAME:S/-src//}
+
+# stop picking up included ode
+post-extract:
+   rm -r ${WRKDIST}/src/ode

 pre-configure:
cd ${WRKSRC} && \
Index: distinfo
===
RCS file: /cvs/ports/games/xmoto/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo16 Jan 2014 10:25:54 -  1.4
+++ distinfo2 Jan 2015 11:13:36 -
@@ -1,2 +1,2 @@
-SHA256 (xmoto-0.5.10-src.tar.gz) = LSQ45Ghapfwaqfc7++Jok9f8l/rdbhzJ/bCcjRbfnh4=
-SIZE (xmoto-0.5.10-src.tar.gz) = 40766628
+SHA256 (xmoto-0.5.11-src.tar.gz) = pYSm+SkrGEaGtyx48W3kuC1cW3KtieQZEv9Q0D7KJrI=
+SIZE (xmoto-0.5.11-src.tar.gz) = 40785573
Index: patches/patch-configure_in
===
RCS file: patches/patch-configure_in
diff -N patches/patch-configure_in
--- patches/patch-configure_in  15 Apr 2012 08:49:05 -  1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,12 +0,0 @@
-$OpenBSD: patch-configure_in,v 1.1 2012/04/15 08:49:05 kirby Exp $
 configure.in.orig  Sun Nov 13 22:04:13 2011
-+++ configure.in   Sat Mar 10 12:53:53 2012
-@@ -32,7 +32,7 @@ AM_PATH_XML2([],
-  [AC_MSG_ERROR([*** cannot find the libxml2 library ])])
- CPPFLAGS="$CPPFLAGS"" ""$XML_CPPFLAGS"
- CFLAGS="$CFLAGS"" ""$XML_CPPFLAGS"
--LIBS="$LIBS""$XML_LIBS"
-+LIBS="$LIBS"" ""$XML_LIBS"
- fi
-
- dnl bz2



[update] xmoto 0.5.11

2014-12-14 Thread Landry Breuil
Hi,

here's an update to the recently released xmoto 0.5.11, seems to work in
basic testing.. apparently no real changes, see
http://xmoto.tuxfamily.org/dev/ChangeLog

Landry