Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Aug 2006 18:56:51 GMT
From:      Armin Pirkovitsch <a.pirko@inode.at>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/102201: freeciv-devel (2.1.0b2) (new)
Message-ID:  <200608171856.k7HIupoU034233@www.freebsd.org>
Resent-Message-ID: <200608171900.k7HJ0Val044112@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         102201
>Category:       ports
>Synopsis:       freeciv-devel (2.1.0b2) (new)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 17 19:00:31 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Armin Pirkovitsch
>Release:        6.1 Release (601000)
>Organization:
>Environment:
>Description:
new port for freeciv (beta version)
>How-To-Repeat:

>Fix:
diff -urN /usr/home/sperber/empty/Makefile /usr/ports/games/freeciv-devel/Makefile
--- /usr/home/sperber/empty/Makefile	Thu Jan  1 01:00:00 1970
+++ /usr/ports/games/freeciv-devel/Makefile	Thu Aug 17 20:52:13 2006
@@ -0,0 +1,89 @@
+# New ports collection makefile for:	freeciv
+# Date created:		Jun 20 1997
+# Whom:			ada@bsd.org
+#
+# $FreeBSD: ports/games/freeciv/Makefile,v 1.75 2006/08/07 09:58:27 sat Exp $
+#
+
+PORTNAME=	freeciv
+PORTVERSION=	2.1.0b2
+CATEGORIES=	games
+DISTNAME=       ${PORTNAME}-${PORTVERSION:S/b2/-beta2/}
+MASTER_SITES=	ftp://ftp.freeciv.org/pub/freeciv/beta/
+
+MAINTAINER?=	infofarmer@FreeBSD.org
+COMMENT?=	A civilisation clone for X11; multiplayer
+
+LIB_DEPENDS=	tiff.4:${PORTSDIR}/graphics/tiff \
+		png.5:${PORTSDIR}/graphics/png \
+		SDL:${PORTSDIR}/devel/sdl12 \
+		SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer
+
+USE_GCC=	3.4+
+USE_GMAKE=	yes
+USE_GETTEXT=	yes
+USE_XPM=	yes
+USE_BZIP2=	yes
+USE_PYTHON=	yes
+WANT_GNOME=	yes
+GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
+		LDFLAGS="-L${LOCALBASE}/lib -pthread"
+CONFIGURE_ARGS=	--prefix=/usr/local \
+		--datadir=/usr/local/share \
+		--mandir=/usr/local/man
+
+MAN6=		civserver.6 civclient.6
+
+.include <bsd.port.pre.mk>
+
+.if 	!defined(WITH_GTK) && !defined(WITH_GTK12) && !defined(WITH_GTK2) && \
+	!defined(WITHOUT_GNOME)
+AUTO_DEPENDS=	yes
+.if ${HAVE_GNOME:Mgtk20}!=""
+WITH_GTK2=	yes
+.elif ${HAVE_GNOME:Mgtk12}!=""
+WITH_GTK=	yes
+.endif
+.endif
+
+.if defined(WITH_GTK2)
+CONFLICTS=	freeciv-1* freeciv-gtk-1*
+USE_GNOME+=	gtk20
+PKGNAMESUFFIX?=	-gtk2
+CONFIGURE_ARGS+=	--enable-client=gtk2
+PLIST_FILES+=	%%DATADIR%%/freeciv.rc-2.0
+.elif defined(WITH_GTK) || defined(WITH_GTK12)
+CONFLICTS=	freeciv-1* freeciv-gtk2-1*
+USE_GNOME+=	imlib gtk12
+PKGNAMESUFFIX?=	-gtk
+CONFIGURE_ARGS+=	--enable-client=gtk
+PLIST_FILES+=	%%DATADIR%%/freeciv.rc
+.else
+CONFLICTS=	freeciv-gtk-1* freeciv-gtk2-1*
+LIB_DEPENDS+=	Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
+CONFIGURE_ARGS+=	--enable-client=xaw3d
+PLIST_FILES+=	%%DATADIR%%/Freeciv
+.endif
+
+pre-fetch:
+.if defined(AUTO_DEPENDS)
+	@${ECHO} -n "No WITH_GTK, WITH_GTK2 or WITHOUT_GNOME defined, autodetecting: "
+.if defined(WITH_GTK)
+	@${ECHO} "GTK"
+.elif defined(WITH_GTK2)
+	@${ECHO} "GTK2"
+.else
+	@${ECHO} "Xaw3d"
+.endif
+.endif
+
+post-patch:
+	cd ${WRKSRC}; ${FIND} . -name Makefile.in | \
+		${XARGS} ${REINPLACE_CMD} -e 's/@program_transform_name@//'
+
+.if ${OSVERSION} < 500000
+BROKEN=	Does not build on 4.x
+.endif
+
+.include <bsd.port.post.mk>
diff -urN /usr/home/sperber/empty/distinfo /usr/ports/games/freeciv-devel/distinfo
--- /usr/home/sperber/empty/distinfo	Thu Jan  1 01:00:00 1970
+++ /usr/ports/games/freeciv-devel/distinfo	Mon Aug 14 14:36:23 2006
@@ -0,0 +1,3 @@
+MD5 (freeciv-2.1.0-beta2.tar.bz2) = 8f8d7f9840d89ea850f907a54fa32f14
+SHA256 (freeciv-2.1.0-beta2.tar.bz2) = eb2781ae7917fd4891c8f3167f6f4f9d41c33eb4ea7b85c16ce744acb2a57a0c
+#SIZE (freeciv-2.1.0-bet2.tar.bz2) = 11878322
diff -urN /usr/home/sperber/empty/files/patch-configure /usr/ports/games/freeciv-devel/files/patch-configure
--- /usr/home/sperber/empty/files/patch-configure	Thu Jan  1 01:00:00 1970
+++ /usr/ports/games/freeciv-devel/files/patch-configure	Mon Aug 14 16:55:55 2006
@@ -0,0 +1,531 @@
+--- configure.orig	Tue Aug  8 23:57:14 2006
++++ configure	Mon Aug 14 16:55:29 2006
+@@ -11968,13 +11968,13 @@
+ fi
+ 
+ if test "$ftwl" = sdl ; then
+-     FTWL_CFLAGS=`sdl-config --cflags`" "`freetype-config --cflags`
+-     FTWL_LIBS=`sdl-config --libs`" -lpng "`freetype-config --libs`
++     FTWL_CFLAGS=`sdl11-config --cflags`" "`freetype-config --cflags`
++     FTWL_LIBS=`sdl11-config --libs`" -lpng "`freetype-config --libs`
+ fi
+ 
+ if test "$ftwl" = opengl ; then
+-     FTWL_CFLAGS=`sdl-config --cflags`" "`freetype-config --cflags`
+-     FTWL_LIBS=`sdl-config --libs`" -lpng "`freetype-config --libs -lGL -lGLU`
++     FTWL_CFLAGS=`sdl11-config --cflags`" "`freetype-config --cflags`
++     FTWL_LIBS=`sdl11-config --libs`" -lpng "`freetype-config --libs -lGL -lGLU`
+ fi
+ 
+ if test x$client != xno; then
+@@ -12371,19 +12371,19 @@
+   if test x$sdl_exec_prefix != x ; then
+      sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix"
+      if test x${SDL_CONFIG+set} != xset ; then
+-        SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config
++        SDL_CONFIG=$sdl_exec_prefix/bin/sdl11-config
+      fi
+   fi
+   if test x$sdl_prefix != x ; then
+      sdl_args="$sdl_args --prefix=$sdl_prefix"
+      if test x${SDL_CONFIG+set} != xset ; then
+-        SDL_CONFIG=$sdl_prefix/bin/sdl-config
++        SDL_CONFIG=$sdl_prefix/bin/sdl11-config
+      fi
+   fi
+ 
+ 
+-  # Extract the first word of "sdl-config", so it can be a program name with args.
+-set dummy sdl-config; ac_word=$2
++  # Extract the first word of "sdl11-config", so it can be a program name with args.
++set dummy sdl11-config; ac_word=$2
+ { echo "$as_me:$LINENO: checking for $ac_word" >&5
+ echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+ if test "${ac_cv_path_SDL_CONFIG+set}" = set; then
+@@ -12501,11 +12501,11 @@
+     }
+   else
+     {
+-      printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
+-      printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
++      printf("\n*** 'sdl11-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
++      printf("*** of SDL required is %d.%d.%d. If sdl11-config is correct, then it is\n", major, minor, micro);
+       printf("*** best to upgrade to the required version.\n");
+-      printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
+-      printf("*** to point to the correct copy of sdl-config, and remove the file\n");
++      printf("*** If sdl11-config was wrong, set the environment variable SDL_CONFIG\n");
++      printf("*** to point to the correct copy of sdl11-config, and remove the file\n");
+       printf("*** config.cache before re-running configure\n");
+       return 1;
+     }
+@@ -12558,10 +12558,10 @@
+      { echo "$as_me:$LINENO: result: no" >&5
+ echo "${ECHO_T}no" >&6; }
+      if test "$SDL_CONFIG" = "no" ; then
+-       echo "*** The sdl-config script installed by SDL could not be found"
++       echo "*** The sdl11-config script installed by SDL could not be found"
+        echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
+        echo "*** your path, or set the SDL_CONFIG environment variable to the"
+-       echo "*** full path to sdl-config."
++       echo "*** full path to sdl11-config."
+      else
+        if test -f conf.sdltest ; then
+         :
+@@ -12642,7 +12642,7 @@
+ 	 echo "*** The test program failed to compile or link. See the file config.log for the"
+           echo "*** exact error that occured. This usually means SDL was incorrectly installed"
+           echo "*** or that you have moved SDL since it was installed. In the latter case, you"
+-          echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
++          echo "*** may want to edit the sdl11-config script: $SDL_CONFIG"
+ fi
+ 
+ rm -f core conftest.err conftest.$ac_objext \
+@@ -12751,8 +12751,8 @@
+ 
+       if test "$sdl_image_found" = "yes"; then
+         if test "${ac_cv_header_SDL_SDL_image_h+set}" = set; then
+-  { echo "$as_me:$LINENO: checking for SDL/SDL_image.h" >&5
+-echo $ECHO_N "checking for SDL/SDL_image.h... $ECHO_C" >&6; }
++  { echo "$as_me:$LINENO: checking for SDL11/SDL_image.h" >&5
++echo $ECHO_N "checking for SDL11/SDL_image.h... $ECHO_C" >&6; }
+ if test "${ac_cv_header_SDL_SDL_image_h+set}" = set; then
+   echo $ECHO_N "(cached) $ECHO_C" >&6
+ fi
+@@ -12760,8 +12760,8 @@
+ echo "${ECHO_T}$ac_cv_header_SDL_SDL_image_h" >&6; }
+ else
+   # Is the header compilable?
+-{ echo "$as_me:$LINENO: checking SDL/SDL_image.h usability" >&5
+-echo $ECHO_N "checking SDL/SDL_image.h usability... $ECHO_C" >&6; }
++{ echo "$as_me:$LINENO: checking SDL11/SDL_image.h usability" >&5
++echo $ECHO_N "checking SDL11/SDL_image.h usability... $ECHO_C" >&6; }
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h.  */
+ _ACEOF
+@@ -12769,7 +12769,7 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h.  */
+ $ac_includes_default
+-#include <SDL/SDL_image.h>
++#include <SDL11/SDL_image.h>
+ _ACEOF
+ rm -f conftest.$ac_objext
+ if { (ac_try="$ac_compile"
+@@ -12818,15 +12818,15 @@
+ echo "${ECHO_T}$ac_header_compiler" >&6; }
+ 
+ # Is the header present?
+-{ echo "$as_me:$LINENO: checking SDL/SDL_image.h presence" >&5
+-echo $ECHO_N "checking SDL/SDL_image.h presence... $ECHO_C" >&6; }
++{ echo "$as_me:$LINENO: checking SDL11/SDL_image.h presence" >&5
++echo $ECHO_N "checking SDL11/SDL_image.h presence... $ECHO_C" >&6; }
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h.  */
+ _ACEOF
+ cat confdefs.h >>conftest.$ac_ext
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h.  */
+-#include <SDL/SDL_image.h>
++#include <SDL11/SDL_image.h>
+ _ACEOF
+ if { (ac_try="$ac_cpp conftest.$ac_ext"
+ case "(($ac_try" in
+@@ -12866,30 +12866,30 @@
+ # So?  What about this header?
+ case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
+   yes:no: )
+-    { echo "$as_me:$LINENO: WARNING: SDL/SDL_image.h: accepted by the compiler, rejected by the preprocessor!" >&5
+-echo "$as_me: WARNING: SDL/SDL_image.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: SDL/SDL_image.h: proceeding with the compiler's result" >&5
+-echo "$as_me: WARNING: SDL/SDL_image.h: proceeding with the compiler's result" >&2;}
++    { echo "$as_me:$LINENO: WARNING: SDL11/SDL_image.h: accepted by the compiler, rejected by the preprocessor!" >&5
++echo "$as_me: WARNING: SDL11/SDL_image.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
++    { echo "$as_me:$LINENO: WARNING: SDL11/SDL_image.h: proceeding with the compiler's result" >&5
++echo "$as_me: WARNING: SDL11/SDL_image.h: proceeding with the compiler's result" >&2;}
+     ac_header_preproc=yes
+     ;;
+   no:yes:* )
+-    { echo "$as_me:$LINENO: WARNING: SDL/SDL_image.h: present but cannot be compiled" >&5
+-echo "$as_me: WARNING: SDL/SDL_image.h: present but cannot be compiled" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: SDL/SDL_image.h:     check for missing prerequisite headers?" >&5
+-echo "$as_me: WARNING: SDL/SDL_image.h:     check for missing prerequisite headers?" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: SDL/SDL_image.h: see the Autoconf documentation" >&5
+-echo "$as_me: WARNING: SDL/SDL_image.h: see the Autoconf documentation" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: SDL/SDL_image.h:     section \"Present But Cannot Be Compiled\"" >&5
+-echo "$as_me: WARNING: SDL/SDL_image.h:     section \"Present But Cannot Be Compiled\"" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: SDL/SDL_image.h: proceeding with the preprocessor's result" >&5
+-echo "$as_me: WARNING: SDL/SDL_image.h: proceeding with the preprocessor's result" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: SDL/SDL_image.h: in the future, the compiler will take precedence" >&5
+-echo "$as_me: WARNING: SDL/SDL_image.h: in the future, the compiler will take precedence" >&2;}
++    { echo "$as_me:$LINENO: WARNING: SDL11/SDL_image.h: present but cannot be compiled" >&5
++echo "$as_me: WARNING: SDL11/SDL_image.h: present but cannot be compiled" >&2;}
++    { echo "$as_me:$LINENO: WARNING: SDL11/SDL_image.h:     check for missing prerequisite headers?" >&5
++echo "$as_me: WARNING: SDL11/SDL_image.h:     check for missing prerequisite headers?" >&2;}
++    { echo "$as_me:$LINENO: WARNING: SDL11/SDL_image.h: see the Autoconf documentation" >&5
++echo "$as_me: WARNING: SDL11/SDL_image.h: see the Autoconf documentation" >&2;}
++    { echo "$as_me:$LINENO: WARNING: SDL11/SDL_image.h:     section \"Present But Cannot Be Compiled\"" >&5
++echo "$as_me: WARNING: SDL11/SDL_image.h:     section \"Present But Cannot Be Compiled\"" >&2;}
++    { echo "$as_me:$LINENO: WARNING: SDL11/SDL_image.h: proceeding with the preprocessor's result" >&5
++echo "$as_me: WARNING: SDL11/SDL_image.h: proceeding with the preprocessor's result" >&2;}
++    { echo "$as_me:$LINENO: WARNING: SDL11/SDL_image.h: in the future, the compiler will take precedence" >&5
++echo "$as_me: WARNING: SDL11/SDL_image.h: in the future, the compiler will take precedence" >&2;}
+ 
+     ;;
+ esac
+-{ echo "$as_me:$LINENO: checking for SDL/SDL_image.h" >&5
+-echo $ECHO_N "checking for SDL/SDL_image.h... $ECHO_C" >&6; }
++{ echo "$as_me:$LINENO: checking for SDL11/SDL_image.h" >&5
++echo $ECHO_N "checking for SDL11/SDL_image.h... $ECHO_C" >&6; }
+ if test "${ac_cv_header_SDL_SDL_image_h+set}" = set; then
+   echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+@@ -16114,13 +16114,13 @@
+ 
+ 
+ 
+-    if (test $ac_tr_lib == HAVE_LIBX11     \
+-        || test $ac_tr_lib == HAVE_LIBXEXT \
+-        || test $ac_tr_lib == HAVE_LIBXT   \
+-        || test $ac_tr_lib == HAVE_LIBXMU  \
+-        || test $ac_tr_lib == HAVE_LIBXPM  \
+-        || test $ac_tr_lib == HAVE_LIBXAW  \
+-        || test $ac_tr_lib == HAVE_LIBXAW3D); then
++    if (test x"$ac_tr_lib" == x"HAVE_LIBX11"     \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXEXT" \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXT"   \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXMU"  \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXPM"  \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXAW"  \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXAW3D"); then
+       cat >>confdefs.h <<_ACEOF
+ #define $ac_tr_lib 1
+ _ACEOF
+@@ -16241,13 +16241,13 @@
+ 
+ 
+ 
+-    if (test $ac_tr_lib == HAVE_LIBX11     \
+-        || test $ac_tr_lib == HAVE_LIBXEXT \
+-        || test $ac_tr_lib == HAVE_LIBXT   \
+-        || test $ac_tr_lib == HAVE_LIBXMU  \
+-        || test $ac_tr_lib == HAVE_LIBXPM  \
+-        || test $ac_tr_lib == HAVE_LIBXAW  \
+-        || test $ac_tr_lib == HAVE_LIBXAW3D); then
++    if (test x"$ac_tr_lib" == x"HAVE_LIBX11"     \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXEXT" \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXT"   \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXMU"  \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXPM"  \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXAW"  \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXAW3D"); then
+       cat >>confdefs.h <<_ACEOF
+ #define $ac_tr_lib 1
+ _ACEOF
+@@ -16364,13 +16364,13 @@
+ 
+ 
+ 
+-    if (test $ac_tr_lib == HAVE_LIBX11     \
+-        || test $ac_tr_lib == HAVE_LIBXEXT \
+-        || test $ac_tr_lib == HAVE_LIBXT   \
+-        || test $ac_tr_lib == HAVE_LIBXMU  \
+-        || test $ac_tr_lib == HAVE_LIBXPM  \
+-        || test $ac_tr_lib == HAVE_LIBXAW  \
+-        || test $ac_tr_lib == HAVE_LIBXAW3D); then
++    if (test x"$ac_tr_lib" == x"HAVE_LIBX11"     \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXEXT" \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXT"   \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXMU"  \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXPM"  \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXAW"  \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXAW3D"); then
+       cat >>confdefs.h <<_ACEOF
+ #define $ac_tr_lib 1
+ _ACEOF
+@@ -16483,13 +16483,13 @@
+ 
+ 
+ 
+-    if (test $ac_tr_lib == HAVE_LIBX11     \
+-        || test $ac_tr_lib == HAVE_LIBXEXT \
+-        || test $ac_tr_lib == HAVE_LIBXT   \
+-        || test $ac_tr_lib == HAVE_LIBXMU  \
+-        || test $ac_tr_lib == HAVE_LIBXPM  \
+-        || test $ac_tr_lib == HAVE_LIBXAW  \
+-        || test $ac_tr_lib == HAVE_LIBXAW3D); then
++    if (test x"$ac_tr_lib" == x"HAVE_LIBX11"     \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXEXT" \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXT"   \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXMU"  \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXPM"  \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXAW"  \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXAW3D"); then
+       cat >>confdefs.h <<_ACEOF
+ #define $ac_tr_lib 1
+ _ACEOF
+@@ -16608,13 +16608,13 @@
+ 
+ 
+ 
+-    if (test $ac_tr_lib == HAVE_LIBX11     \
+-        || test $ac_tr_lib == HAVE_LIBXEXT \
+-        || test $ac_tr_lib == HAVE_LIBXT   \
+-        || test $ac_tr_lib == HAVE_LIBXMU  \
+-        || test $ac_tr_lib == HAVE_LIBXPM  \
+-        || test $ac_tr_lib == HAVE_LIBXAW  \
+-        || test $ac_tr_lib == HAVE_LIBXAW3D); then
++    if (test x"$ac_tr_lib" == x"HAVE_LIBX11"     \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXEXT" \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXT"   \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXMU"  \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXPM"  \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXAW"  \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXAW3D"); then
+       cat >>confdefs.h <<_ACEOF
+ #define $ac_tr_lib 1
+ _ACEOF
+@@ -16730,13 +16730,13 @@
+ 
+ 
+ 
+-    if (test $ac_tr_lib == HAVE_LIBX11     \
+-        || test $ac_tr_lib == HAVE_LIBXEXT \
+-        || test $ac_tr_lib == HAVE_LIBXT   \
+-        || test $ac_tr_lib == HAVE_LIBXMU  \
+-        || test $ac_tr_lib == HAVE_LIBXPM  \
+-        || test $ac_tr_lib == HAVE_LIBXAW  \
+-        || test $ac_tr_lib == HAVE_LIBXAW3D); then
++    if (test x"$ac_tr_lib" == x"HAVE_LIBX11"     \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXEXT" \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXT"   \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXMU"  \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXPM"  \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXAW"  \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXAW3D"); then
+       cat >>confdefs.h <<_ACEOF
+ #define $ac_tr_lib 1
+ _ACEOF
+@@ -16853,13 +16853,13 @@
+ 
+ 
+ 
+-    if (test $ac_tr_lib == HAVE_LIBX11     \
+-        || test $ac_tr_lib == HAVE_LIBXEXT \
+-        || test $ac_tr_lib == HAVE_LIBXT   \
+-        || test $ac_tr_lib == HAVE_LIBXMU  \
+-        || test $ac_tr_lib == HAVE_LIBXPM  \
+-        || test $ac_tr_lib == HAVE_LIBXAW  \
+-        || test $ac_tr_lib == HAVE_LIBXAW3D); then
++    if (test x"$ac_tr_lib" == x"HAVE_LIBX11"     \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXEXT" \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXT"   \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXMU"  \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXPM"  \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXAW"  \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXAW3D"); then
+       cat >>confdefs.h <<_ACEOF
+ #define $ac_tr_lib 1
+ _ACEOF
+@@ -16976,13 +16976,13 @@
+ 
+ 
+ 
+-    if (test $ac_tr_lib == HAVE_LIBX11     \
+-        || test $ac_tr_lib == HAVE_LIBXEXT \
+-        || test $ac_tr_lib == HAVE_LIBXT   \
+-        || test $ac_tr_lib == HAVE_LIBXMU  \
+-        || test $ac_tr_lib == HAVE_LIBXPM  \
+-        || test $ac_tr_lib == HAVE_LIBXAW  \
+-        || test $ac_tr_lib == HAVE_LIBXAW3D); then
++    if (test x"$ac_tr_lib" == x"HAVE_LIBX11"     \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXEXT" \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXT"   \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXMU"  \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXPM"  \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXAW"  \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXAW3D"); then
+       cat >>confdefs.h <<_ACEOF
+ #define $ac_tr_lib 1
+ _ACEOF
+@@ -17097,13 +17097,13 @@
+ 
+ 
+ 
+-    if (test $ac_tr_lib == HAVE_LIBX11     \
+-        || test $ac_tr_lib == HAVE_LIBXEXT \
+-        || test $ac_tr_lib == HAVE_LIBXT   \
+-        || test $ac_tr_lib == HAVE_LIBXMU  \
+-        || test $ac_tr_lib == HAVE_LIBXPM  \
+-        || test $ac_tr_lib == HAVE_LIBXAW  \
+-        || test $ac_tr_lib == HAVE_LIBXAW3D); then
++    if (test x"$ac_tr_lib" == x"HAVE_LIBX11"     \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXEXT" \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXT"   \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXMU"  \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXPM"  \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXAW"  \
++        || test x"$ac_tr_lib" == x"HAVE_LIBXAW3D"); then
+       cat >>confdefs.h <<_ACEOF
+ #define $ac_tr_lib 1
+ _ACEOF
+@@ -17762,19 +17762,19 @@
+   if test x$sdl_exec_prefix != x ; then
+      sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix"
+      if test x${SDL_CONFIG+set} != xset ; then
+-        SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config
++        SDL_CONFIG=$sdl_exec_prefix/bin/sdl11-config
+      fi
+   fi
+   if test x$sdl_prefix != x ; then
+      sdl_args="$sdl_args --prefix=$sdl_prefix"
+      if test x${SDL_CONFIG+set} != xset ; then
+-        SDL_CONFIG=$sdl_prefix/bin/sdl-config
++        SDL_CONFIG=$sdl_prefix/bin/sdl11-config
+      fi
+   fi
+ 
+ 
+-  # Extract the first word of "sdl-config", so it can be a program name with args.
+-set dummy sdl-config; ac_word=$2
++  # Extract the first word of "sdl11-config", so it can be a program name with args.
++set dummy sdl11-config; ac_word=$2
+ { echo "$as_me:$LINENO: checking for $ac_word" >&5
+ echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+ if test "${ac_cv_path_SDL_CONFIG+set}" = set; then
+@@ -17892,11 +17892,11 @@
+     }
+   else
+     {
+-      printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
+-      printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
++      printf("\n*** 'sdl11-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
++      printf("*** of SDL required is %d.%d.%d. If sdl11-config is correct, then it is\n", major, minor, micro);
+       printf("*** best to upgrade to the required version.\n");
+-      printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
+-      printf("*** to point to the correct copy of sdl-config, and remove the file\n");
++      printf("*** If sdl11-config was wrong, set the environment variable SDL_CONFIG\n");
++      printf("*** to point to the correct copy of sdl11-config, and remove the file\n");
+       printf("*** config.cache before re-running configure\n");
+       return 1;
+     }
+@@ -17949,10 +17949,10 @@
+      { echo "$as_me:$LINENO: result: no" >&5
+ echo "${ECHO_T}no" >&6; }
+      if test "$SDL_CONFIG" = "no" ; then
+-       echo "*** The sdl-config script installed by SDL could not be found"
++       echo "*** The sdl11-config script installed by SDL could not be found"
+        echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
+        echo "*** your path, or set the SDL_CONFIG environment variable to the"
+-       echo "*** full path to sdl-config."
++       echo "*** full path to sdl11-config."
+      else
+        if test -f conf.sdltest ; then
+         :
+@@ -18033,7 +18033,7 @@
+ 	 echo "*** The test program failed to compile or link. See the file config.log for the"
+           echo "*** exact error that occured. This usually means SDL was incorrectly installed"
+           echo "*** or that you have moved SDL since it was installed. In the latter case, you"
+-          echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
++          echo "*** may want to edit the sdl11-config script: $SDL_CONFIG"
+ fi
+ 
+ rm -f core conftest.err conftest.$ac_objext \
+@@ -18052,8 +18052,8 @@
+ 
+   if test "x$SDL" != "xno"; then
+     if test "${ac_cv_header_SDL_SDL_mixer_h+set}" = set; then
+-  { echo "$as_me:$LINENO: checking for SDL/SDL_mixer.h" >&5
+-echo $ECHO_N "checking for SDL/SDL_mixer.h... $ECHO_C" >&6; }
++  { echo "$as_me:$LINENO: checking for SDL11/SDL_mixer.h" >&5
++echo $ECHO_N "checking for SDL11/SDL_mixer.h... $ECHO_C" >&6; }
+ if test "${ac_cv_header_SDL_SDL_mixer_h+set}" = set; then
+   echo $ECHO_N "(cached) $ECHO_C" >&6
+ fi
+@@ -18061,8 +18061,8 @@
+ echo "${ECHO_T}$ac_cv_header_SDL_SDL_mixer_h" >&6; }
+ else
+   # Is the header compilable?
+-{ echo "$as_me:$LINENO: checking SDL/SDL_mixer.h usability" >&5
+-echo $ECHO_N "checking SDL/SDL_mixer.h usability... $ECHO_C" >&6; }
++{ echo "$as_me:$LINENO: checking SDL11/SDL_mixer.h usability" >&5
++echo $ECHO_N "checking SDL11/SDL_mixer.h usability... $ECHO_C" >&6; }
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h.  */
+ _ACEOF
+@@ -18070,7 +18070,7 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h.  */
+ $ac_includes_default
+-#include <SDL/SDL_mixer.h>
++#include <SDL11/SDL_mixer.h>
+ _ACEOF
+ rm -f conftest.$ac_objext
+ if { (ac_try="$ac_compile"
+@@ -18119,15 +18119,15 @@
+ echo "${ECHO_T}$ac_header_compiler" >&6; }
+ 
+ # Is the header present?
+-{ echo "$as_me:$LINENO: checking SDL/SDL_mixer.h presence" >&5
+-echo $ECHO_N "checking SDL/SDL_mixer.h presence... $ECHO_C" >&6; }
++{ echo "$as_me:$LINENO: checking SDL11/SDL_mixer.h presence" >&5
++echo $ECHO_N "checking SDL11/SDL_mixer.h presence... $ECHO_C" >&6; }
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h.  */
+ _ACEOF
+ cat confdefs.h >>conftest.$ac_ext
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h.  */
+-#include <SDL/SDL_mixer.h>
++#include <SDL11/SDL_mixer.h>
+ _ACEOF
+ if { (ac_try="$ac_cpp conftest.$ac_ext"
+ case "(($ac_try" in
+@@ -18167,30 +18167,30 @@
+ # So?  What about this header?
+ case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
+   yes:no: )
+-    { echo "$as_me:$LINENO: WARNING: SDL/SDL_mixer.h: accepted by the compiler, rejected by the preprocessor!" >&5
+-echo "$as_me: WARNING: SDL/SDL_mixer.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: SDL/SDL_mixer.h: proceeding with the compiler's result" >&5
+-echo "$as_me: WARNING: SDL/SDL_mixer.h: proceeding with the compiler's result" >&2;}
++    { echo "$as_me:$LINENO: WARNING: SDL11/SDL_mixer.h: accepted by the compiler, rejected by the preprocessor!" >&5
++echo "$as_me: WARNING: SDL11/SDL_mixer.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
++    { echo "$as_me:$LINENO: WARNING: SDL11/SDL_mixer.h: proceeding with the compiler's result" >&5
++echo "$as_me: WARNING: SDL11/SDL_mixer.h: proceeding with the compiler's result" >&2;}
+     ac_header_preproc=yes
+     ;;
+   no:yes:* )
+-    { echo "$as_me:$LINENO: WARNING: SDL/SDL_mixer.h: present but cannot be compiled" >&5
+-echo "$as_me: WARNING: SDL/SDL_mixer.h: present but cannot be compiled" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: SDL/SDL_mixer.h:     check for missing prerequisite headers?" >&5
+-echo "$as_me: WARNING: SDL/SDL_mixer.h:     check for missing prerequisite headers?" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: SDL/SDL_mixer.h: see the Autoconf documentation" >&5
+-echo "$as_me: WARNING: SDL/SDL_mixer.h: see the Autoconf documentation" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: SDL/SDL_mixer.h:     section \"Present But Cannot Be Compiled\"" >&5
+-echo "$as_me: WARNING: SDL/SDL_mixer.h:     section \"Present But Cannot Be Compiled\"" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: SDL/SDL_mixer.h: proceeding with the preprocessor's result" >&5
+-echo "$as_me: WARNING: SDL/SDL_mixer.h: proceeding with the preprocessor's result" >&2;}
+-    { echo "$as_me:$LINENO: WARNING: SDL/SDL_mixer.h: in the future, the compiler will take precedence" >&5
+-echo "$as_me: WARNING: SDL/SDL_mixer.h: in the future, the compiler will take precedence" >&2;}
++    { echo "$as_me:$LINENO: WARNING: SDL11/SDL_mixer.h: present but cannot be compiled" >&5
++echo "$as_me: WARNING: SDL11/SDL_mixer.h: present but cannot be compiled" >&2;}
++    { echo "$as_me:$LINENO: WARNING: SDL11/SDL_mixer.h:     check for missing prerequisite headers?" >&5
++echo "$as_me: WARNING: SDL11/SDL_mixer.h:     check for missing prerequisite headers?" >&2;}
++    { echo "$as_me:$LINENO: WARNING: SDL11/SDL_mixer.h: see the Autoconf documentation" >&5
++echo "$as_me: WARNING: SDL11/SDL_mixer.h: see the Autoconf documentation" >&2;}
++    { echo "$as_me:$LINENO: WARNING: SDL11/SDL_mixer.h:     section \"Present But Cannot Be Compiled\"" >&5
++echo "$as_me: WARNING: SDL11/SDL_mixer.h:     section \"Present But Cannot Be Compiled\"" >&2;}
++    { echo "$as_me:$LINENO: WARNING: SDL11/SDL_mixer.h: proceeding with the preprocessor's result" >&5
++echo "$as_me: WARNING: SDL11/SDL_mixer.h: proceeding with the preprocessor's result" >&2;}
++    { echo "$as_me:$LINENO: WARNING: SDL11/SDL_mixer.h: in the future, the compiler will take precedence" >&5
++echo "$as_me: WARNING: SDL11/SDL_mixer.h: in the future, the compiler will take precedence" >&2;}
+ 
+     ;;
+ esac
+-{ echo "$as_me:$LINENO: checking for SDL/SDL_mixer.h" >&5
+-echo $ECHO_N "checking for SDL/SDL_mixer.h... $ECHO_C" >&6; }
++{ echo "$as_me:$LINENO: checking for SDL11/SDL_mixer.h" >&5
++echo $ECHO_N "checking for SDL11/SDL_mixer.h... $ECHO_C" >&6; }
+ if test "${ac_cv_header_SDL_SDL_mixer_h+set}" = set; then
+   echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
diff -urN /usr/home/sperber/empty/pkg-descr /usr/ports/games/freeciv-devel/pkg-descr
--- /usr/home/sperber/empty/pkg-descr	Thu Jan  1 01:00:00 1970
+++ /usr/ports/games/freeciv-devel/pkg-descr	Mon Aug 14 14:29:49 2006
@@ -0,0 +1,5 @@
+This is a multiplayer 'Civilisation(tm)' clone for X11.
+
+WWW: http://www.freeciv.org/
+
+-Adam <adam-ports@blacktabby.org>
diff -urN /usr/home/sperber/empty/pkg-plist /usr/ports/games/freeciv-devel/pkg-plist
--- /usr/home/sperber/empty/pkg-plist	Thu Jan  1 01:00:00 1970
+++ /usr/ports/games/freeciv-devel/pkg-plist	Mon Aug 14 16:50:20 2006
@@ -0,0 +1,620 @@
+share/locale/zh_CN/LC_MESSAGES/freeciv.mo
+share/locale/uk/LC_MESSAGES/freeciv.mo
+share/locale/sv/LC_MESSAGES/freeciv.mo
+share/locale/ru/LC_MESSAGES/freeciv.mo
+share/locale/ro/LC_MESSAGES/freeciv.mo
+share/locale/pt_BR/LC_MESSAGES/freeciv.mo
+share/locale/pt/LC_MESSAGES/freeciv.mo
+share/locale/pl/LC_MESSAGES/freeciv.mo
+share/locale/no/LC_MESSAGES/freeciv.mo
+share/locale/nl/LC_MESSAGES/freeciv.mo
+share/locale/nb/LC_MESSAGES/freeciv.mo
+share/locale/lt/LC_MESSAGES/freeciv.mo
+share/locale/ja/LC_MESSAGES/freeciv.mo
+share/locale/it/LC_MESSAGES/freeciv.mo
+share/locale/hu/LC_MESSAGES/freeciv.mo
+share/locale/he/LC_MESSAGES/freeciv.mo
+share/locale/fr/LC_MESSAGES/freeciv.mo
+share/locale/fi/LC_MESSAGES/freeciv.mo
+share/locale/fa/LC_MESSAGES/freeciv.mo
+share/locale/et/LC_MESSAGES/freeciv.mo
+share/locale/es/LC_MESSAGES/freeciv.mo
+share/locale/en_GB/LC_MESSAGES/freeciv.mo
+share/locale/de/LC_MESSAGES/freeciv.mo
+share/locale/da/LC_MESSAGES/freeciv.mo
+share/locale/cs/LC_MESSAGES/freeciv.mo
+share/locale/ca/LC_MESSAGES/freeciv.mo
+share/locale/ar/LC_MESSAGES/freeciv.mo
+share/freeciv/nation/zulu.ruleset
+share/freeciv/flags/zulu.png
+share/freeciv/flags/zulu-shield.png
+share/freeciv/stdsounds/woodbrk.ogg
+share/freeciv/nation/westphalian.ruleset
+share/freeciv/flags/westphalia.png
+share/freeciv/flags/westphalia-shield.png
+share/freeciv/nation/welsh.ruleset
+share/freeciv/stdsounds/wall01.ogg
+share/freeciv/flags/wales.png
+share/freeciv/flags/wales-shield.png
+share/freeciv/nation/viking.ruleset
+share/freeciv/flags/viking.png
+share/freeciv/flags/viking-shield.png
+share/freeciv/nation/vietnamese.ruleset
+share/freeciv/flags/vietnam.png
+share/freeciv/flags/vietnam-shield.png
+share/freeciv/nation/venezuelan.ruleset
+share/freeciv/flags/venezuela.png
+share/freeciv/flags/venezuela-shield.png
+share/freeciv/nation/uyghur.ruleset
+share/freeciv/flags/uyghur.png
+share/freeciv/flags/uyghur-shield.png
+share/freeciv/flags/usa.png
+share/freeciv/flags/usa-shield.png
+share/freeciv/flags/unknown.png
+share/freeciv/flags/unknown-shield.png
+share/freeciv/trident/units.spec
+share/freeciv/amplio/units.spec
+share/freeciv/default/units.ruleset
+share/freeciv/civ2/units.ruleset
+share/freeciv/civ1/units.ruleset
+share/freeciv/trident/units.png
+share/freeciv/amplio/units.png
+share/freeciv/isotrident/unitextras.spec
+share/freeciv/isotrident/unitextras.png
+share/freeciv/flags/united_nations.png
+share/freeciv/flags/united_nations-shield.png
+share/freeciv/flags/united_kingdom.png
+share/freeciv/flags/united_kingdom-shield.png
+share/freeciv/nation/ukrainian.ruleset
+share/freeciv/flags/ukraine.png
+share/freeciv/flags/ukraine-shield.png
+share/freeciv/scenario/tutorial.sav.gz
+share/freeciv/flags/turkey.png
+share/freeciv/flags/turkey-shield.png
+share/freeciv/nation/turk.ruleset
+share/freeciv/nation/tunisian.ruleset
+share/freeciv/flags/tunisia.png
+share/freeciv/flags/tunisia-shield.png
+share/freeciv/trident.tilespec
+share/freeciv/misc/treaty.spec
+share/freeciv/misc/treaty.png
+share/freeciv/trident/tiles.spec
+share/freeciv/isotrident/tiles.spec
+share/freeciv/isophex/tiles.spec
+share/freeciv/amplio/tiles.spec
+share/freeciv/trident/tiles.png
+share/freeciv/isotrident/tiles.png
+share/freeciv/isophex/tiles.png
+share/freeciv/amplio/tiles.png
+share/freeciv/nation/tibetan.ruleset
+share/freeciv/flags/tibet.png
+share/freeciv/flags/tibet-shield.png
+share/freeciv/flags/thailand.png
+share/freeciv/flags/thailand-shield.png
+share/freeciv/nation/thai.ruleset
+share/freeciv/flags/texas.png
+share/freeciv/flags/texas-shield.png
+share/freeciv/nation/texan.ruleset
+share/freeciv/isotrident/terrain2.spec
+share/freeciv/isophex/terrain2.spec
+share/freeciv/amplio/terrain2.spec
+share/freeciv/isotrident/terrain2.png
+share/freeciv/isophex/terrain2.png
+share/freeciv/amplio/terrain2.png
+share/freeciv/isotrident/terrain1.spec
+share/freeciv/isophex/terrain1.spec
+share/freeciv/amplio/terrain1.spec
+share/freeciv/isotrident/terrain1.png
+share/freeciv/isophex/terrain1.png
+share/freeciv/amplio/terrain1.png
+share/freeciv/default/terrain.ruleset
+share/freeciv/civ2/terrain.ruleset
+share/freeciv/civ1/terrain.ruleset
+share/freeciv/default/techs.ruleset
+share/freeciv/civ2/techs.ruleset
+share/freeciv/civ1/techs.ruleset
+share/freeciv/nation/taiwanese.ruleset
+share/freeciv/flags/taiwan.png
+share/freeciv/flags/taiwan-shield.png
+share/freeciv/flags/syria.png
+share/freeciv/flags/syria-shield.png
+share/freeciv/nation/swiss.ruleset
+share/freeciv/flags/swiss.png
+share/freeciv/flags/swiss-shield.png
+share/freeciv/nation/swedish.ruleset
+share/freeciv/flags/sweden.png
+share/freeciv/flags/sweden-shield.png
+share/freeciv/flags/swaziland.png
+share/freeciv/flags/swaziland-shield.png
+share/freeciv/nation/swazi.ruleset
+share/freeciv/nation/sumerian.ruleset
+share/freeciv/flags/sumeria.png
+share/freeciv/flags/sumeria-shield.png
+share/freeciv/nation/sudanese.ruleset
+share/freeciv/flags/sudan.png
+share/freeciv/flags/sudan-shield.png
+share/freeciv/flags/stpatrick.png
+share/freeciv/flags/stpatrick-shield.png
+share/freeciv/stdsounds.soundspec
+share/freeciv/flags/srilanka.png
+share/freeciv/flags/srilanka-shield.png
+share/freeciv/nation/spanish.ruleset
+share/freeciv/flags/spain.png
+share/freeciv/flags/spain-shield.png
+share/freeciv/misc/space.spec
+share/freeciv/misc/space.png
+share/freeciv/nation/soviet.ruleset
+share/freeciv/flags/soviet.png
+share/freeciv/flags/soviet-shield.png
+share/freeciv/flags/southern_cross.png
+share/freeciv/flags/southern_cross-shield.png
+share/freeciv/nation/southafrican.ruleset
+share/freeciv/flags/south_africa.png
+share/freeciv/flags/south_africa-shield.png
+share/freeciv/misc/small.spec
+share/freeciv/misc/small.png
+share/freeciv/nation/slovenian.ruleset
+share/freeciv/flags/slovenia.png
+share/freeciv/flags/slovenia-shield.png
+share/freeciv/nation/slovakian.ruleset
+share/freeciv/flags/slovakia.png
+share/freeciv/flags/slovakia-shield.png
+share/freeciv/nation/sioux.ruleset
+share/freeciv/nation/singaporean.ruleset
+share/freeciv/flags/singapore.png
+share/freeciv/flags/singapore-shield.png
+share/freeciv/nation/silesian.ruleset
+share/freeciv/flags/silesia.png
+share/freeciv/flags/silesia-shield.png
+share/freeciv/misc/shields.spec
+share/freeciv/nation/serbian.ruleset
+share/freeciv/flags/serbia.png
+share/freeciv/flags/serbia-shield.png
+share/freeciv/trident/select.spec
+share/freeciv/isotrident/select.spec
+share/freeciv/amplio/select.spec
+share/freeciv/trident/select.png
+share/freeciv/isotrident/select.png
+share/freeciv/amplio/select.png
+share/freeciv/amplio/select-alpha.png
+share/freeciv/default/script.lua
+share/freeciv/nation/scottish.ruleset
+share/freeciv/flags/scotland.png
+share/freeciv/flags/scotland-shield.png
+share/freeciv/flags/sapmi.png
+share/freeciv/flags/sapmi-shield.png
+share/freeciv/nation/sami.ruleset
+share/freeciv/nation/ryukyuan.ruleset
+share/freeciv/flags/ryukyu.png
+share/freeciv/flags/ryukyu-shield.png
+share/freeciv/flags/rwanda.png
+share/freeciv/flags/rwanda-shield.png
+share/freeciv/nation/russian.ruleset
+share/freeciv/flags/russia.png
+share/freeciv/flags/russia-shield.png
+share/freeciv/flags/rome.png
+share/freeciv/flags/rome-shield.png
+share/freeciv/nation/romanian.ruleset
+share/freeciv/flags/romania.png
+share/freeciv/flags/romania-shield.png
+share/freeciv/nation/roman.ruleset
+share/freeciv/trident/roads.spec
+share/freeciv/trident/roads.png
+share/freeciv/isophex/rivers.spec
+share/freeciv/isophex/rivers.png
+share/freeciv/misc/radar.png
+share/freeciv/nation/quebecois.ruleset
+share/freeciv/flags/quebec.png
+share/freeciv/flags/quebec-shield.png
+share/freeciv/flags/qing.png
+share/freeciv/flags/qing-shield.png
+share/freeciv/nation/portuguese.ruleset
+share/freeciv/flags/portugal.png
+share/freeciv/flags/portugal-shield.png
+share/freeciv/nation/polish.ruleset
+share/freeciv/flags/poland.png
+share/freeciv/flags/poland-shield.png
+share/freeciv/nation/phoenician.ruleset
+share/freeciv/flags/phoenicia.png
+share/freeciv/flags/phoenicia-shield.png
+share/freeciv/flags/philippines.png
+share/freeciv/flags/philippines-shield.png
+share/freeciv/flags/peru.png
+share/freeciv/flags/peru-shield.png
+share/freeciv/nation/persian.ruleset
+share/freeciv/nation/papuan.ruleset
+share/freeciv/flags/papua_newguinea.png
+share/freeciv/flags/papua_newguinea-shield.png
+share/freeciv/flags/palmyra.png
+share/freeciv/flags/palmyra-shield.png
+share/freeciv/flags/pakistan.png
+share/freeciv/flags/pakistan-shield.png
+share/freeciv/misc/overlays.spec
+share/freeciv/misc/overlays.png
+share/freeciv/nation/ottoman.ruleset
+share/freeciv/flags/ottoman.png
+share/freeciv/flags/ottoman-shield.png
+share/freeciv/flags/observer.png
+share/freeciv/flags/observer-shield.png
+share/freeciv/isotrident/nuke.spec
+share/freeciv/amplio/nuke.spec
+share/freeciv/isotrident/nuke.png
+share/freeciv/amplio/nuke.png
+share/freeciv/nation/norwegian.ruleset
+share/freeciv/flags/norway.png
+share/freeciv/flags/norway-shield.png
+share/freeciv/nation/nigerian.ruleset
+share/freeciv/flags/nigeria.png
+share/freeciv/flags/nigeria-shield.png
+share/freeciv/nation/newzealand.ruleset
+share/freeciv/flags/newzealand.png
+share/freeciv/flags/newzealand-shield.png
+share/freeciv/flags/netherlands.png
+share/freeciv/flags/netherlands-shield.png
+share/freeciv/flags/nato.png
+share/freeciv/flags/nato-shield.png
+share/freeciv/default/nations.ruleset
+share/freeciv/civ1/nations.ruleset
+share/freeciv/flags/myanmar.png
+share/freeciv/flags/myanmar-shield.png
+share/freeciv/isotrident/morecities.spec
+share/freeciv/isotrident/morecities.png
+share/freeciv/flags/mongolia.png
+share/freeciv/flags/mongolia-shield.png
+share/freeciv/nation/mongol.ruleset
+share/freeciv/amplio/moderncities.spec
+share/freeciv/amplio/moderncities.png
+share/freeciv/flags/mexico.png
+share/freeciv/flags/mexico-shield.png
+share/freeciv/nation/mexican.ruleset
+share/freeciv/stdsounds/metbrk.ogg
+share/freeciv/amplio/medievalcities.spec
+share/freeciv/amplio/medievalcities.png
+share/freeciv/nation/mayan.ruleset
+share/freeciv/flags/maya.png
+share/freeciv/flags/maya-shield.png
+share/freeciv/nation/martian.ruleset
+share/freeciv/flags/mars.png
+share/freeciv/flags/mars-shield.png
+share/freeciv/nation/maori.ruleset
+share/freeciv/flags/maori.png
+share/freeciv/flags/maori-shield.png
+share/freeciv/nation/manchu.ruleset
+share/freeciv/nation/malian.ruleset
+share/freeciv/flags/mali.png
+share/freeciv/flags/mali-shield.png
+share/freeciv/nation/malaysian.ruleset
+share/freeciv/flags/malaysia.png
+share/freeciv/flags/malaysia-shield.png
+share/freeciv/nation/malagasy.ruleset
+share/freeciv/flags/madagascar.png
+share/freeciv/flags/madagascar-shield.png
+share/freeciv/flags/macedonia.png
+share/freeciv/flags/macedonia-shield.png
+share/freeciv/nation/lithuanian.ruleset
+share/freeciv/flags/lithuania.png
+share/freeciv/flags/lithuania-shield.png
+share/freeciv/nation/libyan.ruleset
+share/freeciv/flags/libya.png
+share/freeciv/flags/libya-shield.png
+share/freeciv/nation/latvian.ruleset
+share/freeciv/flags/latvia.png
+share/freeciv/flags/latvia-shield.png
+share/freeciv/nation/lankese.ruleset
+share/freeciv/nation/korean.ruleset
+share/freeciv/flags/korea.png
+share/freeciv/flags/korea-shield.png
+share/freeciv/nation/kenyan.ruleset
+share/freeciv/flags/kenya.png
+share/freeciv/flags/kenya-shield.png
+share/freeciv/nation/kampuchean.ruleset
+share/freeciv/flags/kampuchea.png
+share/freeciv/flags/kampuchea-shield.png
+share/freeciv/nation/japanese.ruleset
+share/freeciv/flags/japan.png
+share/freeciv/flags/japan-shield.png
+share/freeciv/flags/italy.png
+share/freeciv/flags/italy-shield.png
+share/freeciv/nation/italian.ruleset
+share/freeciv/nation/israeli.ruleset
+share/freeciv/flags/israel.png
+share/freeciv/flags/israel-shield.png
+share/freeciv/isotrident.tilespec
+share/freeciv/isophex.tilespec
+share/freeciv/nation/iroquois.ruleset
+share/freeciv/flags/iroquois.png
+share/freeciv/flags/iroquois-shield.png
+share/freeciv/nation/irish.ruleset
+share/freeciv/flags/ireland.png
+share/freeciv/flags/ireland-shield.png
+share/freeciv/nation/iraqi.ruleset
+share/freeciv/flags/iraq_old.png
+share/freeciv/flags/iraq_old-shield.png
+share/freeciv/flags/iraq.png
+share/freeciv/flags/iraq-shield.png
+share/freeciv/flags/iran_ancient.png
+share/freeciv/flags/iran_ancient-shield.png
+share/freeciv/flags/iran.png
+share/freeciv/flags/iran-shield.png
+share/freeciv/nation/inuit.ruleset
+share/freeciv/misc/intro.png
+share/freeciv/stdsounds/inh2o.ogg
+share/freeciv/nation/indonesian.ruleset
+share/freeciv/flags/indonesia.png
+share/freeciv/flags/indonesia-shield.png
+share/freeciv/nation/indian.ruleset
+share/freeciv/flags/india.png
+share/freeciv/flags/india-shield.png
+share/freeciv/nation/inca.ruleset
+share/freeciv/flags/inca.png
+share/freeciv/flags/inca-shield.png
+share/freeciv/nation/illyrian.ruleset
+share/freeciv/flags/illyria.png
+share/freeciv/flags/illyria-shield.png
+share/freeciv/misc/icons.spec
+share/freeciv/amplio/icons.spec
+share/freeciv/nation/icelandic.ruleset
+share/freeciv/flags/iceland.png
+share/freeciv/flags/iceland-shield.png
+share/freeciv/scenario/iberian-peninsula-136x100-v1.0.sav.gz
+share/freeciv/flags/hungary.png
+share/freeciv/flags/hungary-shield.png
+share/freeciv/nation/hungarian.ruleset
+share/freeciv/nation/hittite.ruleset
+share/freeciv/flags/hittite.png
+share/freeciv/flags/hittite-shield.png
+share/freeciv/helpdata.txt
+share/freeciv/nation/hellenic.ruleset
+share/freeciv/scenario/hagworld-120x60-v1.2.sav.gz
+share/freeciv/trident/grid.spec
+share/freeciv/isotrident/grid.spec
+share/freeciv/isophex/grid.spec
+share/freeciv/amplio/grid.spec
+share/freeciv/trident/grid.png
+share/freeciv/isotrident/grid.png
+share/freeciv/isophex/grid.png
+share/freeciv/amplio/grid.png
+share/freeciv/flags/greenland.png
+share/freeciv/flags/greenland-shield.png
+share/freeciv/nation/greek.ruleset
+share/freeciv/flags/greece_ancient.png
+share/freeciv/flags/greece_ancient-shield.png
+share/freeciv/flags/greece.png
+share/freeciv/flags/greece-shield.png
+share/freeciv/default/governments.ruleset
+share/freeciv/civ2/governments.ruleset
+share/freeciv/civ1/governments.ruleset
+share/freeciv/isophex/gold.spec
+share/freeciv/flags/germany.png
+share/freeciv/flags/germany-shield.png
+share/freeciv/nation/german.ruleset
+share/freeciv/nation/georgian.ruleset
+share/freeciv/flags/georgia.png
+share/freeciv/flags/georgia-shield.png
+share/freeciv/flags/gaul.png
+share/freeciv/flags/gaul-shield.png
+share/freeciv/default/game.ruleset
+share/freeciv/civ2/game.ruleset
+share/freeciv/civ1/game.ruleset
+share/freeciv/nation/gallic.ruleset
+share/freeciv/nation/galician.ruleset
+share/freeciv/flags/galicia.png
+share/freeciv/flags/galicia-shield.png
+share/freeciv/nation/french.ruleset
+share/applications/freeciv.desktop
+share/pixmaps/freeciv-client.png
+share/freeciv/flags/france_old.png
+share/freeciv/flags/france_old-shield.png
+share/freeciv/flags/france.png
+share/freeciv/flags/france-shield.png
+share/freeciv/stdsounds/foot3.ogg
+share/freeciv/trident/fog.spec
+share/freeciv/isotrident/fog.spec
+share/freeciv/amplio/fog.spec
+share/freeciv/trident/fog.png
+share/freeciv/isotrident/fog.png
+share/freeciv/amplio/fog.png
+share/freeciv/misc/flags.spec
+share/freeciv/nation/finnish.ruleset
+share/freeciv/flags/finland.png
+share/freeciv/flags/finland-shield.png
+share/freeciv/nation/filipino.ruleset
+share/freeciv/trident/explosions.spec
+share/freeciv/amplio/explosions.spec
+share/freeciv/trident/explosions.png
+share/freeciv/amplio/explosions.png
+share/freeciv/flags/europe.png
+share/freeciv/flags/europe-shield.png
+share/freeciv/scenario/europe-200x100-v2.sav.gz
+share/freeciv/nation/ethiopian.ruleset
+share/freeciv/flags/ethiopia.png
+share/freeciv/flags/ethiopia-shield.png
+share/freeciv/nation/estonian.ruleset
+share/freeciv/flags/estonia.png
+share/freeciv/flags/estonia-shield.png
+share/freeciv/nation/english.ruleset
+share/freeciv/flags/england.png
+share/freeciv/flags/england-shield.png
+share/freeciv/nation/egyptian.ruleset
+share/freeciv/flags/egypt_ancient.png
+share/freeciv/flags/egypt_ancient-shield.png
+share/freeciv/flags/egypt.png
+share/freeciv/flags/egypt-shield.png
+share/freeciv/default/effects.ruleset
+share/freeciv/civ2/effects.ruleset
+share/freeciv/civ1/effects.ruleset
+share/freeciv/scenario/earth-80x50-v2.sav.gz
+share/freeciv/scenario/earth-160x90-v2.sav.gz
+share/freeciv/nation/dutch.ruleset
+share/freeciv/flags/denmark.png
+share/freeciv/flags/denmark-shield.png
+share/freeciv/default.serv
+share/freeciv/isophex/darkness.spec
+share/freeciv/isophex/darkness.png
+share/freeciv/nation/danish.ruleset
+share/freeciv/nation/czech.ruleset
+share/freeciv/flags/czech.png
+share/freeciv/flags/czech-shield.png
+share/freeciv/misc/cursors.spec
+share/freeciv/misc/cursors.png
+share/freeciv/nation/cuban.ruleset
+share/freeciv/flags/cuba.png
+share/freeciv/flags/cuba-shield.png
+share/freeciv/nation/croatian.ruleset
+share/freeciv/flags/croatia.png
+share/freeciv/flags/croatia-shield.png
+share/freeciv/flags/cornwall.png
+share/freeciv/flags/cornwall-shield.png
+share/freeciv/nation/cornish.ruleset
+share/freeciv/flags/constantine.png
+share/freeciv/flags/constantine-shield.png
+share/freeciv/nation/confederate.ruleset
+share/freeciv/misc/colors.tilespec
+share/freeciv/misc/colors.spec
+share/freeciv/misc/colors.png
+share/freeciv/nation/colombian.ruleset
+share/freeciv/flags/colombia.png
+share/freeciv/flags/colombia-shield.png
+share/freeciv/misc/civicon.png
+share/freeciv/amplio/civicon.png
+share/freeciv/civ2.serv
+share/freeciv/civ1.serv
+share/freeciv/misc/cityicon.png
+share/freeciv/amplio/cityicon.png
+share/freeciv/misc/citybar.spec
+share/freeciv/misc/citybar.png
+share/freeciv/trident/cities.spec
+share/freeciv/isotrident/cities.spec
+share/freeciv/default/cities.ruleset
+share/freeciv/civ2/cities.ruleset
+share/freeciv/trident/cities.png
+share/freeciv/isotrident/cities.png
+share/freeciv/nation/chinese.ruleset
+share/freeciv/flags/china.png
+share/freeciv/flags/china-shield.png
+share/freeciv/nation/chilean.ruleset
+share/freeciv/flags/chile.png
+share/freeciv/flags/chile-shield.png
+share/freeciv/misc/chiefs.spec
+share/freeciv/misc/chiefs.png
+share/freeciv/flags/cheyenne.png
+share/freeciv/flags/cheyenne-shield.png
+share/freeciv/nation/catalan.ruleset
+share/freeciv/flags/catalan.png
+share/freeciv/flags/catalan-shield.png
+share/freeciv/nation/carthaginian.ruleset
+share/freeciv/flags/cartago.png
+share/freeciv/flags/cartago-shield.png
+share/freeciv/nation/canadian.ruleset
+share/freeciv/flags/canada.png
+share/freeciv/flags/canada-shield.png
+share/freeciv/nation/byzantium.ruleset
+share/freeciv/flags/byzantium.png
+share/freeciv/flags/byzantium-shield.png
+share/freeciv/nation/burmese.ruleset
+share/freeciv/nation/bulgarian.ruleset
+share/freeciv/flags/bulgaria.png
+share/freeciv/flags/bulgaria-shield.png
+share/freeciv/misc/buildings.spec
+share/freeciv/default/buildings.ruleset
+share/freeciv/civ2/buildings.ruleset
+share/freeciv/civ1/buildings.ruleset
+share/freeciv/misc/buildings.png
+share/freeciv/nation/british.ruleset
+share/freeciv/scenario/british-isles-85x80-v2.80.sav.gz
+share/freeciv/nation/brazilian.ruleset
+share/freeciv/flags/brasil.png
+share/freeciv/flags/brasil-shield.png
+share/freeciv/nation/bosnia.ruleset
+share/freeciv/flags/bosnia.png
+share/freeciv/flags/bosnia-shield.png
+share/freeciv/nation/boer.ruleset
+share/freeciv/flags/boer.png
+share/freeciv/flags/boer-shield.png
+share/freeciv/nation/bengali.ruleset
+share/freeciv/flags/belgium.png
+share/freeciv/flags/belgium-shield.png
+share/freeciv/nation/belgian.ruleset
+share/freeciv/nation/bavarian.ruleset
+share/freeciv/flags/bavarian.png
+share/freeciv/flags/bavarian-shield.png
+share/freeciv/nation/barbarian.ruleset
+share/freeciv/flags/barbarian.png
+share/freeciv/flags/barbarian-shield.png
+share/freeciv/flags/bangladesh.png
+share/freeciv/flags/bangladesh-shield.png
+share/freeciv/nation/babylonian.ruleset
+share/freeciv/flags/babylon.png
+share/freeciv/flags/babylon-shield.png
+share/freeciv/nation/aztec.ruleset
+share/freeciv/flags/aztec.png
+share/freeciv/flags/aztec-shield.png
+share/freeciv/flags/azerbaijan.png
+share/freeciv/flags/azerbaijan-shield.png
+share/freeciv/trident/auto_ll.spec
+share/freeciv/nation/austrian.ruleset
+share/freeciv/flags/austria.png
+share/freeciv/flags/austria-shield.png
+share/freeciv/nation/australian.ruleset
+share/freeciv/flags/australia.png
+share/freeciv/flags/australia-shield.png
+share/freeciv/nation/assyrian.ruleset
+share/freeciv/flags/assyria.png
+share/freeciv/flags/assyria-shield.png
+share/freeciv/nation/armenian.ruleset
+share/freeciv/flags/armenia.png
+share/freeciv/flags/armenia-shield.png
+share/freeciv/nation/argentine.ruleset
+share/freeciv/flags/argentina.png
+share/freeciv/flags/argentina-shield.png
+share/freeciv/nation/aramean.ruleset
+share/freeciv/flags/aram.png
+share/freeciv/flags/aram-shield.png
+share/freeciv/nation/arab.ruleset
+share/freeciv/flags/arab.png
+share/freeciv/flags/arab-shield.png
+share/freeciv/nation/antarctican.ruleset
+share/freeciv/flags/antarctica.png
+share/freeciv/flags/antarctica-shield.png
+share/freeciv/amplio/ancientcities.spec
+share/freeciv/amplio/ancientcities.png
+share/freeciv/amplio.tilespec
+share/freeciv/nation/american.ruleset
+share/freeciv/nation/algerian.ruleset
+share/freeciv/flags/algeria.png
+share/freeciv/flags/algeria-shield.png
+share/freeciv/flags/afghanistan.png
+share/freeciv/flags/afghanistan-shield.png
+share/freeciv/nation/afghani.ruleset
+share/freeciv/nation/aborigines.ruleset
+share/freeciv/flags/aborigines.png
+share/freeciv/flags/aborigines-shield.png
+share/freeciv/stdsounds/Tread.ogg
+share/freeciv/stdsounds/THover.ogg
+share/freeciv/stdsounds/Splash.ogg
+share/freeciv/stdsounds/SmlExpl.ogg
+share/freeciv/stdsounds/Mortar.ogg
+share/freeciv/stdsounds/MgHeavy.ogg
+share/freeciv/stdsounds/MgBar2.ogg
+share/freeciv/stdsounds/MgBar1.ogg
+share/freeciv/stdsounds/MedCan.ogg
+share/freeciv/stdsounds/LrgExpl.ogg
+share/freeciv/stdsounds/LrgCan.ogg
+bin/civserver
+bin/civmanual
+bin/civclient
+
+@dirrm share/freeciv/trident
+@dirrm share/freeciv/stdsounds
+@dirrm share/freeciv/scenario
+@dirrm share/freeciv/nation
+@dirrm share/freeciv/misc
+@dirrm share/freeciv/isotrident
+@dirrm share/freeciv/isophex
+@dirrm share/freeciv/flags
+@dirrm share/freeciv/default
+@dirrm share/freeciv/civ2
+@dirrm share/freeciv/civ1
+@dirrm share/freeciv/amplio
+@dirrm share/freeciv
+

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608171856.k7HIupoU034233>