Changeset 82697
- Timestamp:
- 08/18/11 11:02:26 (4 years ago)
- Location:
- trunk/dports/games
- Files:
-
- 4 edited
-
freeciv-x11/Portfile (modified) (3 diffs)
-
freeciv-x11/files/patch-client-options.c.diff (modified) (2 diffs)
-
freeciv/Portfile (modified) (2 diffs)
-
freeciv/files/patch-client-options.c.diff (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/games/freeciv-x11/Portfile
r81384 r82697 4 4 5 5 name freeciv-x11 6 version 2.2.7 6 version 2.3.0 7 set branch [join [lrange [split ${version} .] 0 1] .] 7 8 categories games 8 9 maintainers nomaintainer … … 17 18 18 19 homepage http://www.freeciv.org/ 19 master_sites sourceforge:project/freeciv/Freeciv%20 2.2/${version}/ \20 master_sites sourceforge:project/freeciv/Freeciv%20${branch}/${version}/ \ 20 21 ftp://ftp.freeciv.org/freeciv/stable/ 21 22 distname freeciv-${version} … … 23 24 use_bzip2 yes 24 25 25 checksums sha1 b7cf680a25e9006cb3a289a2e5c786dd385577cb \26 rmd160 a1114cd9805dfeeab238071f9b7736b948474dde26 checksums rmd160 1f017139c5ac4c24d1b4b6767aca84e18b9db31b \ 27 sha256 f380f7f89a3478e8b2a68033b37325539248618508d94edf55b84e5e979fbefa 27 28 28 29 conflicts freeciv -
trunk/dports/games/freeciv-x11/files/patch-client-options.c.diff
r70373 r82697 1 --- client/options.c 2010-07-25 12:58:28.000000000 -07002 +++ client/options -hacked.c 2010-08-04 01:35:30.000000000 -07003 @@ - 472,7 +472,7 @@1 --- client/options.c.orig 2011-08-07 23:20:48.000000000 -0500 2 +++ client/options.c 2011-08-18 12:40:36.000000000 -0500 3 @@ -1661,7 +1661,7 @@ 4 4 "the sound plugin. The new plugin won't take " 5 5 "effect until you restart Freeciv. Changing this " … … 7 7 - COC_SOUND, GUI_LAST, NULL, get_soundplugin_list, NULL), 8 8 + COC_SOUND, GUI_LAST, "sdl", get_soundplugin_list, NULL), 9 /* gui_gtk2_default_theme_name and gui_sdl_default_theme_name are10 * different settings to avoid client crash after loading the11 * style for the other gui. Keeps 2 different options! */9 GEN_STR_OPTION(default_chat_logfile, 10 N_("The chat log file"), 11 N_("The name of the chat log file."), -
trunk/dports/games/freeciv/Portfile
r81384 r82697 5 5 6 6 name freeciv 7 version 2.2.7 7 version 2.3.0 8 set branch [join [lrange [split ${version} .] 0 1] .] 8 9 categories games 9 10 maintainers nomaintainer … … 18 19 19 20 homepage http://www.freeciv.org/ 20 master_sites sourceforge:project/${name}/Freeciv%20 2.2/${version}/ \21 master_sites sourceforge:project/${name}/Freeciv%20${branch}/${version}/ \ 21 22 ftp://ftp.freeciv.org/freeciv/stable/ 22 23 use_bzip2 yes 23 24 24 checksums sha1 b7cf680a25e9006cb3a289a2e5c786dd385577cb \25 rmd160 a1114cd9805dfeeab238071f9b7736b948474dde25 checksums rmd160 1f017139c5ac4c24d1b4b6767aca84e18b9db31b \ 26 sha256 f380f7f89a3478e8b2a68033b37325539248618508d94edf55b84e5e979fbefa 26 27 27 28 conflicts freeciv-x11 -
trunk/dports/games/freeciv/files/patch-client-options.c.diff
r70373 r82697 1 --- client/options.c 2010-07-25 12:58:28.000000000 -07002 +++ client/options -hacked.c 2010-08-04 01:35:30.000000000 -07003 @@ - 472,7 +472,7 @@1 --- client/options.c.orig 2011-08-07 23:20:48.000000000 -0500 2 +++ client/options.c 2011-08-18 12:40:36.000000000 -0500 3 @@ -1661,7 +1661,7 @@ 4 4 "the sound plugin. The new plugin won't take " 5 5 "effect until you restart Freeciv. Changing this " … … 7 7 - COC_SOUND, GUI_LAST, NULL, get_soundplugin_list, NULL), 8 8 + COC_SOUND, GUI_LAST, "sdl", get_soundplugin_list, NULL), 9 /* gui_gtk2_default_theme_name and gui_sdl_default_theme_name are10 * different settings to avoid client crash after loading the11 * style for the other gui. Keeps 2 different options! */9 GEN_STR_OPTION(default_chat_logfile, 10 N_("The chat log file"), 11 N_("The name of the chat log file."),
Note: See TracChangeset
for help on using the changeset viewer.

