SF.net SVN: gar:[26927] csw/mgar/pkg/freeciv/trunk

jake_goerzen at users.sourceforge.net jake_goerzen at users.sourceforge.net
Mon Apr 4 22:24:14 CEST 2022


Revision: 26927
          http://sourceforge.net/p/gar/code/26927
Author:   jake_goerzen
Date:     2022-04-04 20:24:14 +0000 (Mon, 04 Apr 2022)
Log Message:
-----------
freeciv: update to 3.0.0 ; drop sdl and xaw clients ; numerous recipe cleanups

Modified Paths:
--------------
    csw/mgar/pkg/freeciv/trunk/Makefile
    csw/mgar/pkg/freeciv/trunk/checksums
    csw/mgar/pkg/freeciv/trunk/files/0003-add-support-to-build-with-IPv6-on-Solaris.patch

Removed Paths:
-------------
    csw/mgar/pkg/freeciv/trunk/files/0001-use-finite-instead-of-isfinite.patch
    csw/mgar/pkg/freeciv/trunk/files/0003-adjust-path-to-include-MagickWand.h.patch
    csw/mgar/pkg/freeciv/trunk/files/CSWfreeciv.depend
    csw/mgar/pkg/freeciv/trunk/files/CSWfreeciv.gspec
    csw/mgar/pkg/freeciv/trunk/files/CSWfreeciv.prototype
    csw/mgar/pkg/freeciv/trunk/files/configure.diff
    csw/mgar/pkg/freeciv/trunk/files/dataio.c.diff

Modified: csw/mgar/pkg/freeciv/trunk/Makefile
===================================================================
--- csw/mgar/pkg/freeciv/trunk/Makefile	2022-04-03 08:04:04 UTC (rev 26926)
+++ csw/mgar/pkg/freeciv/trunk/Makefile	2022-04-04 20:24:14 UTC (rev 26927)
@@ -1,5 +1,5 @@
 NAME = freeciv
-VERSION = 2.6.6
+VERSION = 3.0.0
 GARTYPE = v2
 
 DESCRIPTION = Free turn-based multiplayer strategy game
@@ -8,17 +8,18 @@
 endef
 
 MASTER_SITES += $(SF_MIRRORS)
-DISTFILES  = $(NAME)-$(VERSION).tar.bz2
+DISTFILES  = $(NAME)-$(VERSION).tar.xz
 
 # We define upstream file regex so we can be notifed of new upstream software release
 UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=138322
 UPSTREAM_USE_SF = 1
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
+UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.xz
 
 RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibgthread2-0-0
 RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibbz2-1-0
 RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibiconv2
 RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibz1
+RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibicuuc57
 RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibintl9
 RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibgobject2-0-0
 RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibsdl1-2-0
@@ -32,12 +33,8 @@
 RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibcurl4
 RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibfreetype6
 RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibsqlite3-0
-RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibsdl-image1-2-0
 RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibpq5
-RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibpng16-16
 RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibmysqlclient18
-RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibsdl-ttf2-0-0
-RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibsdl-gfx15
 RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibsdl-mixer1-2-0
 RUNTIME_DEP_PKGS_CSWfreeciv += CSWlibmagickwand7q16hdri6
 
@@ -54,7 +51,8 @@
 
 CONFIGURE_ARGS += $(DIRPATHS)
 CONFIGURE_ARGS += --enable-fcdb=all
-CONFIGURE_ARGS += --enable-client=gtk2,sdl,xaw
+CONFIGURE_ARGS += --enable-fcmp=gtk2
+CONFIGURE_ARGS += --enable-client=gtk2
 CONFIGURE_ARGS += --disable-dependency-tracking
 CONFIGURE_ARGS += --with-magickwand=/opt/csw/bin
 

Modified: csw/mgar/pkg/freeciv/trunk/checksums
===================================================================
--- csw/mgar/pkg/freeciv/trunk/checksums	2022-04-03 08:04:04 UTC (rev 26926)
+++ csw/mgar/pkg/freeciv/trunk/checksums	2022-04-04 20:24:14 UTC (rev 26927)
@@ -1 +1 @@
-2f40775f142b509c0bfc6db89a3a8171  freeciv-2.6.6.tar.bz2
+c14ce8b30de27b5050c7c881353a2e6f  freeciv-3.0.0.tar.xz

Deleted: csw/mgar/pkg/freeciv/trunk/files/0001-use-finite-instead-of-isfinite.patch
===================================================================
--- csw/mgar/pkg/freeciv/trunk/files/0001-use-finite-instead-of-isfinite.patch	2022-04-03 08:04:04 UTC (rev 26926)
+++ csw/mgar/pkg/freeciv/trunk/files/0001-use-finite-instead-of-isfinite.patch	2022-04-04 20:24:14 UTC (rev 26927)
@@ -1,25 +0,0 @@
-From 7968df55fadd7ce6601d2a43581ff74dddc7fab6 Mon Sep 17 00:00:00 2001
-From: Jake Goerzen <jgoerzen at opencsw.org>
-Date: Tue, 13 Dec 2011 22:54:14 +0100
-Subject: [PATCH] use finite instead of isfinite
-
----
- client/cityrepdata.c |    2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/client/cityrepdata.c b/client/cityrepdata.c
-index bcc0d28..a58c741 100644
---- a/client/cityrepdata.c
-+++ b/client/cityrepdata.c
-@@ -795,7 +795,7 @@ static void split_string(struct datum_vector *data, const char *str)
-     float value;
- 
-     value = strtof(str, &endptr);
--    if(endptr == str || !isfinite(value)) {
-+    if(endptr == str || !finite(value)) {
-       /* that wasn't a sensible number; go on */
-       str++;
-     } else {
--- 
-1.7.6.1
-

Modified: csw/mgar/pkg/freeciv/trunk/files/0003-add-support-to-build-with-IPv6-on-Solaris.patch
===================================================================
--- csw/mgar/pkg/freeciv/trunk/files/0003-add-support-to-build-with-IPv6-on-Solaris.patch	2022-04-03 08:04:04 UTC (rev 26926)
+++ csw/mgar/pkg/freeciv/trunk/files/0003-add-support-to-build-with-IPv6-on-Solaris.patch	2022-04-04 20:24:14 UTC (rev 26927)
@@ -1,6 +1,6 @@
-From f8eb73a9fec76f8e513a4fa65c428ad21c656e53 Mon Sep 17 00:00:00 2001
+From a6425d5832f790d4cd1eede39f2a432a8098c99c Mon Sep 17 00:00:00 2001
 From: Jake Goerzen <jgoerzen at opencsw.org>
-Date: Tue, 15 Mar 2022 01:10:58 +0100
+Date: Mon, 4 Apr 2022 21:21:48 +0200
 Subject: [PATCH] add support to build with IPv6 on Solaris
 
 ---
@@ -8,11 +8,11 @@
  1 file changed, 4 insertions(+)
 
 diff --git a/configure.ac b/configure.ac
-index 951d5ab..4d101d9 100644
+index d75fee7..6b79d8e 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -200,6 +200,9 @@ case "$host_os" in
-   *haiku*)
+@@ -203,10 +203,14 @@ case "$host_os" in
+     HAIKU=yes
      LIBS="$LIBS -lnetwork"
      ;;
 +  *solaris*)
