From jan@rochel.dyndns.org  Tue Jul 15 06:00:15 2003
Return-Path: <jan@rochel.dyndns.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4608037B401
	for <freebsd-gnats-submit@freebsd.org>; Tue, 15 Jul 2003 06:00:15 -0700 (PDT)
Received: from IntelligentCPU.com (adslbt181.cofs.net [66.77.169.181])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BA16243F3F
	for <freebsd-gnats-submit@freebsd.org>; Tue, 15 Jul 2003 06:00:08 -0700 (PDT)
	(envelope-from jan@rochel.dyndns.org)
Received: from pD9E39F0E.dip.t-dialin.net [217.227.159.14] by IntelligentCPU.com
  (ArGoSoft Mail Server Pro v 1.8.3.6); Tue, 15 Jul 2003 09:00:03 -0400
Received: from jan by rochel.dyndns.org with local (Exim 4.20)
	id 19cPPM-0000Kn-RL
	for FreeBSD-gnats-submit@freebsd.org; Tue, 15 Jul 2003 14:59:52 +0200
Message-Id: <E19cPPM-0000Kn-RL@rochel.dyndns.org>
Date: Tue, 15 Jul 2003 14:59:52 +0200
From: Jan Rochel <jan@rochel.dyndns.org>
Reply-To: Jan Rochel <janni@hacker7.net>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [Update] games/freeciv: 1.13.0 -> 1.14.0
X-Send-Pr-Version: 3.113

>Number:         54502
>Category:       ports
>Synopsis:       [Update] games/freeciv: 1.13.0 -> 1.14.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 15 06:00:31 PDT 2003
>Closed-Date:    Tue Sep 02 17:05:48 PDT 2003
>Last-Modified:  Tue Sep 02 17:05:48 PDT 2003
>Originator:     Jan Rochel
>Release:        FreeBSD 5.0-RELEASE-p7 i386
>Organization:
>Environment:
>Description:
	Update from 1.13.0 to 1.14.0.
	Added SDL_mixer and ESound sound support.
	Port maintainer has been ommitted while sending this report,
	because emails requesting to submit this update have been ignored.
>How-To-Repeat:
>Fix:

