Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 May 2006 18:09:02 +0400
From:      Dmitry Marakasov <amdmi3@mail.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/97509: [MAINTAINER] games/xmoto: Update to 0.1.14
Message-ID:  <20060521140902.GA923@hades.panopticon>
In-Reply-To: <200605200040.k4K0eGCH011043@freefall.freebsd.org>
References:  <20060520003144.E09526FC@hades.panopticon> <200605200040.k4K0eGCH011043@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
* FreeBSD-gnats-submit@FreeBSD.org (FreeBSD-gnats-submit@FreeBSD.org) wrote:
> Thank you very much for your problem report.
Additional patch to fix build on 4.x.

--- xmoto.patch begins here ---
diff -ruN xmoto.old/files/patch-src-Replay.cpp xmoto/files/patch-src-Replay.cpp
--- xmoto.old/files/patch-src-Replay.cpp	Thu Jan  1 03:00:00 1970
+++ xmoto/files/patch-src-Replay.cpp	Sun May 21 18:07:53 2006
@@ -0,0 +1,10 @@
+--- src/Replay.cpp.orig	Sun May 21 17:46:59 2006
++++ src/Replay.cpp	Sun May 21 17:47:11 2006
+@@ -32,7 +32,6 @@
+ #include <time.h> 
+ #include <ctime>
+ #include <iostream>
+-#include <locale>
+ 
+ namespace vapp {
+ 
diff -ruN xmoto.old/files/patch-src-WWW.h xmoto/files/patch-src-WWW.h
--- xmoto.old/files/patch-src-WWW.h	Thu Jan  1 03:00:00 1970
+++ xmoto/files/patch-src-WWW.h	Sun May 21 18:07:53 2006
@@ -0,0 +1,10 @@
+--- src/WWW.h.orig	Sun May 21 17:47:25 2006
++++ src/WWW.h	Sun May 21 17:47:49 2006
+@@ -8,6 +8,7 @@
+ 
+ #include <string>
+ #include <vector>
++#include <stdio.h>
+ 
+ #if !defined(_MSC_VER)
+   #define USE_HASH_MAP
diff -ruN xmoto.old/files/patch-src-md5sum-md5file.h xmoto/files/patch-src-md5sum-md5file.h
--- xmoto.old/files/patch-src-md5sum-md5file.h	Thu Jan  1 03:00:00 1970
+++ xmoto/files/patch-src-md5sum-md5file.h	Sun May 21 18:07:53 2006
@@ -0,0 +1,10 @@
+--- src/md5sum/md5file.h.orig	Sun May 21 17:45:47 2006
++++ src/md5sum/md5file.h	Sun May 21 17:46:02 2006
+@@ -2,6 +2,7 @@
+ #define MD5FILE
+ 
+ #include <string>
++#include <stdio.h>
+ 
+ std::string md5file(std::string p_filename);
+ 
--- xmoto.patch ends here ---

-- 
Best regards,
 Dmitry                          mailto:amdmi3@mail.ru



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