@@ -21,14 +21,11 @@
  esac
  
  dnl Networking headers
-@@ -209,6 +212,7 @@ dnl Avoid including the unix emulation layer if we build mingw executables
+ AC_CHECK_HEADERS([sys/types.h], [AC_DEFINE([FREECIV_HAVE_SYS_TYPES_H], [1], [sys/types.h available])])
++AC_CHECK_HEADERS([netdb.h], [AC_DEFINE([FREECIV_HAVE_NETDB_H], [1], [netdb.h available])])
+ 
+ dnl Avoid including the unix emulation layer if we build mingw executables
  dnl There would be type conflicts between winsock and bsd/unix includes
- if test "x$MINGW" != "xyes"; then
-   AC_CHECK_HEADERS([sys/socket.h], [AC_DEFINE([FREECIV_HAVE_SYS_SOCKET_H], [1], [sys/socket.h available])])
-+  AC_CHECK_HEADERS([netdb.h], [AC_DEFINE([FREECIV_HAVE_NETDB_H], [1], [netdb.h available])])
- fi
- 
- dnl Check getaddrinfo just once here, and remember the result
 -- 
 2.4.0
 

Deleted: csw/mgar/pkg/freeciv/trunk/files/0003-adjust-path-to-include-MagickWand.h.patch
===================================================================
--- csw/mgar/pkg/freeciv/trunk/files/0003-adjust-path-to-include-MagickWand.h.patch	2022-04-03 08:04:04 UTC (rev 26926)
+++ csw/mgar/pkg/freeciv/trunk/files/0003-adjust-path-to-include-MagickWand.h.patch	2022-04-04 20:24:14 UTC (rev 26927)
@@ -1,25 +0,0 @@
-From 581a3ecf70a159224d173c7f220075feb5be84fe Mon Sep 17 00:00:00 2001
-From: Jake Goerzen <jgoerzen at opencsw.org>
-Date: Mon, 6 Mar 2017 22:41:33 +0100
-Subject: [PATCH] adjust path to include MagickWand.h
-
----
- common/mapimg.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/common/mapimg.c b/common/mapimg.c
-index ad57fd0..026a5e5 100644
---- a/common/mapimg.c
-+++ b/common/mapimg.c
-@@ -18,7 +18,7 @@
- #include <stdarg.h>
- 
- #ifdef HAVE_MAPIMG_MAGICKWAND
--  #include <wand/MagickWand.h>
-+  #include <MagickWand.h>
- #endif /* HAVE_MAPIMG_MAGICKWAND */
- 
- /* utility */
--- 
-2.4.0
-

Deleted: csw/mgar/pkg/freeciv/trunk/files/CSWfreeciv.depend
===================================================================
--- csw/mgar/pkg/freeciv/trunk/files/CSWfreeciv.depend	2022-04-03 08:04:04 UTC (rev 26926)
+++ csw/mgar/pkg/freeciv/trunk/files/CSWfreeciv.depend	2022-04-04 20:24:14 UTC (rev 26927)
@@ -1,13 +0,0 @@
-P	CSWaudiofile
-P	CSWgtk2
-P	CSWglib2
-P	CSWlibsdl
-P	CSWsdlmixer
-P	CSWlibatk
-P	CSWlibcairo
-P	CSWesound
-P	CSWiconv
-P	CSWggettextrt
-P	CSWpango
-P	CSWreadline
-P	CSWzlib

Deleted: csw/mgar/pkg/freeciv/trunk/files/CSWfreeciv.gspec
===================================================================
--- csw/mgar/pkg/freeciv/trunk/files/CSWfreeciv.gspec	2022-04-03 08:04:04 UTC (rev 26926)
+++ csw/mgar/pkg/freeciv/trunk/files/CSWfreeciv.gspec	2022-04-04 20:24:14 UTC (rev 26927)
@@ -1,4 +0,0 @@
-%var            bitname freeciv
-%var            pkgname CSWfreeciv
-%include        url file://%{PKGLIB}/csw_dyndepend.gspec
-%copyright      url file://%{WORKSRC}/COPYING

Deleted: csw/mgar/pkg/freeciv/trunk/files/CSWfreeciv.prototype
===================================================================
--- csw/mgar/pkg/freeciv/trunk/files/CSWfreeciv.prototype	2022-04-03 08:04:04 UTC (rev 26926)
+++ csw/mgar/pkg/freeciv/trunk/files/CSWfreeciv.prototype	2022-04-04 20:24:14 UTC (rev 26927)
@@ -1,950 +0,0 @@
-d none /opt/csw/bin 0755 root bin
-f none /opt/csw/bin/civclient 0755 root bin
-f none /opt/csw/bin/civmanual 0755 root bin
-f none /opt/csw/bin/civserver 0755 root bin
-d none /opt/csw/share 0755 root bin
-d none /opt/csw/share/applications 0755 root bin
-f none /opt/csw/share/applications/freeciv-server.desktop 0644 root bin
-f none /opt/csw/share/applications/freeciv.desktop 0644 root bin
-d none /opt/csw/share/freeciv 0755 root bin
-d none /opt/csw/share/freeciv/amplio 0755 root bin
-f none /opt/csw/share/freeciv/amplio.tilespec 0644 root bin
-f none /opt/csw/share/freeciv/amplio/ancientcities.png 0644 root bin
-f none /opt/csw/share/freeciv/amplio/ancientcities.spec 0644 root bin
-f none /opt/csw/share/freeciv/amplio/buildings.spec 0644 root bin
-f none /opt/csw/share/freeciv/amplio/cityicon.png 0644 root bin
-f none /opt/csw/share/freeciv/amplio/civicon.png 0644 root bin
-f none /opt/csw/share/freeciv/amplio/explosions.png 0644 root bin
-f none /opt/csw/share/freeciv/amplio/explosions.spec 0644 root bin
-f none /opt/csw/share/freeciv/amplio/fog.png 0644 root bin
-f none /opt/csw/share/freeciv/amplio/fog.spec 0644 root bin
-f none /opt/csw/share/freeciv/amplio/grid.png 0644 root bin
-f none /opt/csw/share/freeciv/amplio/grid.spec 0644 root bin
-f none /opt/csw/share/freeciv/amplio/icons.spec 0644 root bin
-f none /opt/csw/share/freeciv/amplio/medievalcities.png 0644 root bin
-f none /opt/csw/share/freeciv/amplio/medievalcities.spec 0644 root bin
-f none /opt/csw/share/freeciv/amplio/moderncities.png 0644 root bin
-f none /opt/csw/share/freeciv/amplio/moderncities.spec 0644 root bin
-f none /opt/csw/share/freeciv/amplio/nuke.png 0644 root bin
-f none /opt/csw/share/freeciv/amplio/nuke.spec 0644 root bin
-f none /opt/csw/share/freeciv/amplio/select-alpha.png 0644 root bin
-f none /opt/csw/share/freeciv/amplio/select.png 0644 root bin
-f none /opt/csw/share/freeciv/amplio/select.spec 0644 root bin
-f none /opt/csw/share/freeciv/amplio/terrain1.png 0644 root bin
-f none /opt/csw/share/freeciv/amplio/terrain1.spec 0644 root bin
-f none /opt/csw/share/freeciv/amplio/terrain2.png 0644 root bin
-f none /opt/csw/share/freeciv/amplio/terrain2.spec 0644 root bin
-f none /opt/csw/share/freeciv/amplio/tiles.png 0644 root bin
-f none /opt/csw/share/freeciv/amplio/tiles.spec 0644 root bin
-f none /opt/csw/share/freeciv/amplio/units.png 0644 root bin
-f none /opt/csw/share/freeciv/amplio/units.spec 0644 root bin
-f none /opt/csw/share/freeciv/amplio/wonders.spec 0644 root bin
-d none /opt/csw/share/freeciv/buildings 0755 root bin
-f none /opt/csw/share/freeciv/buildings/airport.png 0644 root bin
-f none /opt/csw/share/freeciv/buildings/aqueduct.png 0644 root bin
-f none /opt/csw/share/freeciv/buildings/bank.png 0644 root bin
-f none /opt/csw/share/freeciv/buildings/barracks_i.png 0644 root bin
-f none /opt/csw/share/freeciv/buildings/barracks_ii.png 0644 root bin
-f none /opt/csw/share/freeciv/buildings/barracks_iii.png 0644 root bin
-f none /opt/csw/share/freeciv/buildings/capitalization.png 0644 root bin
-f none /opt/csw/share/freeciv/buildings/cathedral.png 0644 root bin
-f none /opt/csw/share/freeciv/buildings/city_walls.png 0644 root bin
-f none /opt/csw/share/freeciv/buildings/coastal_defense.png 0644 root bin
-f none /opt/csw/share/freeciv/buildings/colosseum.png 0644 root bin
-f none /opt/csw/share/freeciv/buildings/courthouse.png 0644 root bin
-f none /opt/csw/share/freeciv/buildings/factory.png 0644 root bin
-f none /opt/csw/share/freeciv/buildings/granary.png 0644 root bin
-f none /opt/csw/share/freeciv/buildings/harbor.png 0644 root bin
-f none /opt/csw/share/freeciv/buildings/hydro_plant.png 0644 root bin
-f none /opt/csw/share/freeciv/buildings/library.png 0644 root bin
-f none /opt/csw/share/freeciv/buildings/marketplace.png 0644 root bin
-f none /opt/csw/share/freeciv/buildings/mass_transit.png 0644 root bin
-f none /opt/csw/share/freeciv/buildings/mfg_plant.png 0644 root bin
-f none /opt/csw/share/freeciv/buildings/nuclear_plant.png 0644 root bin
-f none /opt/csw/share/freeciv/buildings/offshore_platform.png 0644 root bin
-f none /opt/csw/share/freeciv/buildings/palace.png 0644 root bin
-f none /opt/csw/share/freeciv/buildings/police_station.png 0644 root bin
-f none /opt/csw/share/freeciv/buildings/port_facility.png 0644 root bin
-f none /opt/csw/share/freeciv/buildings/power_plant.png 0644 root bin
-f none /opt/csw/share/freeciv/buildings/recycling_center.png 0644 root bin
-f none /opt/csw/share/freeciv/buildings/research_lab.png 0644 root bin
-f none /opt/csw/share/freeciv/buildings/sam_battery.png 0644 root bin
-f none /opt/csw/share/freeciv/buildings/sdi_defense.png 0644 root bin
-f none /opt/csw/share/freeciv/buildings/sewer_system.png 0644 root bin
-f none /opt/csw/share/freeciv/buildings/solar_plant.png 0644 root bin
-f none /opt/csw/share/freeciv/buildings/space_component.png 0644 root bin
-f none /opt/csw/share/freeciv/buildings/space_modules.png 0644 root bin
-f none /opt/csw/share/freeciv/buildings/space_structural.png 0644 root bin
-f none /opt/csw/share/freeciv/buildings/stock_exchange.png 0644 root bin
-f none /opt/csw/share/freeciv/buildings/super_highways.png 0644 root bin
-f none /opt/csw/share/freeciv/buildings/supermarket.png 0644 root bin
-f none /opt/csw/share/freeciv/buildings/temple.png 0644 root bin
-f none /opt/csw/share/freeciv/buildings/university.png 0644 root bin
-d none /opt/csw/share/freeciv/civ1 0755 root bin
-f none /opt/csw/share/freeciv/civ1.serv 0644 root bin
-f none /opt/csw/share/freeciv/civ1/buildings.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/civ1/effects.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/civ1/game.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/civ1/governments.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/civ1/nations.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/civ1/techs.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/civ1/terrain.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/civ1/units.ruleset 0644 root bin
-d none /opt/csw/share/freeciv/civ2 0755 root bin
-f none /opt/csw/share/freeciv/civ2.serv 0644 root bin
-f none /opt/csw/share/freeciv/civ2/buildings.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/civ2/cities.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/civ2/effects.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/civ2/game.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/civ2/governments.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/civ2/techs.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/civ2/terrain.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/civ2/units.ruleset 0644 root bin
-d none /opt/csw/share/freeciv/default 0755 root bin
-f none /opt/csw/share/freeciv/default.serv 0644 root bin
-f none /opt/csw/share/freeciv/default/buildings.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/default/cities.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/default/effects.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/default/game.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/default/governments.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/default/nations.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/default/script.lua 0644 root bin
-f none /opt/csw/share/freeciv/default/techs.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/default/terrain.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/default/units.ruleset 0644 root bin
-d none /opt/csw/share/freeciv/flags 0755 root bin
-f none /opt/csw/share/freeciv/flags/aborigines-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/aborigines.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/afghanistan-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/afghanistan.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/algeria-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/algeria.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/antarctica-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/antarctica.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/arab-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/arab.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/aram-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/aram.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/argentina-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/argentina.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/armenia-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/armenia.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/assyria-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/assyria.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/australia-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/australia.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/austria-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/austria.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/azerbaijan-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/azerbaijan.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/aztec-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/aztec.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/babylon-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/babylon.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/bangladesh-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/bangladesh.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/barbarian-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/barbarian.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/bavarian-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/bavarian.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/belgium-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/belgium.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/boer-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/boer.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/bosnia-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/bosnia.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/brasil-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/brasil.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/bulgaria-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/bulgaria.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/byzantium-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/byzantium.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/canada-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/canada.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/cartago-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/cartago.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/catalan-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/catalan.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/cheyenne-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/cheyenne.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/chile-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/chile.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/china-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/china.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/colombia-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/colombia.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/constantine-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/constantine.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/cornwall-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/cornwall.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/croatia-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/croatia.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/cuba-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/cuba.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/czech-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/czech.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/denmark-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/denmark.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/egypt-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/egypt.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/egypt_ancient-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/egypt_ancient.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/england-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/england.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/estonia-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/estonia.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/ethiopia-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/ethiopia.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/europe-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/europe.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/finland-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/finland.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/france-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/france.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/france_old-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/france_old.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/galicia-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/galicia.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/gaul-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/gaul.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/georgia-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/georgia.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/germany-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/germany.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/greece-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/greece.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/greece_ancient-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/greece_ancient.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/greenland-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/greenland.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/hittite-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/hittite.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/hungary-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/hungary.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/iceland-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/iceland.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/illyria-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/illyria.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/inca-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/inca.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/india-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/india.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/indonesia-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/indonesia.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/iran-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/iran.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/iran_ancient-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/iran_ancient.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/iraq-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/iraq.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/iraq_old-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/iraq_old.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/ireland-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/ireland.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/iroquois-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/iroquois.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/israel-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/israel.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/italy-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/italy.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/japan-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/japan.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/kampuchea-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/kampuchea.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/kenya-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/kenya.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/korea-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/korea.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/latvia-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/latvia.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/libya-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/libya.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/lithuania-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/lithuania.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/macedonia-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/macedonia.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/madagascar-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/madagascar.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/malaysia-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/malaysia.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/mali-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/mali.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/maori-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/maori.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/mars-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/mars.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/maya-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/maya.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/mexico-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/mexico.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/mongolia-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/mongolia.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/myanmar-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/myanmar.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/nato-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/nato.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/netherlands-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/netherlands.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/newzealand-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/newzealand.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/nigeria-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/nigeria.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/norway-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/norway.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/observer-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/observer.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/ottoman-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/ottoman.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/pakistan-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/pakistan.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/palmyra-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/palmyra.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/papua_newguinea-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/papua_newguinea.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/peru-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/peru.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/philippines-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/philippines.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/phoenicia-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/phoenicia.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/poland-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/poland.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/portugal-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/portugal.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/qing-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/qing.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/quebec-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/quebec.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/romania-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/romania.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/rome-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/rome.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/russia-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/russia.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/rwanda-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/rwanda.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/ryukyu-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/ryukyu.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/sapmi-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/sapmi.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/scotland-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/scotland.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/serbia-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/serbia.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/silesia-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/silesia.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/singapore-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/singapore.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/slovakia-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/slovakia.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/slovenia-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/slovenia.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/south_africa-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/south_africa.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/southern_cross-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/southern_cross.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/soviet-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/soviet.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/spain-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/spain.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/srilanka-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/srilanka.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/stpatrick-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/stpatrick.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/sudan-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/sudan.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/sumeria-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/sumeria.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/swaziland-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/swaziland.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/sweden-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/sweden.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/swiss-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/swiss.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/syria-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/syria.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/taiwan-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/taiwan.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/texas-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/texas.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/thailand-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/thailand.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/tibet-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/tibet.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/tunisia-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/tunisia.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/turkey-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/turkey.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/ukraine-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/ukraine.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/united_kingdom-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/united_kingdom.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/united_nations-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/united_nations.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/unknown-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/unknown.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/usa-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/usa.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/uyghur-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/uyghur.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/venezuela-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/venezuela.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/vietnam-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/vietnam.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/viking-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/viking.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/wales-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/wales.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/westphalia-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/westphalia.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/zulu-shield.png 0644 root bin
-f none /opt/csw/share/freeciv/flags/zulu.png 0644 root bin
-f none /opt/csw/share/freeciv/freeciv.rc-2.0 0644 root bin
-f none /opt/csw/share/freeciv/helpdata.txt 0644 root bin
-d none /opt/csw/share/freeciv/hex2t 0755 root bin
-f none /opt/csw/share/freeciv/hex2t.tilespec 0644 root bin
-f none /opt/csw/share/freeciv/hex2t/grid.png 0644 root bin
-f none /opt/csw/share/freeciv/hex2t/grid.spec 0644 root bin
-f none /opt/csw/share/freeciv/hex2t/items.png 0644 root bin
-f none /opt/csw/share/freeciv/hex2t/items.spec 0644 root bin
-f none /opt/csw/share/freeciv/hex2t/overlays.png 0644 root bin
-f none /opt/csw/share/freeciv/hex2t/overlays.spec 0644 root bin
-f none /opt/csw/share/freeciv/hex2t/select.png 0644 root bin
-f none /opt/csw/share/freeciv/hex2t/select.spec 0644 root bin
-f none /opt/csw/share/freeciv/hex2t/tiles.png 0644 root bin
-f none /opt/csw/share/freeciv/hex2t/tiles.spec 0644 root bin
-d none /opt/csw/share/freeciv/isophex 0755 root bin
-f none /opt/csw/share/freeciv/isophex.tilespec 0644 root bin
-f none /opt/csw/share/freeciv/isophex/darkness.png 0644 root bin
-f none /opt/csw/share/freeciv/isophex/darkness.spec 0644 root bin
-f none /opt/csw/share/freeciv/isophex/gold.spec 0644 root bin
-f none /opt/csw/share/freeciv/isophex/grid.png 0644 root bin
-f none /opt/csw/share/freeciv/isophex/grid.spec 0644 root bin
-f none /opt/csw/share/freeciv/isophex/rivers.png 0644 root bin
-f none /opt/csw/share/freeciv/isophex/rivers.spec 0644 root bin
-f none /opt/csw/share/freeciv/isophex/terrain1.png 0644 root bin
-f none /opt/csw/share/freeciv/isophex/terrain1.spec 0644 root bin
-f none /opt/csw/share/freeciv/isophex/terrain2.png 0644 root bin
-f none /opt/csw/share/freeciv/isophex/terrain2.spec 0644 root bin
-f none /opt/csw/share/freeciv/isophex/tiles.png 0644 root bin
-f none /opt/csw/share/freeciv/isophex/tiles.spec 0644 root bin
-d none /opt/csw/share/freeciv/isotrident 0755 root bin
-f none /opt/csw/share/freeciv/isotrident.tilespec 0644 root bin
-f none /opt/csw/share/freeciv/isotrident/cities.png 0644 root bin
-f none /opt/csw/share/freeciv/isotrident/cities.spec 0644 root bin
-f none /opt/csw/share/freeciv/isotrident/fog.png 0644 root bin
-f none /opt/csw/share/freeciv/isotrident/fog.spec 0644 root bin
-f none /opt/csw/share/freeciv/isotrident/grid.png 0644 root bin
-f none /opt/csw/share/freeciv/isotrident/grid.spec 0644 root bin
-f none /opt/csw/share/freeciv/isotrident/morecities.png 0644 root bin
-f none /opt/csw/share/freeciv/isotrident/morecities.spec 0644 root bin
-f none /opt/csw/share/freeciv/isotrident/nuke.png 0644 root bin
-f none /opt/csw/share/freeciv/isotrident/nuke.spec 0644 root bin
-f none /opt/csw/share/freeciv/isotrident/select.png 0644 root bin
-f none /opt/csw/share/freeciv/isotrident/select.spec 0644 root bin
-f none /opt/csw/share/freeciv/isotrident/terrain1.png 0644 root bin
-f none /opt/csw/share/freeciv/isotrident/terrain1.spec 0644 root bin
-f none /opt/csw/share/freeciv/isotrident/terrain2.png 0644 root bin
-f none /opt/csw/share/freeciv/isotrident/terrain2.spec 0644 root bin
-f none /opt/csw/share/freeciv/isotrident/tiles.png 0644 root bin
-f none /opt/csw/share/freeciv/isotrident/tiles.spec 0644 root bin
-f none /opt/csw/share/freeciv/isotrident/unitextras.png 0644 root bin
-f none /opt/csw/share/freeciv/isotrident/unitextras.spec 0644 root bin
-d none /opt/csw/share/freeciv/misc 0755 root bin
-f none /opt/csw/share/freeciv/misc/buildings.png 0644 root bin
-f none /opt/csw/share/freeciv/misc/buildings.spec 0644 root bin
-f none /opt/csw/share/freeciv/misc/chiefs.png 0644 root bin
-f none /opt/csw/share/freeciv/misc/chiefs.spec 0644 root bin
-f none /opt/csw/share/freeciv/misc/citybar.png 0644 root bin
-f none /opt/csw/share/freeciv/misc/citybar.spec 0644 root bin
-f none /opt/csw/share/freeciv/misc/cityicon.png 0644 root bin
-f none /opt/csw/share/freeciv/misc/civicon.png 0644 root bin
-f none /opt/csw/share/freeciv/misc/colors.png 0644 root bin
-f none /opt/csw/share/freeciv/misc/colors.spec 0644 root bin
-f none /opt/csw/share/freeciv/misc/colors.tilespec 0644 root bin
-f none /opt/csw/share/freeciv/misc/cursors.png 0644 root bin
-f none /opt/csw/share/freeciv/misc/cursors.spec 0644 root bin
-f none /opt/csw/share/freeciv/misc/flags.spec 0644 root bin
-f none /opt/csw/share/freeciv/misc/icons.spec 0644 root bin
-f none /opt/csw/share/freeciv/misc/intro.png 0644 root bin
-f none /opt/csw/share/freeciv/misc/overlays.png 0644 root bin
-f none /opt/csw/share/freeciv/misc/overlays.spec 0644 root bin
-f none /opt/csw/share/freeciv/misc/radar.png 0644 root bin
-f none /opt/csw/share/freeciv/misc/shields.spec 0644 root bin
-f none /opt/csw/share/freeciv/misc/small.png 0644 root bin
-f none /opt/csw/share/freeciv/misc/small.spec 0644 root bin
-f none /opt/csw/share/freeciv/misc/space.png 0644 root bin
-f none /opt/csw/share/freeciv/misc/space.spec 0644 root bin
-f none /opt/csw/share/freeciv/misc/techs.png 0644 root bin
-f none /opt/csw/share/freeciv/misc/techs.spec 0644 root bin
-f none /opt/csw/share/freeciv/misc/treaty.png 0644 root bin
-f none /opt/csw/share/freeciv/misc/treaty.spec 0644 root bin
-d none /opt/csw/share/freeciv/nation 0755 root bin
-f none /opt/csw/share/freeciv/nation/aborigines.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/afghani.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/algerian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/american.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/antarctican.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/arab.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/aramean.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/argentine.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/armenian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/assyrian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/australian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/austrian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/aztec.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/babylonian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/barbarian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/bavarian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/belgian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/bengali.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/boer.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/bosnia.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/brazilian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/british.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/bulgarian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/burmese.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/byzantium.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/canadian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/carthaginian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/catalan.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/chilean.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/chinese.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/colombian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/confederate.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/cornish.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/croatian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/cuban.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/czech.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/danish.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/dutch.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/egyptian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/english.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/estonian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/ethiopian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/filipino.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/finnish.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/french.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/galician.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/gallic.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/georgian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/german.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/greek.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/hellenic.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/hittite.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/hungarian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/icelandic.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/illyrian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/inca.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/indian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/indonesian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/inuit.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/iraqi.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/irish.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/iroquois.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/israeli.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/italian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/japanese.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/kampuchean.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/kenyan.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/korean.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/lankese.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/latvian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/libyan.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/lithuanian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/malagasy.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/malaysian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/malian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/manchu.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/maori.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/martian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/mayan.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/mexican.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/mongol.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/newzealand.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/nigerian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/norwegian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/ottoman.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/papuan.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/persian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/phoenician.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/polish.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/portuguese.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/quebecois.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/roman.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/romanian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/russian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/ryukyuan.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/sami.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/scottish.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/serbian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/silesian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/singaporean.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/sioux.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/slovakian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/slovenian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/southafrican.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/soviet.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/spanish.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/sudanese.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/sumerian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/swazi.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/swedish.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/swiss.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/taiwanese.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/texan.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/thai.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/tibetan.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/tunisian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/turk.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/ukrainian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/uyghur.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/venezuelan.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/vietnamese.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/viking.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/welsh.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/westphalian.ruleset 0644 root bin
-f none /opt/csw/share/freeciv/nation/zulu.ruleset 0644 root bin
-d none /opt/csw/share/freeciv/scenario 0755 root bin
-f none /opt/csw/share/freeciv/scenario/british-isles-85x80-v2.80.sav.gz 0644 root bin
-f none /opt/csw/share/freeciv/scenario/earth-160x90-v2.sav.gz 0644 root bin
-f none /opt/csw/share/freeciv/scenario/earth-80x50-v2.sav.gz 0644 root bin
-f none /opt/csw/share/freeciv/scenario/europe-200x100-v2.sav.gz 0644 root bin
-f none /opt/csw/share/freeciv/scenario/hagworld-120x60-v1.2.sav.gz 0644 root bin
-f none /opt/csw/share/freeciv/scenario/iberian-peninsula-136x100-v1.0.sav.gz 0644 root bin
-f none /opt/csw/share/freeciv/scenario/tutorial.sav.gz 0644 root bin
-d none /opt/csw/share/freeciv/stdsounds 0755 root bin
-f none /opt/csw/share/freeciv/stdsounds.soundspec 0644 root bin
-f none /opt/csw/share/freeciv/stdsounds/LrgCan.ogg 0644 root bin
-f none /opt/csw/share/freeciv/stdsounds/LrgExpl.ogg 0644 root bin
-f none /opt/csw/share/freeciv/stdsounds/MedCan.ogg 0644 root bin
-f none /opt/csw/share/freeciv/stdsounds/MgBar1.ogg 0644 root bin
-f none /opt/csw/share/freeciv/stdsounds/MgBar2.ogg 0644 root bin
-f none /opt/csw/share/freeciv/stdsounds/MgHeavy.ogg 0644 root bin
-f none /opt/csw/share/freeciv/stdsounds/Mortar.ogg 0644 root bin
-f none /opt/csw/share/freeciv/stdsounds/SmlExpl.ogg 0644 root bin
-f none /opt/csw/share/freeciv/stdsounds/Splash.ogg 0644 root bin
-f none /opt/csw/share/freeciv/stdsounds/THover.ogg 0644 root bin
-f none /opt/csw/share/freeciv/stdsounds/Tread.ogg 0644 root bin
-f none /opt/csw/share/freeciv/stdsounds/foot3.ogg 0644 root bin
-f none /opt/csw/share/freeciv/stdsounds/inh2o.ogg 0644 root bin
-f none /opt/csw/share/freeciv/stdsounds/metbrk.ogg 0644 root bin
-f none /opt/csw/share/freeciv/stdsounds/wall01.ogg 0644 root bin
-f none /opt/csw/share/freeciv/stdsounds/woodbrk.ogg 0644 root bin
-d none /opt/csw/share/freeciv/themes 0755 root bin
-d none /opt/csw/share/freeciv/themes/gui-gtk-2.0 0755 root bin
-d none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv 0755 root bin
-d none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0 0755 root bin
-d none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Arrows 0755 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Arrows/arrow-down.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Arrows/arrow-left.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Arrows/arrow-right-norm.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Arrows/arrow-right-prelight.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Arrows/arrow-right.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Arrows/arrow-up.png 0644 root bin
-d none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Buttons 0755 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Buttons/button-default.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Buttons/button-insensitive.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Buttons/button-normal.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Buttons/button-prelight.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Buttons/button-pressed.png 0644 root bin
-d none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Check-Radio 0755 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Check-Radio/check1.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Check-Radio/check2.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Check-Radio/check3.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Check-Radio/check4.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Check-Radio/checklight.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Check-Radio/highlight.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Check-Radio/option1.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Check-Radio/option2.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Check-Radio/option3.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Check-Radio/option4.png 0644 root bin
-d none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Combo 0755 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Combo/combo-arrow-insens.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Combo/combo-arrow-prelight.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Combo/combo-arrow.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Combo/combo-inactive.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Combo/combo-normal.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Combo/combo-prelight.png 0644 root bin
-d none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Frame-Gap 0755 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Frame-Gap/frame-gap-end.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Frame-Gap/frame-gap-start.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Frame-Gap/frame1.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Frame-Gap/frame2.png 0644 root bin
-d none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Handles 0755 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Handles/handle-h.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Handles/handle-v.png 0644 root bin
-d none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Lines 0755 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Lines/line-h.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Lines/line-v.png 0644 root bin
-d none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ListHeaders 0755 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ListHeaders/list_header-insens.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ListHeaders/list_header-prelight.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ListHeaders/list_header-pressed.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ListHeaders/list_header.png 0644 root bin
-d none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Menu-Menubar 0755 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Menu-Menubar/menu-overlay.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Menu-Menubar/menu.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Menu-Menubar/menubar-item.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Menu-Menubar/menubar.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Menu-Menubar/menuitem.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Menu-Menubar/menuline.png 0644 root bin
-d none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Others 0755 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Others/focus.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Others/null.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Others/ruler.png 0644 root bin
-d none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Panel 0755 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Panel/panel-bg.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Panel/panelbutton1.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Panel/panelbutton2.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Panel/panelbutton3.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Panel/panelbutton4.png 0644 root bin
-d none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ProgressBar 0755 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ProgressBar/progressbar-horiz-1.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ProgressBar/progressbar-horiz-2.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ProgressBar/progressbar-horiz.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ProgressBar/t-progressbar-horiz-2.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ProgressBar/t-progressbar-horiz.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ProgressBar/t-progressbar-vert.png 0644 root bin
-d none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Range 0755 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Range/null.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Range/slider-horiz-prelight.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Range/slider-horiz.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Range/slider-vert-prelight.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Range/slider-vert.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Range/trough-horizontal.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Range/trough-vertical.png 0644 root bin
-d none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars 0755 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/scroll-thumb-horiz.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/scroll-thumb-vert.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/slider-horiz-insens.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/slider-horiz-prelight.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/slider-horiz.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/slider-vert-insens.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/slider-vert-prelight.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/slider-vert.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/stepper-down-insens.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/stepper-down-prelight.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/stepper-down.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/stepper-left-insens.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/stepper-left-prelight.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/stepper-left.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/stepper-right-insens.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/stepper-right-prelight.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/stepper-right.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/stepper-up-insens.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/stepper-up-prelight.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/stepper-up.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/stepper.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/trough-scrollbar-vert.png 0644 root bin
-d none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Shadows 0755 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Shadows/entry-shadow-in.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Shadows/shadow-etched-out.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Shadows/shadow-in.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Shadows/shadow-none.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Shadows/shadow-out.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Shadows/text-entry.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Shadows/text.png 0644 root bin
-d none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Spin 0755 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Spin/spin-down-disable.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Spin/spin-down-prelight.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Spin/spin-down.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Spin/spin-up-disable.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Spin/spin-up-prelight.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Spin/spin-up.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Spin/spin.png 0644 root bin
-d none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Tabs 0755 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Tabs/notebook.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Tabs/null.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Tabs/tab-bottom-active.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Tabs/tab-bottom.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Tabs/tab-left-active.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Tabs/tab-left.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Tabs/tab-right-active.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Tabs/tab-right.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Tabs/tab-top-active.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Tabs/tab-top.png 0644 root bin
-d none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Toolbar 0755 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Toolbar/toolbar.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Toolbar/toolbutton-normal.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Toolbar/toolbutton-prelight.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Toolbar/toolbutton-pressed.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Toolbar/toolbutton-toggled.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/bg.png 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/gtkrc 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/menubar.rc 0644 root bin
-f none /opt/csw/share/freeciv/themes/gui-gtk-2.0/Freeciv/gtk-2.0/panel.rc 0644 root bin
-d none /opt/csw/share/freeciv/trident 0755 root bin
-f none /opt/csw/share/freeciv/trident.tilespec 0644 root bin
-f none /opt/csw/share/freeciv/trident/auto_ll.spec 0644 root bin
-f none /opt/csw/share/freeciv/trident/cities.png 0644 root bin
-f none /opt/csw/share/freeciv/trident/cities.spec 0644 root bin
-f none /opt/csw/share/freeciv/trident/explosions.png 0644 root bin
-f none /opt/csw/share/freeciv/trident/explosions.spec 0644 root bin
-f none /opt/csw/share/freeciv/trident/fog.png 0644 root bin
-f none /opt/csw/share/freeciv/trident/fog.spec 0644 root bin
-f none /opt/csw/share/freeciv/trident/grid.png 0644 root bin
-f none /opt/csw/share/freeciv/trident/grid.spec 0644 root bin
-f none /opt/csw/share/freeciv/trident/roads.png 0644 root bin
-f none /opt/csw/share/freeciv/trident/roads.spec 0644 root bin
-f none /opt/csw/share/freeciv/trident/select.png 0644 root bin
-f none /opt/csw/share/freeciv/trident/select.spec 0644 root bin
-f none /opt/csw/share/freeciv/trident/tiles.png 0644 root bin
-f none /opt/csw/share/freeciv/trident/tiles.spec 0644 root bin
-f none /opt/csw/share/freeciv/trident/units.png 0644 root bin
-f none /opt/csw/share/freeciv/trident/units.spec 0644 root bin
-d none /opt/csw/share/freeciv/wonders 0755 root bin
-f none /opt/csw/share/freeciv/wonders/apollo_program.png 0644 root bin
-f none /opt/csw/share/freeciv/wonders/asmiths_trading_co.png 0644 root bin
-f none /opt/csw/share/freeciv/wonders/colossus.png 0644 root bin
-f none /opt/csw/share/freeciv/wonders/copernicus_observatory.png 0644 root bin
-f none /opt/csw/share/freeciv/wonders/cure_for_cancer.png 0644 root bin
-f none /opt/csw/share/freeciv/wonders/darwins_voyage.png 0644 root bin
-f none /opt/csw/share/freeciv/wonders/eiffel_tower.png 0644 root bin
-f none /opt/csw/share/freeciv/wonders/great_library.png 0644 root bin
-f none /opt/csw/share/freeciv/wonders/great_wall.png 0644 root bin
-f none /opt/csw/share/freeciv/wonders/hanging_gardens.png 0644 root bin
-f none /opt/csw/share/freeciv/wonders/hoover_dam.png 0644 root bin
-f none /opt/csw/share/freeciv/wonders/isaac_newtons_college.png 0644 root bin
-f none /opt/csw/share/freeciv/wonders/js_bachs_cathedral.png 0644 root bin
-f none /opt/csw/share/freeciv/wonders/king_richards_crusade.png 0644 root bin
-f none /opt/csw/share/freeciv/wonders/leonardos_workshop.png 0644 root bin
-f none /opt/csw/share/freeciv/wonders/lighthouse.png 0644 root bin
-f none /opt/csw/share/freeciv/wonders/magellans_expedition.png 0644 root bin
-f none /opt/csw/share/freeciv/wonders/manhattan_project.png 0644 root bin
-f none /opt/csw/share/freeciv/wonders/marco_polos_embassy.png 0644 root bin
-f none /opt/csw/share/freeciv/wonders/michelangelos_chapel.png 0644 root bin
-f none /opt/csw/share/freeciv/wonders/oracle.png 0644 root bin
-f none /opt/csw/share/freeciv/wonders/pyramids.png 0644 root bin
-f none /opt/csw/share/freeciv/wonders/seti_program.png 0644 root bin
-f none /opt/csw/share/freeciv/wonders/shakespeares_theatre.png 0644 root bin
-f none /opt/csw/share/freeciv/wonders/statue_of_liberty.png 0644 root bin
-f none /opt/csw/share/freeciv/wonders/sun_tzus_war_academy.png 0644 root bin
-f none /opt/csw/share/freeciv/wonders/united_nations.png 0644 root bin
-f none /opt/csw/share/freeciv/wonders/womens_suffrage.png 0644 root bin
-d none /opt/csw/share/icons 0755 root bin
-d none /opt/csw/share/icons/hicolor 0755 root bin
-d none /opt/csw/share/icons/hicolor/128x128 0755 root bin
-d none /opt/csw/share/icons/hicolor/128x128/apps 0755 root bin
-f none /opt/csw/share/icons/hicolor/128x128/apps/freeciv-client.png 0644 root bin
-f none /opt/csw/share/icons/hicolor/128x128/apps/freeciv-server.png 0644 root bin
-d none /opt/csw/share/icons/hicolor/16x16 0755 root bin
-d none /opt/csw/share/icons/hicolor/16x16/apps 0755 root bin
-f none /opt/csw/share/icons/hicolor/16x16/apps/freeciv-client.png 0644 root bin
-f none /opt/csw/share/icons/hicolor/16x16/apps/freeciv-server.png 0644 root bin
-d none /opt/csw/share/icons/hicolor/32x32 0755 root bin
-d none /opt/csw/share/icons/hicolor/32x32/apps 0755 root bin
-f none /opt/csw/share/icons/hicolor/32x32/apps/freeciv-client.png 0644 root bin
-f none /opt/csw/share/icons/hicolor/32x32/apps/freeciv-server.png 0644 root bin
-d none /opt/csw/share/icons/hicolor/48x48 0755 root bin
-d none /opt/csw/share/icons/hicolor/48x48/apps 0755 root bin
-f none /opt/csw/share/icons/hicolor/48x48/apps/freeciv-client.png 0644 root bin
-f none /opt/csw/share/icons/hicolor/48x48/apps/freeciv-server.png 0644 root bin
-d none /opt/csw/share/icons/hicolor/64x64 0755 root bin
-d none /opt/csw/share/icons/hicolor/64x64/apps 0755 root bin
-f none /opt/csw/share/icons/hicolor/64x64/apps/freeciv-client.png 0644 root bin
-f none /opt/csw/share/icons/hicolor/64x64/apps/freeciv-server.png 0644 root bin
-d none /opt/csw/share/locale 0755 root bin
-d none /opt/csw/share/locale/ar 0755 root bin
-d none /opt/csw/share/locale/ar/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/ar/LC_MESSAGES/freeciv.mo 0644 root bin
-d none /opt/csw/share/locale/ca 0755 root bin
-d none /opt/csw/share/locale/ca/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/ca/LC_MESSAGES/freeciv.mo 0644 root bin
-d none /opt/csw/share/locale/cs 0755 root bin
-d none /opt/csw/share/locale/cs/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/cs/LC_MESSAGES/freeciv.mo 0644 root bin
-d none /opt/csw/share/locale/da 0755 root bin
-d none /opt/csw/share/locale/da/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/da/LC_MESSAGES/freeciv.mo 0644 root bin
-d none /opt/csw/share/locale/de 0755 root bin
-d none /opt/csw/share/locale/de/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/de/LC_MESSAGES/freeciv.mo 0644 root bin
-d none /opt/csw/share/locale/el 0755 root bin
-d none /opt/csw/share/locale/el/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/el/LC_MESSAGES/freeciv.mo 0644 root bin
-d none /opt/csw/share/locale/en_GB 0755 root bin
-d none /opt/csw/share/locale/en_GB/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/en_GB/LC_MESSAGES/freeciv.mo 0644 root bin
-d none /opt/csw/share/locale/eo 0755 root bin
-d none /opt/csw/share/locale/eo/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/eo/LC_MESSAGES/freeciv.mo 0644 root bin
-d none /opt/csw/share/locale/es 0755 root bin
-d none /opt/csw/share/locale/es/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/es/LC_MESSAGES/freeciv.mo 0644 root bin
-d none /opt/csw/share/locale/et 0755 root bin
-d none /opt/csw/share/locale/et/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/et/LC_MESSAGES/freeciv.mo 0644 root bin
-d none /opt/csw/share/locale/fa 0755 root bin
-d none /opt/csw/share/locale/fa/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/fa/LC_MESSAGES/freeciv.mo 0644 root bin
-d none /opt/csw/share/locale/fi 0755 root bin
-d none /opt/csw/share/locale/fi/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/fi/LC_MESSAGES/freeciv.mo 0644 root bin
-d none /opt/csw/share/locale/fr 0755 root bin
-d none /opt/csw/share/locale/fr/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/fr/LC_MESSAGES/freeciv.mo 0644 root bin
-d none /opt/csw/share/locale/he 0755 root bin
-d none /opt/csw/share/locale/he/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/he/LC_MESSAGES/freeciv.mo 0644 root bin
-d none /opt/csw/share/locale/hu 0755 root bin
-d none /opt/csw/share/locale/hu/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/hu/LC_MESSAGES/freeciv.mo 0644 root bin
-d none /opt/csw/share/locale/it 0755 root bin
-d none /opt/csw/share/locale/it/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/it/LC_MESSAGES/freeciv.mo 0644 root bin
-d none /opt/csw/share/locale/ja 0755 root bin
-d none /opt/csw/share/locale/ja/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/ja/LC_MESSAGES/freeciv.mo 0644 root bin
-d none /opt/csw/share/locale/ko 0755 root bin
-d none /opt/csw/share/locale/ko/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/ko/LC_MESSAGES/freeciv.mo 0644 root bin
-d none /opt/csw/share/locale/lt 0755 root bin
-d none /opt/csw/share/locale/lt/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/lt/LC_MESSAGES/freeciv.mo 0644 root bin
-d none /opt/csw/share/locale/nb 0755 root bin
-d none /opt/csw/share/locale/nb/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/nb/LC_MESSAGES/freeciv.mo 0644 root bin
-d none /opt/csw/share/locale/nl 0755 root bin
-d none /opt/csw/share/locale/nl/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/nl/LC_MESSAGES/freeciv.mo 0644 root bin
-d none /opt/csw/share/locale/no 0755 root bin
-d none /opt/csw/share/locale/no/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/no/LC_MESSAGES/freeciv.mo 0644 root bin
-d none /opt/csw/share/locale/pl 0755 root bin
-d none /opt/csw/share/locale/pl/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/pl/LC_MESSAGES/freeciv.mo 0644 root bin
-d none /opt/csw/share/locale/pt 0755 root bin
-d none /opt/csw/share/locale/pt/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/pt/LC_MESSAGES/freeciv.mo 0644 root bin
-d none /opt/csw/share/locale/pt_BR 0755 root bin
-d none /opt/csw/share/locale/pt_BR/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/pt_BR/LC_MESSAGES/freeciv.mo 0644 root bin
-d none /opt/csw/share/locale/ro 0755 root bin
-d none /opt/csw/share/locale/ro/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/ro/LC_MESSAGES/freeciv.mo 0644 root bin
-d none /opt/csw/share/locale/ru 0755 root bin
-d none /opt/csw/share/locale/ru/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/ru/LC_MESSAGES/freeciv.mo 0644 root bin
-d none /opt/csw/share/locale/sv 0755 root bin
-d none /opt/csw/share/locale/sv/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/sv/LC_MESSAGES/freeciv.mo 0644 root bin
-d none /opt/csw/share/locale/tr 0755 root bin
-d none /opt/csw/share/locale/tr/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/tr/LC_MESSAGES/freeciv.mo 0644 root bin
-d none /opt/csw/share/locale/uk 0755 root bin
-d none /opt/csw/share/locale/uk/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/uk/LC_MESSAGES/freeciv.mo 0644 root bin
-d none /opt/csw/share/locale/zh_CN 0755 root bin
-d none /opt/csw/share/locale/zh_CN/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/locale/zh_CN/LC_MESSAGES/freeciv.mo 0644 root bin
-d none /opt/csw/share/man 0755 root bin
-d none /opt/csw/share/man/man6 0755 root bin
-f none /opt/csw/share/man/man6/civclient.6 0644 root bin
-f none /opt/csw/share/man/man6/civserver.6 0644 root bin
-d none /opt/csw/share/pixmaps 0755 root bin
-f none /opt/csw/share/pixmaps/freeciv-client.png 0644 root bin
-i copyright=CSWfreeciv.copyright
-i depend=CSWfreeciv.depend
-i pkginfo=CSWfreeciv.pkginfo

