[Freeciv-Dev] [bug #17796] Libtool.m4 contents not added to aclocal.m4?

2011-02-27 Thread akfaew

Follow-up Comment #1, bug #17796 (project freeciv):

For some reason I cannot find the original post, so I'll just post here.

Right after a svn co:
...
 U   freeciv
Checked out revision 19424.
[11:13:ttypd][akfaew@spock:~/longturn:34]$ cd freeciv/   
  
[11:13:ttypd][akfaew@spock:~/longturn/freeciv:35]$ ./autogen.sh
--disable-client --enable-server --enable-auth
 
+ checking for autoconf = 2.58 ... found 2.65, ok.
+ checking for autoheader = 2.58 ... found 2.65, ok.
+ checking for automake = 1.7 ... found 1.9.6, ok.
+ checking for aclocal = 1.7 ... found 1.9.6, ok.
+ checking for libtoolize = 1.4.3 ... found 1.5.26, ok.
+ checking for xgettext = 0.10.36 ... found 0.18.1, ok.
+ checking for msgfmt = 0.10.36 ... found 0.18.1, ok.
+ running /usr/local/bin/aclocal-1.9 ...
+ running /usr/local/bin/autoheader-2.65 ... 
+ running /usr/local/bin/autoconf-2.65 ... 
configure.ac:64: error: possibly undefined macro: AM_INIT_AUTOMAKE
  If this token and others are legitimate, please use m4_pattern_allow.
  See the Autoconf documentation.
configure.ac:127: error: possibly undefined macro: AM_CONDITIONAL
configure.ac:135: error: possibly undefined macro: AC_MSG_ERROR
configure.ac:385: error: possibly undefined macro: AC_DISABLE_SHARED
configure.ac:386: error: possibly undefined macro: AC_PROG_LIBTOOL
configure.ac:402: error: possibly undefined macro: AM_ICONV
configure.ac:403: error: possibly undefined macro: AM_LIBCHARSET
configure.ac:404: error: possibly undefined macro: AM_LANGINFO_CODESET
configure.ac:437: error: possibly undefined macro: AM_GLIB_GNU_GETTEXT
configure.ac:553: error: possibly undefined macro: AC_C99_VARIADIC_MACROS
configure.ac:554: error: possibly undefined macro: AC_C99_VARIABLE_ARRAYS
configure.ac:555: error: possibly undefined macro: AC_C99_INITIALIZERS
configure.ac:556: error: possibly undefined macro: AC_C99_STDINT_H
configure.ac:830: error: possibly undefined macro: AC_GGZ_CHECK
configure.ac:950: error: possibly undefined macro: AC_FUNC_VSNPRINTF

/usr/local/bin/autoconf-2.65 failed


Then immediately after that:
[11:45:ttypd][akfaew@spock:~/longturn/freeciv:36]$ ./autogen.sh
--disable-client --enable-server --enable-auth 
+ checking for autoconf = 2.58 ... found 2.65, ok.
+ checking for autoheader = 2.58 ... found 2.65, ok.
+ checking for automake = 1.7 ... found 1.9.6, ok.
+ checking for aclocal = 1.7 ... found 1.9.6, ok.
+ checking for libtoolize = 1.4.3 ... found 1.5.26, ok.
+ checking for xgettext = 0.10.36 ... found 0.18.1, ok.
+ checking for msgfmt = 0.10.36 ... found 0.18.1, ok.
+ running /usr/local/bin/aclocal-1.9 ...
+ running /usr/local/bin/autoheader-2.65 ... 
+ running /usr/local/bin/autoconf-2.65 ... 
+ running libtoolize ... 
You should add the contents of `/usr/local/share/aclocal/libtool.m4' to
`aclocal.m4'.
Putting files in AC_CONFIG_AUX_DIR, `bootstrap'.
+ running /usr/local/bin/automake-1.9 ... 
Use of uninitialized value $macro in string eq at /usr/local/bin/automake-1.9
line 4673, GEN0 line 1.
Use of uninitialized value $macro in exists at /usr/local/bin/automake-1.9
line 4675, GEN0 line 1.
Use of uninitialized value $macro in concatenation (.) or string at
/usr/local/bin/automake-1.9 line 4675, GEN0 line 1.
automake-1.9: 
automake-1.9: ## Internal Error ##
automake-1.9: 
automake-1.9: unrequested trace `'
automake-1.9: Please contact bug-autom...@gnu.org.
 at /usr/local/share/automake-1.9/Automake/Channels.pm line 562
Automake::Channels::msg('automake', '', 'unrequested trace `'')
called at /usr/local/share/automake-1.9/Automake/ChannelDefs.pm line 191
Automake::ChannelDefs::prog_error('unrequested trace `'') called at
/usr/local/bin/automake-1.9 line 4675
Automake::scan_autoconf_traces('configure.ac') called at
/usr/local/bin/automake-1.9 line 4877
Automake::scan_autoconf_files() called at /usr/local/bin/automake-1.9
line 7493

/usr/local/bin/automake-1.9 failed


The second autogen fails for another reason but svn stat and svn diff show
nothing.

___

Reply to this item at:

  http://gna.org/bugs/?17796

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [patch #2576] Magic numbers for startpos still in map_fractal_generate()

2011-02-27 Thread Jacob Nevins

URL:
  http://gna.org/patch/?2576

 Summary: Magic numbers for startpos still in
map_fractal_generate()
 Project: Freeciv
Submitted by: jtn
Submitted on: Sun Feb 27 11:41:28 2011
Category: general
Priority: 5 - Normal
  Status: In Progress
 Privacy: Public
 Assigned to: jtn
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 2.3.0,2.4.0

___

Details:

Most places referring to start position placement were changed to use enum
map_startpos (MAPSTARTPOS_*) during 2.3.x development, but a few magic numbers
still lurk in map_fractal_generate().




___

Reply to this item at:

  http://gna.org/patch/?2576

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [patch #2576] Magic numbers for startpos still in map_fractal_generate()

2011-02-27 Thread Jacob Nevins

Update of patch #2576 (project freeciv):

  Status: In Progress = Ready For Test 

___

Additional Item Attachment:

File name: trunk-S2_3-startpos-enum.diff  Size:1 KB


___

Reply to this item at:

  http://gna.org/patch/?2576

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [bug #17796] Libtool.m4 contents not added to aclocal.m4?

2011-02-27 Thread Marko Lindqvist

Follow-up Comment #2, bug #17796 (project freeciv):

 For some reason I cannot find the original post, so I'll just
 post here.

I don't think this is related to issue of this ticket.

___

Reply to this item at:

  http://gna.org/bugs/?17796

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [bug #17811] autogen warnings on Ubuntu

2011-02-27 Thread akfaew

URL:
  http://gna.org/bugs/?17811

 Summary: autogen warnings on Ubuntu
 Project: Freeciv
Submitted by: akfaew
Submitted on: Sun 27 Feb 2011 01:40:23 PM GMT
Category: None
Severity: 3 - Normal
Priority: 5 - Normal
  Status: None
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Release: 
 Discussion Lock: Any
Operating System: None
 Planned Release: 

___

Details:

Same warnings if autogen run without arguments.
Linux odilon 2.6.35-25-generic-pae #44-Ubuntu SMP Fri Jan 21 19:01:46 UTC
2011 i686 GNU/Linux

akfaew@odilon:~/freeciv$ ./autogen.sh --prefix=/usr/home/akfaew/bin
+ checking for autoconf = 2.58 ... found 2.67, ok.
+ checking for autoheader = 2.58 ... found 2.67, ok.
+ checking for automake = 1.7 ... found 1.11.1, ok.
+ checking for aclocal = 1.7 ... found 1.11.1, ok.
+ checking for libtoolize = 1.4.3 ... found 2.2.6b, ok.
+ checking for xgettext = 0.10.36 ... found 0.18.1, ok.
+ checking for msgfmt = 0.10.36 ... found 0.18.1, ok.
+ running aclocal ...
configure.ac:5: warning: AC_INIT: not a literal: m4_esyscmd([./fc_version |
tr -d '\n'])
+ running autoheader ... 
configure.ac:5: warning: AC_INIT: not a literal: m4_esyscmd([./fc_version |
tr -d '\n'])
+ running autoconf ... 
configure.ac:5: warning: AC_INIT: not a literal: m4_esyscmd([./fc_version |
tr -d '\n'])
+ running libtoolize ...




___

Reply to this item at:

  http://gna.org/bugs/?17811

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [bug #17812] autogen.sh gives a lot of warnings with autoconf 2.68

2011-02-27 Thread Marko Lindqvist

URL:
  http://gna.org/bugs/?17812

 Summary: autogen.sh gives a lot of warnings with autoconf
2.68
 Project: Freeciv
Submitted by: cazfi
Submitted on: Sun 27 Feb 2011 04:01:24 PM EET
Category: bootstrap
Severity: 3 - Normal
Priority: 5 - Normal
  Status: None
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Release: 
 Discussion Lock: Any
Operating System: None
 Planned Release: 

___

Details:

Immediately when autoconf 2.68 was released, I tested our compilation with
it. There was no problems back then, but now there seems to be a lot of
warnings - or practically same warning in many forms.




___

Reply to this item at:

  http://gna.org/bugs/?17812

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [bug #17811] autogen warnings on Ubuntu

2011-02-27 Thread Marko Lindqvist

Follow-up Comment #1, bug #17811 (project freeciv):

Autoconf used to have bugs in related area, so I earlier just assumed that
this was bogus warning it erronously gave. Those autoconf bugs should be fixed
in 2.68, but this warning still remains. I'll ask autoconf people.

___

Reply to this item at:

  http://gna.org/bugs/?17811

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [bug #17812] autogen.sh gives a lot of warnings with autoconf 2.68

2011-02-27 Thread Marko Lindqvist

Follow-up Comment #1, bug #17812 (project freeciv):

It probably relates to this:
http://www.mail-archive.com/bug-autoconf@gnu.org/msg03052.html

___

Reply to this item at:

  http://gna.org/bugs/?17812

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [patch #2578] Improve documentation for 'generator' and 'startpos' settings

2011-02-27 Thread Jacob Nevins

URL:
  http://gna.org/patch/?2578

 Summary: Improve documentation for 'generator' and
'startpos' settings
 Project: Freeciv
Submitted by: jtn
Submitted on: Sun Feb 27 15:20:37 2011
Category: general
Priority: 5 - Normal
  Status: In Progress
 Privacy: Public
 Assigned to: jtn
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 2.3.0,2.4.0

___

Details:

I seem to have spent much of the day working out the details of how
'generator' and 'startpos' interact by reading the code, so I may as well
document the results.

Changes two (big) strings substantially.




___

Reply to this item at:

  http://gna.org/patch/?2578

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [patch #2579] Tweak documentation of map size server settings

2011-02-27 Thread Jacob Nevins

URL:
  http://gna.org/patch/?2579

 Summary: Tweak documentation of map size server settings
 Project: Freeciv
Submitted by: jtn
Submitted on: Sun Feb 27 15:25:03 2011
Category: general
Priority: 5 - Normal
  Status: In Progress
 Privacy: Public
 Assigned to: jtn
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 2.3.0,2.4.0

___

Details:

Some people using the 2.3.0 betas have shown confusion over how the various
map size settings interact. This patch attempts to help a bit, and makes other
tweaks.
* For the individual map size options, refer to the 'mapsize' option's pretty
name as well as its server name, as the latter doesn't appear in the client
options UI.
* Reword to try to make the precise interaction of the individual parameters
and 'mapsize' clearer.
* For 'size', make it clear that it sets the map _area_.
* Change a couple of references to squares to tiles (cf patch #1370).

Changes 8 strings.




___

Reply to this item at:

  http://gna.org/patch/?2579

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [patch #2577] Validate 'maxplayers' setting against available starting positions

2011-02-27 Thread Jacob Nevins

Update of patch #2577 (project freeciv):

  Status: In Progress = Ready For Test 

___

Additional Item Attachment:

File name: trunk-S2_3-scenario-maxplayers.diff Size:1 KB


___

Reply to this item at:

  http://gna.org/patch/?2577

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [patch #2579] Tweak documentation of map size server settings

2011-02-27 Thread Jacob Nevins

Update of patch #2579 (project freeciv):

  Status: In Progress = Ready For Test 

___

Additional Item Attachment:

File name: trunk-S2_3-doc-mapsize.diffSize:5 KB


___

Reply to this item at:

  http://gna.org/patch/?2579

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [patch #2580] Review maxplayers for supplied scenarios

2011-02-27 Thread Jacob Nevins

URL:
  http://gna.org/patch/?2580

 Summary: Review maxplayers for supplied scenarios
 Project: Freeciv
Submitted by: jtn
Submitted on: Sun Feb 27 17:54:36 2011
Category: rulesets
Priority: 5 - Normal
  Status: In Progress
 Privacy: Public
 Assigned to: jtn
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 2.3.0,2.4.0

___

Details:

In two of the supplied scenarios, the 'maxplayers' setting is equal to the
pre-2.3.x limit of 30 players:
* europe-200x100-v2.sav, with 37 pre-set start positions
* hagworld-120x60-v1.2.sav, with no pre-set start positions
Now that we can have up to 126 players, perhaps these should be reviewed.
(I'm assuming that the existing scenarios with maxplayers30 have been
carefully considered for playability, even when they have more pre-set start
positions than maxplayers.)

The huge Europe scenario (with a bit of hacking) comes out at 3
goodies per player for 37 players, where create_start_positions() considers
1500 goodies per player to be unacceptable; so it seems reasonable to
increase maxplayers to match the number of start positions.

hagworld, on the other hand, comes out at 5700 goodies per player with 30
players, so is probably best left as-is.




___

Reply to this item at:

  http://gna.org/patch/?2580

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [patch #2580] Review maxplayers for supplied scenarios

2011-02-27 Thread Jacob Nevins

Update of patch #2580 (project freeciv):

  Status: In Progress = Ready For Test 

___

Additional Item Attachment:

File name: trunk-S2_3-europe-more-players.diff Size:0 KB


___

Reply to this item at:

  http://gna.org/patch/?2580

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [bug #16957] multiplayer network games: when not online during turn, lose messages

2011-02-27 Thread Daniel Markstedt

Update of bug #16957 (project freeciv):

 Planned Release:2.2.5, 2.3.0 = 2.3.0  

___

Follow-up Comment #15:

2.2.5 will be tagged today, so too late to make fix for this version

___

Reply to this item at:

  http://gna.org/bugs/?16957

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [patch #2539] adv_is_player_dangerous()

2011-02-27 Thread Marko Lindqvist

Update of patch #2539 (project freeciv):

  Status:  Ready For Test = In Progress


___

Reply to this item at:

  http://gna.org/patch/?2539

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [bug #17812] autogen.sh gives a lot of warnings with autoconf 2.68

2011-02-27 Thread Marko Lindqvist

Follow-up Comment #2, bug #17812 (project freeciv):

At least some of these (cannot check them all one by one as there is so many)
are not problems in any files distributed with freeciv, but in other m4-macro
files on my computer.

___

Reply to this item at:

  http://gna.org/bugs/?17812

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [patch #2581] More consistent logging of generator/startpos fallbacks

2011-02-27 Thread Jacob Nevins

Update of patch #2581 (project freeciv):

  Depends on: = patch #2576


___

Reply to this item at:

  http://gna.org/patch/?2581

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [patch #2581] More consistent logging of generator/startpos fallbacks

2011-02-27 Thread Jacob Nevins

Update of patch #2581 (project freeciv):

  Status: In Progress = Ready For Test 

___

Additional Item Attachment:

File name: trunk-S2_3-generator-startpos-fallback-logging.diff Size:5 KB


___

Reply to this item at:

  http://gna.org/patch/?2581

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [bug #17784] 'depressed' invalid when selecting leader list for nation NULL

2011-02-27 Thread Jacob Nevins

Follow-up Comment #3, bug #17784 (project freeciv):

I confirm that applying patch #2556 and patch #2569 to S2_3 makes this
warning go away for me.

(I had remembered it happening on different combo boxes than these ones, but
upon checking it appears that it happened on S2_2 on things that were
GTK_COMBOs back then, such as the client options interface, which have since
been changed into something other than GTK_COMBOs.)

___

Reply to this item at:

  http://gna.org/bugs/?17784

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [bug #17812] autogen.sh gives a lot of warnings with autoconf 2.68

2011-02-27 Thread Marko Lindqvist

Update of bug #17812 (project freeciv):

  Status:None = Ready For Test 
 Planned Release: = 2.2.6, 2.3.0, 2.4.0

___

Follow-up Comment #3:

Attached patch fixes the only one of these errors caused by freeciv.

Targeting also 2.2.6 just in case we ever release such.

(file #12592)
___

Additional Item Attachment:

File name: AcLangSource_17812.diffSize:0 KB


___

Reply to this item at:

  http://gna.org/bugs/?17812

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [task #7343] Tracking release 2.2.5

2011-02-27 Thread Daniel Markstedt

URL:
  http://gna.org/task/?7343

 Summary: Tracking release 2.2.5
 Project: Freeciv
Submitted by: dmarks
Submitted on: Sun 27 Feb 2011 06:03:57 PM PST
 Should Start On: Sun 27 Feb 2011 12:00:00 AM PST
   Should be Finished on: Sun 27 Feb 2011 12:00:00 AM PST
Category: None
Priority: 5 - Normal
  Status: None
 Privacy: Public
Percent Complete: 0%
 Assigned to: None
 Open/Closed: Open
 Discussion Lock: Any
  Effort: 0.00
 Planned Release: 

___

Details:






___

Reply to this item at:

  http://gna.org/task/?7343

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [task #7343] Tracking release 2.2.5

2011-02-27 Thread Daniel Markstedt

Update of task #7343 (project freeciv):

  Status:None = In Progress
Percent Complete:  0% = 70%
 Assigned to:None = dmarks 


___

Reply to this item at:

  http://gna.org/task/?7343

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] Freeciv 2.2.5 released

2011-02-27 Thread Daniel Markstedt
Bugfix release Freeciv 2.2.5 is now available for download.

It includes fixes for several bugs in the previous release as well as
updated translations.

Read the full changelog at http://www.freeciv.org/wiki/NEWS-2.2.5

Download the release tarball from one of our mirrors:

https://sourceforge.net/projects/freeciv/files/Freeciv%202.2/2.2.5/
http://download.gna.org/freeciv/stable/

On behalf of the Freeciv Dev Team,

Daniel Markstedt

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


[Freeciv-Dev] [task #7344] Windows packages for 2.2.5

2011-02-27 Thread Daniel Markstedt

URL:
  http://gna.org/task/?7344

 Summary: Windows packages for 2.2.5
 Project: Freeciv
Submitted by: dmarks
Submitted on: Sun 27 Feb 2011 06:57:31 PM PST
 Should Start On: Sun 27 Feb 2011 12:00:00 AM PST
   Should be Finished on: Sun 27 Feb 2011 12:00:00 AM PST
Category: None
Priority: 5 - Normal
  Status: None
 Privacy: Public
Percent Complete: 0%
 Assigned to: None
 Open/Closed: Open
 Discussion Lock: Any
  Effort: 0.00
 Planned Release: 

___

Details:






___

Reply to this item at:

  http://gna.org/task/?7344

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [task #7344] Windows packages for 2.2.5

2011-02-27 Thread Daniel Markstedt

Follow-up Comment #1, task #7344 (project freeciv):

Any takers?

___

Reply to this item at:

  http://gna.org/task/?7344

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [task #7345] Mac packages for 2.2.5

2011-02-27 Thread Daniel Markstedt

URL:
  http://gna.org/task/?7345

 Summary: Mac packages for 2.2.5
 Project: Freeciv
Submitted by: dmarks
Submitted on: Sun 27 Feb 2011 06:58:27 PM PST
 Should Start On: Sun 27 Feb 2011 12:00:00 AM PST
   Should be Finished on: Sun 27 Feb 2011 12:00:00 AM PST
Category: None
Priority: 5 - Normal
  Status: None
 Privacy: Public
Percent Complete: 0%
 Assigned to: bitaxis
 Open/Closed: Open
 Discussion Lock: Any
  Effort: 0.00
 Planned Release: 

___

Details:






___

Reply to this item at:

  http://gna.org/task/?7345

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [task #7343] Tracking release 2.2.5

2011-02-27 Thread Daniel Markstedt

Update of task #7343 (project freeciv):

  Depends on: = task #7344 


___

Reply to this item at:

  http://gna.org/task/?7343

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [task #7343] Tracking release 2.2.5

2011-02-27 Thread Daniel Markstedt

Update of task #7343 (project freeciv):

  Depends on: = task #7345 


___

Reply to this item at:

  http://gna.org/task/?7343

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [task #7343] Tracking release 2.2.5

2011-02-27 Thread Daniel Markstedt

Update of task #7343 (project freeciv):

Percent Complete: 70% = 80%
 Assigned to:  dmarks = None   

___

Follow-up Comment #1:

Windows and Mac packages remaining.

___

Reply to this item at:

  http://gna.org/task/?7343

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [task #7310] Mac packages for 2.3.0-beta3

2011-02-27 Thread Daniel Markstedt

Update of task #7310 (project freeciv):

  Status:None = Done   
 Open/Closed:Open = Closed 


___

Reply to this item at:

  http://gna.org/task/?7310

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [task #7323] Tracking release 2.3.0-beta3

2011-02-27 Thread Daniel Markstedt

Update of task #7323 (project freeciv):

 Open/Closed:Open = Closed 


___

Reply to this item at:

  http://gna.org/task/?7323

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [patch #2559] Replace deprecated gtk_idle_add() calls with g_idle_add() calls

2011-02-27 Thread Marko Lindqvist

Update of patch #2559 (project freeciv):

  Status:  Ready For Test = Done   
 Assigned to:None = cazfi  
 Open/Closed:Open = Closed 


___

Reply to this item at:

  http://gna.org/patch/?2559

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [patch #2539] adv_is_player_dangerous()

2011-02-27 Thread Marko Lindqvist

Follow-up Comment #1, patch #2539 (project freeciv):

- Moved calling of AI callback inside adv_is_player_dangerous() so it gets
used by all callers.

(file #12593)
___

Additional Item Attachment:

File name: AdvPlrDangerous_2539-2.diffSize:16 KB


___

Reply to this item at:

  http://gna.org/patch/?2539

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [bug #17816] 1: City size 4, citizen count 5 for Nassau

2011-02-27 Thread Marko Lindqvist

URL:
  http://gna.org/bugs/?17816

 Summary: 1: City size 4, citizen count 5 for Nassau
 Project: Freeciv
Submitted by: cazfi
Submitted on: Mon 28 Feb 2011 07:17:27 AM EET
Category: None
Severity: 3 - Normal
Priority: 5 - Normal
  Status: None
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Release: 
 Discussion Lock: Any
Operating System: None
 Planned Release: 

___

Details:

Seen in autogame. Current TRUNK, default ruleset. Once this run ends and I
get results gathered, I'll test if it is reproducible.




___

Reply to this item at:

  http://gna.org/bugs/?17816

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [patch #2582] Remove toluaxx from svn

2011-02-27 Thread Marko Lindqvist

URL:
  http://gna.org/patch/?2582

 Summary: Remove toluaxx from svn
 Project: Freeciv
Submitted by: cazfi
Submitted on: Mon 28 Feb 2011 07:29:12 AM EET
Category: bootstrap
Priority: 5 - Normal
  Status: Ready For Test
 Privacy: Public
 Assigned to: cazfi
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 2.3.0, 2.4.0

___

Details:

I don't think we will ever need old toluaxx code again - and if we do, it
will be in old revisions in version control anyway. So I suggest that we
remove it from TRUNK and S2_3.

It is already excluded from tarball creation.

If nobody objects this patch, I'll make 'svn rm' in a couple of days.




___

Reply to this item at:

  http://gna.org/patch/?2582

___
  Message sent via/by Gna!
  http://gna.org/


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