Re: [Freeciv-Dev] freeciv ported to skyos

2007-09-06 Thread Daniel Markstedt
Thanks for the update Peter!

I made this into a 'news story' on the main wiki page. :)

Don't forget to add the package to our 'more distros' page:
http://freeciv.wikia.com/wiki/More_distributions (a link would do.)

Best
~Daniel

On 9/2/07, Peter Speybrouck [EMAIL PROTECTED] wrote:
 Hi, just wanted to inform you guys that the latest beta (2.1.0-beta6)
 compiles and runs fine on SkyOS with only a very minor patch (below).

 I could send you the binary package if you want, but since skyos is
 still evolving, it might need to be recompiled in the future so we
 will host it ourself for now.

 Some screenshots here:
 http://www.skyos.org/?q=node/621


 begin patch -

 --- utility/shared.c.orig   2007-09-01 19:11:56 +
 +++ utility/shared.c2007-09-01 18:10:36 +
 @@ -1337,7 +1337,7 @@
  ***/
  void dont_run_as_root(const char *argv0, const char *fallback)
  {
 -#if (defined(ALWAYS_ROOT) || defined(__EMX__) || defined(__BEOS__))
 +#if (defined(ALWAYS_ROOT) || defined(__EMX__) || defined(__BEOS__) ||
 defined(__SKYOS__))
   return;
  #else
   if (getuid()==0 || geteuid()==0) {

 --- end patch ---

 ___
 Freeciv-dev mailing list
 Freeciv-dev@gna.org
 https://mail.gna.org/listinfo/freeciv-dev


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] freeciv ported to skyos

2007-09-01 Thread Peter Speybrouck
Hi, just wanted to inform you guys that the latest beta (2.1.0-beta6)
compiles and runs fine on SkyOS with only a very minor patch (below).

I could send you the binary package if you want, but since skyos is
still evolving, it might need to be recompiled in the future so we
will host it ourself for now.

Some screenshots here:
http://www.skyos.org/?q=node/621


begin patch -

--- utility/shared.c.orig   2007-09-01 19:11:56 +
+++ utility/shared.c2007-09-01 18:10:36 +
@@ -1337,7 +1337,7 @@
 ***/
 void dont_run_as_root(const char *argv0, const char *fallback)
 {
-#if (defined(ALWAYS_ROOT) || defined(__EMX__) || defined(__BEOS__))
+#if (defined(ALWAYS_ROOT) || defined(__EMX__) || defined(__BEOS__) ||
defined(__SKYOS__))
   return;
 #else
   if (getuid()==0 || geteuid()==0) {

--- end patch ---

___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev