Re: [Freeciv-Dev] (PR#40251) [i18n] shouldn't be translated

2008-05-25 Thread Daniel Markstedt

URL: http://bugs.freeciv.org/Ticket/Display.html?id=40251 

On 5/25/08, Daniel Markstedt [EMAIL PROTECTED] wrote:

  URL: http://bugs.freeciv.org/Ticket/Display.html?id=40251 

  No need to mark these strings for translation, for obvious reasons:

  #. TRANS: translate text between  only
  #: server/commands.c:310
  msgid endgame

  #. TRANS: translate text between  only
  #: server/commands.c:315
  msgid surrender



This one too:

#: server/commands.c:216
msgid 
away\n
away



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


[Freeciv-Dev] (PR#40251) [i18n] shouldn't be translated

2008-05-25 Thread Daniel Markstedt

URL: http://bugs.freeciv.org/Ticket/Display.html?id=40251 

No need to mark these strings for translation, for obvious reasons:

#. TRANS: translate text between  only
#: server/commands.c:310
msgid endgame

#. TRANS: translate text between  only
#: server/commands.c:315
msgid surrender



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


Re: [Freeciv-Dev] (PR#40250) autoconf fails on a recent S2_1 checkout

2008-05-25 Thread Daniel Markstedt

URL: http://bugs.freeciv.org/Ticket/Display.html?id=40250 

On 5/25/08, Daniel Markstedt [EMAIL PROTECTED] wrote:

  URL: http://bugs.freeciv.org/Ticket/Display.html?id=40250 


 On 5/25/08, Daniel Markstedt [EMAIL PROTECTED] wrote:
  
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40250 
  
  
   On 5/24/08, Marko Lindqvist [EMAIL PROTECTED] wrote:

  
 URL: http://bugs.freeciv.org/Ticket/Display.html?id=40250 

  2008/5/24 Daniel Markstedt:
  

  Can you test what is last revision that works?

  
  
   Should I test revisions of any other files than autogen.sh?
  


 It doesn't seem to have anything to do with autogen.sh itself. By the
  time of the last revision - 2008-03-18 - I remember it working.


Fresh checkout made no difference. :(



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


Re: [Freeciv-Dev] pubserver/publite

2008-05-25 Thread Per Inge Mathisen
On Sun, May 25, 2008 at 12:07 AM, Andreas Røsdal [EMAIL PROTECTED] wrote:
 I'm wondering if the current Freeciv servers on the metaservers
 are running pubserver, publite or some other custom software.

It is running pubserver.

 Where can I find publite?

It was lost in a disk crash.

  - Per

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


Re: [Freeciv-Dev] 2.1.5

2008-05-25 Thread Marko Lindqvist
2008/5/24 Daniel Markstedt:
 There's been a month since 2.1.4 and I've seen a number of fixes
 since. I propose preparing a 2.1.5 maintenance release with ETA next
 weekend.

 What do you think?

 Well, if one tries to sync this with my personal timetable, it would
make sense to release 2.1.5 one week later.


 - ML

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


Re: [Freeciv-Dev] 2.1.5

2008-05-25 Thread Daniel Markstedt
On Mon, 26 May 2008 07:00:07 +0900, Marko Lindqvist [EMAIL PROTECTED]  
wrote:

 2008/5/24 Daniel Markstedt:
 There's been a month since 2.1.4 and I've seen a number of fixes
 since. I propose preparing a 2.1.5 maintenance release with ETA next
 weekend.

 What do you think?

  Well, if one tries to sync this with my personal timetable, it would
 make sense to release 2.1.5 one week later.


  - ML


One week later it is; Targeted release date June 8.

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


[Freeciv-Dev] (PR#40252) [Patch] Fix sdl-client compilation

2008-05-25 Thread Marko Lindqvist

URL: http://bugs.freeciv.org/Ticket/Display.html?id=40252 

 This fixes SDL-client compilation. Will commit immediately.

 Code commits must follow commit rules, and are performed by entitled
code developers only.


 - ML

diff -Nurd -X.diff_ignore freeciv/client/gui-sdl/citydlg.c freeciv/client/gui-sdl/citydlg.c
--- freeciv/client/gui-sdl/citydlg.c	2008-05-26 01:44:34.0 +0300
+++ freeciv/client/gui-sdl/citydlg.c	2008-05-26 02:55:27.0 +0300
@@ -2985,8 +2985,8 @@
 		PL_(turn, turns, abs(count)));
   } else {
 my_snprintf(cBuf, sizeof(cBuf),
-	  PL_(City growth: %d turn, City growth: %d turns, count));
-}
+PL_(City growth: %d turn, City growth: %d turns, count), count);
+  }
 
   copy_chars_to_string16(pStr, cBuf);
 
___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev