From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 19 17:30:18 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0387537B401 for ; Sat, 19 Jul 2003 17:30:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 811FA43F3F for ; Sat, 19 Jul 2003 17:30:17 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6K0UHUp006531 for ; Sat, 19 Jul 2003 17:30:17 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6K0UHI9006530; Sat, 19 Jul 2003 17:30:17 -0700 (PDT) Date: Sat, 19 Jul 2003 17:30:17 -0700 (PDT) Message-Id: <200307200030.h6K0UHI9006530@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Jan Rochel Subject: Re: ports/54502:[Update] games/freeciv: 1.13.0 -> 1.14.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jan Rochel List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jul 2003 00:30:18 -0000 The following reply was made to PR ports/54502; it has been noted by GNATS. From: Jan Rochel 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 ----- 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 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 .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