Deleted: csw/mgar/pkg/freeciv/trunk/files/configure.diff
===================================================================
--- csw/mgar/pkg/freeciv/trunk/files/configure.diff	2022-04-03 08:04:04 UTC (rev 26926)
+++ csw/mgar/pkg/freeciv/trunk/files/configure.diff	2022-04-04 20:24:14 UTC (rev 26927)
@@ -1,15 +0,0 @@
-diff --speed-large-files --minimal -Nru freeciv-2.1.8.orig/configure freeciv-2.1.8/configure
---- freeciv-2.1.8.orig/configure	2008-11-30 14:18:36.000000000 +0100
-+++ freeciv-2.1.8/configure	2009-03-17 17:21:06.908829612 +0100
-@@ -10636,11 +10636,6 @@
- fi
- echo "$as_me:$LINENO: result: $ac_cv_c99_stdint_h" >&5
- echo "${ECHO_T}$ac_cv_c99_stdint_h" >&6
--  if test "${ac_cv_c99_stdint_h}" != "yes"; then
--    { { echo "$as_me:$LINENO: error: A compiler supporting C99's stdint.h is required" >&5
--echo "$as_me: error: A compiler supporting C99's stdint.h is required" >&2;}
--   { (exit 1); exit 1; }; }
--  fi
- 
- 
- if test "$AUTO_DEPS" = "maybe"; then

Deleted: csw/mgar/pkg/freeciv/trunk/files/dataio.c.diff
===================================================================
--- csw/mgar/pkg/freeciv/trunk/files/dataio.c.diff	2022-04-03 08:04:04 UTC (rev 26926)
+++ csw/mgar/pkg/freeciv/trunk/files/dataio.c.diff	2022-04-04 20:24:14 UTC (rev 26927)
@@ -1,15 +0,0 @@
-diff --speed-large-files --minimal -Nru freeciv-2.1.6.orig/common/dataio.c freeciv-2.1.6/common/dataio.c
---- freeciv-2.1.6.orig/common/dataio.c	2008-08-10 14:56:11.000000000 +0200
-+++ freeciv-2.1.6/common/dataio.c	2008-11-19 04:39:12.655383000 +0100
-@@ -25,7 +25,11 @@
- 
- #include <assert.h>
- #include <limits.h>
-+#if defined (__SVR4) && defined (__sun)
-+#include <inttypes.h>
-+#else
- #include <stdint.h>
-+#endif
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list