--- freeciv begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	games/freeciv
#	games/freeciv/distinfo
#	games/freeciv/Makefile
#	games/freeciv/files
#	games/freeciv/pkg-plist
#	games/freeciv/pkg-descr
#
echo c - games/freeciv
mkdir -p games/freeciv > /dev/null 2>&1
echo x - games/freeciv/distinfo
sed 's/^X//' >games/freeciv/distinfo << 'END-of-games/freeciv/distinfo'
XMD5 (freeciv-1.14.0.tar.bz2) = c506ec29b94ea516aaa02a107129cf10
END-of-games/freeciv/distinfo
echo x - games/freeciv/Makefile
sed 's/^X//' >games/freeciv/Makefile << 'END-of-games/freeciv/Makefile'
X# New ports collection makefile for:	freeciv
X# Date created:		Jun 20 1997
X# Whom:			ada@bsd.org
X#
X# $FreeBSD: ports/games/freeciv/Makefile,v 1.51 2003/04/26 18:27:02 marcus Exp $
X#
X
XPORTNAME=	freeciv
XPORTVERSION=	1.14.0
XCATEGORIES=	games
XMASTER_SITES=	ftp://ftp.freeciv.org/pub/freeciv/stable/ \
X		ftp://ftp.netc.pt/pub/freeciv/stable/ \
X		ftp://ftp.pvv.ntnu.no/pub/freeciv/stable/
X
XMAINTAINER?=	adam-ports@blacktabby.org
XCOMMENT=	A civilisation clone for X11; multiplayer
X
XLIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext
X
X.if defined(SOUND)
X.if ${SOUND} == SDL
XLIB_DEPENDS+=	SDL_mixer.5:${PORTSDIR}/audio/sdl_mixer
XSDL_CONFIG?=	${LOCALBASE}/bin/sdl11-config
XCONFIGURE_ARGS+=--enable-sdl-mixer --disable-esound
X.elif ${SOUND} == ESOUND
XLIB_DEPENDS+=	esd.2:${PORTSDIR}/audio/esound
XCONFIGURE_ARGS+=--enable-esound --disable-sdl-mixer
X.endif
X.else
XCONFIGURE_ARGS+=--disable-esound --disable-sdl-mixer
X.endif
X
XCONFIGURE_TARGET=
XGNU_CONFIGURE=	yes
XCONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
X		LIBS="-L${LOCALBASE}/lib"
X
Xpre-configure:
X.ifndef SOUND
X	@${ECHO_MSG} "===> Set SOUND=SDL or SOUND=ESOUND for SDL/EsoundD sound support respectively."
X.endif
X
XUSE_XPM=	yes
XUSE_BZIP2=	yes
XWANT_GNOME=	yes
X.include <bsd.port.pre.mk>
X
X.if ${HAVE_GNOME:Mgtk12}!=""
XUSE_GNOME+=	imlib
XPKGNAMESUFFIX?=	-imlib
X.else
XLIB_DEPENDS+=	Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
X.endif
X
X.include <bsd.port.post.mk>
END-of-games/freeciv/Makefile
echo c - games/freeciv/files
mkdir -p games/freeciv/files > /dev/null 2>&1
echo x - games/freeciv/pkg-plist
sed 's/^X//' >games/freeciv/pkg-plist << 'END-of-games/freeciv/pkg-plist'
Xshare/freeciv/misc/chiefs.xpm
Xshare/freeciv/misc/chiefs.spec
Xshare/freeciv/misc/intro.xpm
Xshare/freeciv/misc/radar.xpm
Xshare/freeciv/misc/shields.xpm
Xshare/freeciv/misc/shields.spec
Xshare/freeciv/misc/small.xpm
Xshare/freeciv/misc/small.spec
Xshare/freeciv/misc/space.xpm
Xshare/freeciv/misc/space.spec
Xshare/freeciv/misc/treaty.xpm
Xshare/freeciv/misc/treaty.spec
X@dirrm share/freeciv/misc
Xshare/freeciv/isotrident/cities.xpm
Xshare/freeciv/isotrident/cities.spec
Xshare/freeciv/isotrident/flags.xpm
Xshare/freeciv/isotrident/flags.spec
Xshare/freeciv/isotrident/nuke.spec
Xshare/freeciv/isotrident/nuke.xpm
Xshare/freeciv/isotrident/small.spec
Xshare/freeciv/isotrident/small.xpm
Xshare/freeciv/isotrident/terrain1.spec
Xshare/freeciv/isotrident/terrain1.xpm
Xshare/freeciv/isotrident/terrain2.spec
Xshare/freeciv/isotrident/terrain2.xpm
Xshare/freeciv/isotrident/tiles.xpm
Xshare/freeciv/isotrident/tiles.spec
Xshare/freeciv/isotrident/units.xpm
Xshare/freeciv/isotrident/units.spec
X@dirrm share/freeciv/isotrident
Xshare/freeciv/trident/auto_ll.spec
Xshare/freeciv/trident/cities.xpm
Xshare/freeciv/trident/cities.spec
Xshare/freeciv/trident/explosions.xpm
Xshare/freeciv/trident/explosions.spec
Xshare/freeciv/trident/flags.xpm
Xshare/freeciv/trident/flags.spec
Xshare/freeciv/trident/roads.xpm
Xshare/freeciv/trident/roads.spec
Xshare/freeciv/trident/tiles.xpm
Xshare/freeciv/trident/tiles.spec
Xshare/freeciv/trident/units.xpm
Xshare/freeciv/trident/units.spec
X@dirrm share/freeciv/trident
Xshare/freeciv/default/buildings.ruleset
Xshare/freeciv/default/cities.ruleset
Xshare/freeciv/default/game.ruleset
Xshare/freeciv/default/governments.ruleset
Xshare/freeciv/default/nations.ruleset
Xshare/freeciv/default/techs.ruleset
Xshare/freeciv/default/terrain.ruleset
Xshare/freeciv/default/units.ruleset
X@dirrm share/freeciv/default
Xshare/freeciv/civ1/buildings.ruleset
Xshare/freeciv/civ1/game.ruleset
Xshare/freeciv/civ1/governments.ruleset
Xshare/freeciv/civ1/nations.ruleset
Xshare/freeciv/civ1/techs.ruleset
Xshare/freeciv/civ1/terrain.ruleset
Xshare/freeciv/civ1/units.ruleset
X@dirrm share/freeciv/civ1
Xshare/freeciv/civ2/buildings.ruleset
Xshare/freeciv/civ2/game.ruleset
Xshare/freeciv/civ2/governments.ruleset
Xshare/freeciv/civ2/techs.ruleset
Xshare/freeciv/civ2/terrain.ruleset
Xshare/freeciv/civ2/units.ruleset
X@dirrm share/freeciv/civ2
Xshare/freeciv/scenario/british-isles-85x80-v2.80.sav
Xshare/freeciv/scenario/earth-160x90-v2.sav
Xshare/freeciv/scenario/earth-80x50-v2.sav
Xshare/freeciv/scenario/europe-200x100-v2.sav
Xshare/freeciv/scenario/hagworld-120x60-v1.2.sav
Xshare/freeciv/scenario/iberian-peninsula-136x100-v1.0.sav
X@dirrm share/freeciv/scenario
Xshare/freeciv/nation/american.ruleset
Xshare/freeciv/nation/arab.ruleset
Xshare/freeciv/nation/argentine.ruleset
Xshare/freeciv/nation/australian.ruleset
Xshare/freeciv/nation/aztec.ruleset
Xshare/freeciv/nation/babylonian.ruleset
Xshare/freeciv/nation/barbarian.ruleset
Xshare/freeciv/nation/bavarian.ruleset
Xshare/freeciv/nation/boer.ruleset
Xshare/freeciv/nation/brazilian.ruleset
Xshare/freeciv/nation/canadian.ruleset
Xshare/freeciv/nation/carthaginian.ruleset
Xshare/freeciv/nation/catalan.ruleset
Xshare/freeciv/nation/chilean.ruleset
Xshare/freeciv/nation/chinese.ruleset
Xshare/freeciv/nation/cornish.ruleset
Xshare/freeciv/nation/croatian.ruleset
Xshare/freeciv/nation/czech.ruleset
Xshare/freeciv/nation/danish.ruleset
Xshare/freeciv/nation/dunedain.ruleset
Xshare/freeciv/nation/dutch.ruleset
Xshare/freeciv/nation/egyptian.ruleset
Xshare/freeciv/nation/estonian.ruleset
Xshare/freeciv/nation/english.ruleset
Xshare/freeciv/nation/filipino.ruleset
Xshare/freeciv/nation/finnish.ruleset
Xshare/freeciv/nation/french.ruleset
Xshare/freeciv/nation/german.ruleset
Xshare/freeciv/nation/greek.ruleset
Xshare/freeciv/nation/hungarian.ruleset
Xshare/freeciv/nation/inca.ruleset
Xshare/freeciv/nation/indian.ruleset
Xshare/freeciv/nation/irish.ruleset
Xshare/freeciv/nation/israeli.ruleset
Xshare/freeciv/nation/italian.ruleset
Xshare/freeciv/nation/japanese.ruleset
Xshare/freeciv/nation/kenyan.ruleset
Xshare/freeciv/nation/korean.ruleset
Xshare/freeciv/nation/latvian.ruleset
Xshare/freeciv/nation/lithuanian.ruleset
Xshare/freeciv/nation/misc_cities.ruleset
Xshare/freeciv/nation/mongol.ruleset
Xshare/freeciv/nation/mordor.ruleset
Xshare/freeciv/nation/persian.ruleset
Xshare/freeciv/nation/polish.ruleset
Xshare/freeciv/nation/portuguese.ruleset
Xshare/freeciv/nation/roman.ruleset
Xshare/freeciv/nation/russian.ruleset
Xshare/freeciv/nation/scottish.ruleset
Xshare/freeciv/nation/serbian.ruleset
Xshare/freeciv/nation/silesian.ruleset
Xshare/freeciv/nation/singaporean.ruleset
Xshare/freeciv/nation/sioux.ruleset
Xshare/freeciv/nation/slovenian.ruleset
Xshare/freeciv/nation/spanish.ruleset
Xshare/freeciv/nation/swedish.ruleset
Xshare/freeciv/nation/thai.ruleset
Xshare/freeciv/nation/turk.ruleset
Xshare/freeciv/nation/ukrainian.ruleset
Xshare/freeciv/nation/vietnamese.ruleset
Xshare/freeciv/nation/viking.ruleset
Xshare/freeciv/nation/welsh.ruleset
Xshare/freeciv/nation/zulu.ruleset
X@dirrm share/freeciv/nation
Xshare/freeciv/history/buildings.ruleset
Xshare/freeciv/history/game.ruleset
Xshare/freeciv/history/governments.ruleset
Xshare/freeciv/history/techs.ruleset
Xshare/freeciv/history/terrain.ruleset
Xshare/freeciv/history/units.ruleset
X@dirrm share/freeciv/history
Xshare/freeciv/Freeciv
Xshare/freeciv/freeciv.rc
Xshare/freeciv/freeciv.rc-2.0
Xshare/freeciv/isotrident.tilespec
Xshare/freeciv/trident.tilespec
Xshare/freeciv/trident_shields.tilespec
Xshare/freeciv/helpdata.txt
Xshare/freeciv/civ1.serv
Xshare/freeciv/civ2.serv
X@dirrm share/freeciv
END-of-games/freeciv/pkg-plist
echo x - games/freeciv/pkg-descr
sed 's/^X//' >games/freeciv/pkg-descr << 'END-of-games/freeciv/pkg-descr'
XThis is a multiplayer 'Civilisation(tm)' clone for X11.
X
XWWW: http://www.freeciv.org/
X
X-Adam <adam-ports@blacktabby.org>
END-of-games/freeciv/pkg-descr
exit
--- freeciv ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: arved 
State-Changed-When: Fri Jul 18 06:13:59 PDT 2003 
State-Changed-Why:  
Can you please send updates in diff format as described in the porters handbook? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=54502 

From: Guy Coleman <gtc@mm.st>
To: freebsd-gnats-submit@FreeBSD.org
Cc: janni@hacker7.net
Subject: Re: ports/54502:[Update] games/freeciv: 1.13.0 -> 1.14.0
Date: 19 Jul 2003 14:34:36 +0100

 Diff included below. It includes a fixed pkg-plist and removal of two
 dead mirrors. I've also got a reply from the maintainer when I sent him
 an update:
 
 Feel free to send it in, with my approval.
 I've gotten several sets of patches from other people as well, and just
 haven't had the time to clean them up and submit them.
 
 thanks
  -Adam
 
 So I guess that's official approval.
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/games/freeciv/Makefile,v
 retrieving revision 1.51
 diff -u -r1.51 Makefile
 --- Makefile	26 Apr 2003 18:27:02 -0000	1.51
 +++ Makefile	19 Jul 2003 10:34:07 -0000
 @@ -6,24 +6,42 @@
  #
  
  PORTNAME=	freeciv
 -PORTVERSION=	1.13.0
 +PORTVERSION=	1.14.0
  CATEGORIES=	games
  MASTER_SITES=	ftp://ftp.freeciv.org/pub/freeciv/stable/ \
 -		ftp://ftp.netc.pt/pub/freeciv/stable/ \
 -		ftp://ftp.pvv.ntnu.no/pub/freeciv/stable/
 +		ftp://ftp.siena.linux.it/pub/mirror/ftp.freeciv.org/stable/
  
  MAINTAINER?=	adam-ports@blacktabby.org
 -COMMENT?=	A civilisation clone for X11; multiplayer
 +COMMENT=	A civilisation clone for X11; multiplayer
  
  LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext
  
 -USE_XPM=	yes
 -USE_BZIP2=	yes
 -WANT_GNOME=	yes
 +.if defined(SOUND)
 +.if ${SOUND} == SDL
 +LIB_DEPENDS+=	SDL_mixer.5:${PORTSDIR}/audio/sdl_mixer
 +SDL_CONFIG?=	${LOCALBASE}/bin/sdl11-config
 +CONFIGURE_ARGS+=--enable-sdl-mixer --disable-esound
 +.elif ${SOUND} == ESOUND
 +LIB_DEPENDS+=	esd.2:${PORTSDIR}/audio/esound
 +CONFIGURE_ARGS+=--enable-esound --disable-sdl-mixer
 +.endif
 +.else
 +CONFIGURE_ARGS+=--disable-esound --disable-sdl-mixer
 +.endif
 +
 +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
  GNU_CONFIGURE=	yes
  CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
  		LIBS="-L${LOCALBASE}/lib"
  
 +pre-configure:
 +.ifndef SOUND
 +	@${ECHO_MSG} "===> Set SOUND=SDL or SOUND=ESOUND for SDL/EsoundD sound
 support respectively."
 +.endif
 +
 +USE_XPM=	yes
 +USE_BZIP2=	yes
 +WANT_GNOME=	yes
  .include <bsd.port.pre.mk>
  
  .if ${HAVE_GNOME:Mgtk12}!=""
 Index: distinfo
 ===================================================================
 RCS file: /home/ncvs/ports/games/freeciv/distinfo,v
 retrieving revision 1.19
 diff -u -r1.19 distinfo
 --- distinfo	7 Aug 2002 21:37:39 -0000	1.19
 +++ distinfo	19 Jul 2003 10:04:25 -0000
 @@ -1 +1 @@
 -MD5 (freeciv-1.13.0.tar.bz2) = a3544f113dbab77f3c6f00130c1bf181
 +MD5 (freeciv-1.14.0.tar.bz2) = c506ec29b94ea516aaa02a107129cf10
 Index: pkg-plist
 ===================================================================
 RCS file: /home/ncvs/ports/games/freeciv/pkg-plist,v
 retrieving revision 1.16
 diff -u -r1.16 pkg-plist
 --- pkg-plist	7 Aug 2002 21:37:39 -0000	1.16
 +++ pkg-plist	19 Jul 2003 13:33:14 -0000
 @@ -27,6 +27,12 @@
  share/freeciv/freeciv.rc
  share/freeciv/freeciv.rc-2.0
  share/freeciv/helpdata.txt
 +share/freeciv/history/buildings.ruleset
 +share/freeciv/history/game.ruleset
 +share/freeciv/history/governments.ruleset
 +share/freeciv/history/techs.ruleset
 +share/freeciv/history/terrain.ruleset
 +share/freeciv/history/units.ruleset
  share/freeciv/isotrident.tilespec
  share/freeciv/isotrident/cities.spec
  share/freeciv/isotrident/cities.xpm
 @@ -94,13 +100,11 @@
  share/freeciv/nation/japanese.ruleset
  share/freeciv/nation/kenyan.ruleset
  share/freeciv/nation/korean.ruleset
 -share/freeciv/nation/krevi.ruleset
  share/freeciv/nation/latvian.ruleset
  share/freeciv/nation/lithuanian.ruleset
  share/freeciv/nation/misc_cities.ruleset
  share/freeciv/nation/mongol.ruleset
  share/freeciv/nation/mordor.ruleset
 -share/freeciv/nation/olympic.ruleset
  share/freeciv/nation/persian.ruleset
  share/freeciv/nation/polish.ruleset
  share/freeciv/nation/portuguese.ruleset
 @@ -122,8 +126,8 @@
  share/freeciv/nation/welsh.ruleset
  share/freeciv/nation/zulu.ruleset
  share/freeciv/scenario/british-isles-85x80-v2.80.sav
 -share/freeciv/scenario/earth-80x50-v2.sav
  share/freeciv/scenario/earth-160x90-v2.sav
 +share/freeciv/scenario/earth-80x50-v2.sav
  share/freeciv/scenario/europe-200x100-v2.sav
  share/freeciv/scenario/hagworld-120x60-v1.2.sav
  share/freeciv/scenario/iberian-peninsula-136x100-v1.0.sav
 @@ -146,6 +150,7 @@
  share/locale/de/LC_MESSAGES/freeciv.mo
  share/locale/en_GB/LC_MESSAGES/freeciv.mo
  share/locale/es/LC_MESSAGES/freeciv.mo
 +share/locale/et/LC_MESSAGES/freeciv.mo
  share/locale/fi/LC_MESSAGES/freeciv.mo
  share/locale/fr/LC_MESSAGES/freeciv.mo
  share/locale/hu/LC_MESSAGES/freeciv.mo
 @@ -164,6 +169,7 @@
  @dirrm share/freeciv/nation
  @dirrm share/freeciv/misc
  @dirrm share/freeciv/isotrident
 +@dirrm share/freeciv/history
  @dirrm share/freeciv/default
  @dirrm share/freeciv/civ2
  @dirrm share/freeciv/civ1
 
 
 

From: Jan Rochel <janni@hacker7.net>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/54502:[Update] games/freeciv: 1.13.0 -> 1.14.0
Date: Sun, 20 Jul 2003 02:28:51 +0200

 ----- Forwarded message from Guy Coleman <gtc@mm.st> -----
 
 Envelope-to: jan@rochel.dyndns.org
 Delivery-date: Sun, 20 Jul 2003 01:42:15 +0200
 Subject: Re: ports/54502:[Update] games/freeciv: 1.13.0 -> 1.14.0
 From: Guy Coleman <gtc@mm.st>
 To: freebsd-gnats-submit@FreeBSD.org
 Cc: janni@hacker7.net
 X-Mailer: Ximian Evolution 1.4.3 
 Date: 19 Jul 2003 14:34:36 +0100
 
 Sorry for my improper submission.
 Thanks to Guy Coleman (Adam) for the fixed patch below.
 
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/games/freeciv/Makefile,v
 retrieving revision 1.51
 diff -u -r1.51 Makefile
 --- Makefile	26 Apr 2003 18:27:02 -0000	1.51
 +++ Makefile	19 Jul 2003 10:34:07 -0000
 @@ -6,24 +6,42 @@
  #
  
  PORTNAME=	freeciv
 -PORTVERSION=	1.13.0
 +PORTVERSION=	1.14.0
  CATEGORIES=	games
  MASTER_SITES=	ftp://ftp.freeciv.org/pub/freeciv/stable/ \
 -		ftp://ftp.netc.pt/pub/freeciv/stable/ \
 -		ftp://ftp.pvv.ntnu.no/pub/freeciv/stable/
 +		ftp://ftp.siena.linux.it/pub/mirror/ftp.freeciv.org/stable/
  
  MAINTAINER?=	adam-ports@blacktabby.org
 -COMMENT?=	A civilisation clone for X11; multiplayer
 +COMMENT=	A civilisation clone for X11; multiplayer
  
  LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext
  
 -USE_XPM=	yes
 -USE_BZIP2=	yes
 -WANT_GNOME=	yes
 +.if defined(SOUND)
 +.if ${SOUND} == SDL
 +LIB_DEPENDS+=	SDL_mixer.5:${PORTSDIR}/audio/sdl_mixer
 +SDL_CONFIG?=	${LOCALBASE}/bin/sdl11-config
 +CONFIGURE_ARGS+=--enable-sdl-mixer --disable-esound
 +.elif ${SOUND} == ESOUND
 +LIB_DEPENDS+=	esd.2:${PORTSDIR}/audio/esound
 +CONFIGURE_ARGS+=--enable-esound --disable-sdl-mixer
 +.endif
 +.else
 +CONFIGURE_ARGS+=--disable-esound --disable-sdl-mixer
 +.endif
 +
 +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
  GNU_CONFIGURE=	yes
  CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
  		LIBS="-L${LOCALBASE}/lib"
  
 +pre-configure:
 +.ifndef SOUND
 +	@${ECHO_MSG} "===> Set SOUND=SDL or SOUND=ESOUND for SDL/EsoundD sound
 support respectively."
 +.endif
 +
 +USE_XPM=	yes
 +USE_BZIP2=	yes
 +WANT_GNOME=	yes
  .include <bsd.port.pre.mk>
  
  .if ${HAVE_GNOME:Mgtk12}!=""
 Index: distinfo
 ===================================================================
 RCS file: /home/ncvs/ports/games/freeciv/distinfo,v
 retrieving revision 1.19
 diff -u -r1.19 distinfo
 --- distinfo	7 Aug 2002 21:37:39 -0000	1.19
 +++ distinfo	19 Jul 2003 10:04:25 -0000
 @@ -1 +1 @@
 -MD5 (freeciv-1.13.0.tar.bz2) = a3544f113dbab77f3c6f00130c1bf181
 +MD5 (freeciv-1.14.0.tar.bz2) = c506ec29b94ea516aaa02a107129cf10
 Index: pkg-plist
 ===================================================================
 RCS file: /home/ncvs/ports/games/freeciv/pkg-plist,v
 retrieving revision 1.16
 diff -u -r1.16 pkg-plist
 --- pkg-plist	7 Aug 2002 21:37:39 -0000	1.16
 +++ pkg-plist	19 Jul 2003 13:33:14 -0000
 @@ -27,6 +27,12 @@
  share/freeciv/freeciv.rc
  share/freeciv/freeciv.rc-2.0
  share/freeciv/helpdata.txt
 +share/freeciv/history/buildings.ruleset
 +share/freeciv/history/game.ruleset
 +share/freeciv/history/governments.ruleset
 +share/freeciv/history/techs.ruleset
 +share/freeciv/history/terrain.ruleset
 +share/freeciv/history/units.ruleset
  share/freeciv/isotrident.tilespec
  share/freeciv/isotrident/cities.spec
  share/freeciv/isotrident/cities.xpm
 @@ -94,13 +100,11 @@
  share/freeciv/nation/japanese.ruleset
  share/freeciv/nation/kenyan.ruleset
  share/freeciv/nation/korean.ruleset
 -share/freeciv/nation/krevi.ruleset
  share/freeciv/nation/latvian.ruleset
  share/freeciv/nation/lithuanian.ruleset
  share/freeciv/nation/misc_cities.ruleset
  share/freeciv/nation/mongol.ruleset
  share/freeciv/nation/mordor.ruleset
 -share/freeciv/nation/olympic.ruleset
  share/freeciv/nation/persian.ruleset
  share/freeciv/nation/polish.ruleset
  share/freeciv/nation/portuguese.ruleset
 @@ -122,8 +126,8 @@
  share/freeciv/nation/welsh.ruleset
  share/freeciv/nation/zulu.ruleset
  share/freeciv/scenario/british-isles-85x80-v2.80.sav
 -share/freeciv/scenario/earth-80x50-v2.sav
  share/freeciv/scenario/earth-160x90-v2.sav
 +share/freeciv/scenario/earth-80x50-v2.sav
  share/freeciv/scenario/europe-200x100-v2.sav
  share/freeciv/scenario/hagworld-120x60-v1.2.sav
  share/freeciv/scenario/iberian-peninsula-136x100-v1.0.sav
 @@ -146,6 +150,7 @@
  share/locale/de/LC_MESSAGES/freeciv.mo
  share/locale/en_GB/LC_MESSAGES/freeciv.mo
  share/locale/es/LC_MESSAGES/freeciv.mo
 +share/locale/et/LC_MESSAGES/freeciv.mo
  share/locale/fi/LC_MESSAGES/freeciv.mo
  share/locale/fr/LC_MESSAGES/freeciv.mo
  share/locale/hu/LC_MESSAGES/freeciv.mo
 @@ -164,6 +169,7 @@
  @dirrm share/freeciv/nation
  @dirrm share/freeciv/misc
  @dirrm share/freeciv/isotrident
 +@dirrm share/freeciv/history
  @dirrm share/freeciv/default
  @dirrm share/freeciv/civ2
  @dirrm share/freeciv/civ1

From: Oliver Lehmann <lehmann@ans-netz.de>
To: freebsd-gnats-submit@FreeBSD.org, janni@hacker7.net
Cc:  
Subject: Re: ports/54502: [Update] games/freeciv: 1.13.0 -> 1.14.0
Date: Sat, 2 Aug 2003 15:45:35 +0200

 Followups:
 	ports/54630

From: Guy Coleman <gtc@mm.st>
To: freebsd-gnats-submit@freebsd.org
Cc:  
Subject: Re: ports/54502: [Update] games/freeciv: 1.13.0 -> 1.14.0
Date: Wed, 27 Aug 2003 00:11:37 +0100

 Another update went submitted in ports/55508, and has been committed.
 This PR can be closed.
 
State-Changed-From-To: feedback->closed 
State-Changed-By: edwin 
State-Changed-When: Tue Sep 2 17:05:21 PDT 2003 
State-Changed-Why:  
0.14.0 is in the repository. thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=54502 
>Unformatted:
