From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jan 17 22:50:03 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 D16CC16A41F for ; Tue, 17 Jan 2006 22:50:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3130343D49 for ; Tue, 17 Jan 2006 22:50:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0HMo2mE037858 for ; Tue, 17 Jan 2006 22:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0HMo2Qr037857; Tue, 17 Jan 2006 22:50:02 GMT (envelope-from gnats) Resent-Date: Tue, 17 Jan 2006 22:50:02 GMT Resent-Message-Id: <200601172250.k0HMo2Qr037857@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Edwin Groothuis Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD1BF16A41F for ; Tue, 17 Jan 2006 22:47:16 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: from mail2out.barnet.com.au (mail2out.barnet.com.au [202.83.176.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60FDB43D55 for ; Tue, 17 Jan 2006 22:47:10 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: by mail2out.barnet.com.au (Postfix, from userid 27) id 4222A7073CE; Wed, 18 Jan 2006 09:47:09 +1100 (EST) Received: from mail2-auth.barnet.com.au (mail2.barnet.com.au [202.83.176.13]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.barnet.com.au", Issuer "BarNet Root Certificate Authority" (verified OK)) by mail2.barnet.com.au (Postfix) with ESMTP id A20187073B6; Wed, 18 Jan 2006 09:47:08 +1100 (EST) Received: from k7.mavetju (edwin-3.int.barnet.com.au [10.10.12.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail2-auth.barnet.com.au (Postfix) with ESMTP id 801427073CB; Wed, 18 Jan 2006 09:47:05 +1100 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 81789201; Wed, 18 Jan 2006 09:47:04 +1100 (EST) Message-Id: <20060117224704.81789201@k7.mavetju> Date: Wed, 18 Jan 2006 09:47:04 +1100 (EST) From: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Victor STINNER Subject: ports/91928: [patch] games/wormux update to 0.7 beta 2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2006 22:50:04 -0000 >Number: 91928 >Category: ports >Synopsis: [patch] games/wormux update to 0.7 beta 2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jan 17 22:50:02 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 6.0-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386 >Description: Update to version 0.7 beta 2 >How-To-Repeat: >Fix: New files: files/*, pkg-plist Index: Makefile =================================================================== RCS file: /home/pcvs/ports/games/wormux/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 12 Jan 2005 03:04:36 -0000 1.2 +++ Makefile 17 Jan 2006 22:45:32 -0000 @@ -6,31 +6,28 @@ # PORTNAME= wormux -PORTVERSION= 0.5.0 +DISTVERSION= 0.7beta2 CATEGORIES= games MASTER_SITES= http://download.gna.org/wormux/ -DISTNAME= ${PORTNAME}-src-${PORTVERSION} +DISTNAME= ${PORTNAME}-${DISTVERSION} MAINTAINER= toha@toha.org.ua COMMENT= Wormux game USE_BZIP2= yes -USE_SDL= sdl +USE_SDL= sdl gfx image mixer ttf USE_GETTEXT= yes USE_GNOME= gnomelibs +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} -LIB_DEPENDS+= clanGUI-0.7:${PORTSDIR}/devel/clanlib-devel -LIB_DEPENDS+= xml\\+\\+-1.0.1:${PORTSDIR}/textproc/libxml++ +LIB_DEPENDS+= xml\\+\\+-2.6.2:${PORTSDIR}/textproc/libxml++26 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -PLIST_FILES= bin/wormux - CONFIGURE_ARGS+=--prefix=${PREFIX} GNU_CONFIGURE=yes +CONFIGURE_TARGET+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .include Index: distinfo =================================================================== RCS file: /home/pcvs/ports/games/wormux/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 23 Dec 2004 08:00:53 -0000 1.1 +++ distinfo 17 Jan 2006 22:45:32 -0000 @@ -1,2 +1,3 @@ -MD5 (wormux-src-0.5.0.tar.bz2) = e09c8a699da7a3a60e0c379b75986573 -SIZE (wormux-src-0.5.0.tar.bz2) = 18787309 +MD5 (wormux-0.7beta2.tar.bz2) = b9a93bbd732f52d2fbff8a403259fcf6 +SHA256 (wormux-0.7beta2.tar.bz2) = 5f921c3b277e61355dea262a56049374925e54b2ad8770fbc8007dcd2c799548 +SIZE (wormux-0.7beta2.tar.bz2) = 13789175 Index: pkg-plist =================================================================== RCS file: pkg-plist diff -N pkg-plist --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ pkg-plist 17 Jan 2006 22:45:34 -0000 @@ -0,0 +1,417 @@ +bin/wormux +share/games/wormux/font/Vera.ttf +share/games/wormux/game_mode/classic.xml +share/games/wormux/gfx/arrow.png +share/games/wormux/gfx/pointer.png +share/games/wormux/gfx/rectangle.png +share/games/wormux/gfx/water.png +share/games/wormux/gfx/water_bottom.png +share/games/wormux/graphism.xml +share/games/wormux/interface/Grey-Button.png +share/games/wormux/interface/button1.png +share/games/wormux/interface/button2.png +share/games/wormux/interface/button3.png +share/games/wormux/interface/button4.png +share/games/wormux/interface/button5.png +share/games/wormux/interface/compteur.png +share/games/wormux/interface/game_menu.png +share/games/wormux/interface/weapons_menu.png +share/games/wormux/map/araignee/abeille.png +share/games/wormux/map/araignee/araignee.png +share/games/wormux/map/araignee/config.xml +share/games/wormux/map/araignee/preview.jpg +share/games/wormux/map/arbre/arbre.png +share/games/wormux/map/arbre/config.xml +share/games/wormux/map/arbre/gland-anim.png +share/games/wormux/map/arbre/preview.jpg +share/games/wormux/map/banquise/banquise.png +share/games/wormux/map/banquise/config.xml +share/games/wormux/map/banquise/flocon.png +share/games/wormux/map/banquise/preview.jpg +share/games/wormux/map/cowland/config.xml +share/games/wormux/map/cowland/cowland.png +share/games/wormux/map/cowland/cowland_bg.png +share/games/wormux/map/cowland/nuage.png +share/games/wormux/map/cowland/preview.png +share/games/wormux/map/grenouilles/config.xml +share/games/wormux/map/grenouilles/grenouilles.png +share/games/wormux/map/grenouilles/nuage.png +share/games/wormux/map/grenouilles/preview.jpg +share/games/wormux/map/halloween/confetis.png +share/games/wormux/map/halloween/config.xml +share/games/wormux/map/halloween/halloween.png +share/games/wormux/map/halloween/preview.jpg +share/games/wormux/map/libellule/config.xml +share/games/wormux/map/libellule/libellule.png +share/games/wormux/map/libellule/preview.jpg +share/games/wormux/map/mer/config.xml +share/games/wormux/map/mer/mer.png +share/games/wormux/map/mer/preview.jpg +share/games/wormux/map/noel/config.xml +share/games/wormux/map/noel/nege-anim.png +share/games/wormux/map/noel/noel.png +share/games/wormux/map/noel/preview.jpg +share/games/wormux/map/pirates/config.xml +share/games/wormux/map/pirates/pirates.png +share/games/wormux/map/pirates/preview.jpg +share/games/wormux/map/prehistorik/config.xml +share/games/wormux/map/prehistorik/prehistorik.png +share/games/wormux/map/prehistorik/preview.jpg +share/games/wormux/map/space/config.xml +share/games/wormux/map/space/preview.jpg +share/games/wormux/map/space/space.png +share/games/wormux/menu/img/arrow-left.png +share/games/wormux/menu/img/arrow-right.png +share/games/wormux/menu/img/background.png +share/games/wormux/menu/img/background_options.png +share/games/wormux/menu/img/button.png +share/games/wormux/menu/img/cancel.png +share/games/wormux/menu/img/check.png +share/games/wormux/menu/img/down.png +share/games/wormux/menu/img/loading.png +share/games/wormux/menu/img/minus.png +share/games/wormux/menu/img/plus.png +share/games/wormux/menu/img/save.png +share/games/wormux/menu/img/up.png +share/games/wormux/menu/img/validate.png +share/games/wormux/object/bonus_box.png +share/games/wormux/object/fire.png +share/games/wormux/object/smoke.png +share/games/wormux/object/smoke2.png +share/games/wormux/object/star.png +share/games/wormux/skin/alien/alien-anim.png +share/games/wormux/skin/alien/alien-helmet.png +share/games/wormux/skin/alien/alien-jet-fly-leftright.png +share/games/wormux/skin/alien/alien-jet-fly-move.png +share/games/wormux/skin/alien/alien-jet-fly.png +share/games/wormux/skin/alien/alien-jet-walk.png +share/games/wormux/skin/alien/alien-jump.png +share/games/wormux/skin/alien/alien.png +share/games/wormux/skin/alien/alien_mort.png +share/games/wormux/skin/alien/config.xml +share/games/wormux/skin/alien/noye.png +share/games/wormux/skin/ecureuil/config.xml +share/games/wormux/skin/ecureuil/ecu-mort.png +share/games/wormux/skin/ecureuil/ecureuil-anim.png +share/games/wormux/skin/ecureuil/ecureuil-helmet.png +share/games/wormux/skin/ecureuil/ecureuil-jetpack-leftright.png +share/games/wormux/skin/ecureuil/ecureuil-jetpack.png +share/games/wormux/skin/ecureuil/ecureuil-jetpackup.png +share/games/wormux/skin/ecureuil/ecureuil-jump.png +share/games/wormux/skin/escargot/clope-anim.png +share/games/wormux/skin/escargot/config.xml +share/games/wormux/skin/escargot/escargot-fly.png +share/games/wormux/skin/escargot/escargot-helmet.png +share/games/wormux/skin/escargot/escargot-jetpack-lr.png +share/games/wormux/skin/escargot/escargot-jetpack-up.png +share/games/wormux/skin/escargot/escargot-jump.png +share/games/wormux/skin/escargot/escargot-mort.png +share/games/wormux/skin/escargot/escargot.png +share/games/wormux/skin/firefoxteam/animation.png +share/games/wormux/skin/firefoxteam/config.xml +share/games/wormux/skin/firefoxteam/dead.png +share/games/wormux/skin/firefoxteam/drowned.png +share/games/wormux/skin/firefoxteam/helmet.png +share/games/wormux/skin/firefoxteam/jetpack-fly-move.png +share/games/wormux/skin/firefoxteam/jetpack-fly.png +share/games/wormux/skin/firefoxteam/jetpack-walk.png +share/games/wormux/skin/firefoxteam/jump.png +share/games/wormux/skin/firefoxteam/walking.png +share/games/wormux/skin/flament_rose/config.xml +share/games/wormux/skin/flament_rose/flament-anim-helmet.png +share/games/wormux/skin/flament_rose/flament-anim.png +share/games/wormux/skin/flament_rose/flament-jp-lr.png +share/games/wormux/skin/flament_rose/flament-jp-up.png +share/games/wormux/skin/flament_rose/flament-jp.png +share/games/wormux/skin/flament_rose/flament-jump.png +share/games/wormux/skin/flament_rose/flament-mort.png +share/games/wormux/skin/flament_rose/flament-yeux.png +share/games/wormux/skin/gnuteam/animation.png +share/games/wormux/skin/gnuteam/config.xml +share/games/wormux/skin/gnuteam/dead.png +share/games/wormux/skin/gnuteam/drowned.png +share/games/wormux/skin/gnuteam/helmet.png +share/games/wormux/skin/gnuteam/jetpack-fly-move.png +share/games/wormux/skin/gnuteam/jetpack-fly.png +share/games/wormux/skin/gnuteam/jetpack-walk.png +share/games/wormux/skin/gnuteam/jump.png +share/games/wormux/skin/gnuteam/walking.png +share/games/wormux/skin/konqiteam/animation.png +share/games/wormux/skin/konqiteam/config.xml +share/games/wormux/skin/konqiteam/dead.png +share/games/wormux/skin/konqiteam/drowned.png +share/games/wormux/skin/konqiteam/helmet.png +share/games/wormux/skin/konqiteam/jetpack-fly-move.png +share/games/wormux/skin/konqiteam/jetpack-fly.png +share/games/wormux/skin/konqiteam/jetpack-walk.png +share/games/wormux/skin/konqiteam/jump.png +share/games/wormux/skin/konqiteam/walking.png +share/games/wormux/skin/poulpe/breathe.png +share/games/wormux/skin/poulpe/config.xml +share/games/wormux/skin/poulpe/noye.png +share/games/wormux/skin/poulpe/poulpe-anim.png +share/games/wormux/skin/poulpe/poulpe-gratte-anim.png +share/games/wormux/skin/poulpe/poulpe-helmet.png +share/games/wormux/skin/poulpe/poulpe-jp-lr.png +share/games/wormux/skin/poulpe/poulpe-jp-up.png +share/games/wormux/skin/poulpe/poulpe-jp.png +share/games/wormux/skin/poulpe/poulpe-jump.png +share/games/wormux/skin/poulpe/poulpe-mort.png +share/games/wormux/skin/tux/animation.png +share/games/wormux/skin/tux/config.xml +share/games/wormux/skin/tux/dead.png +share/games/wormux/skin/tux/drowned.png +share/games/wormux/skin/tux/helmet.png +share/games/wormux/skin/tux/jetpack-fly-move.png +share/games/wormux/skin/tux/jetpack-fly.png +share/games/wormux/skin/tux/jetpack-walk.png +share/games/wormux/skin/tux/jump.png +share/games/wormux/skin/tux/walking.png +share/games/wormux/skin/ver/config.xml +share/games/wormux/skin/ver/marche.png +share/games/wormux/skin/ver/mort.png +share/games/wormux/skin/ver/noye.png +share/games/wormux/skin/ver/ver-mort-douce.png +share/games/wormux/skin/ver/ver-mort-mechante.png +share/games/wormux/skin/wilberteam/animation.png +share/games/wormux/skin/wilberteam/config.xml +share/games/wormux/skin/wilberteam/dead.png +share/games/wormux/skin/wilberteam/drowned.png +share/games/wormux/skin/wilberteam/fall.png +share/games/wormux/skin/wilberteam/helmet.png +share/games/wormux/skin/wilberteam/jetpack-fly-move.png +share/games/wormux/skin/wilberteam/jetpack-fly.png +share/games/wormux/skin/wilberteam/jetpack-walk.png +share/games/wormux/skin/wilberteam/jump.png +share/games/wormux/skin/wilberteam/walking.png +share/games/wormux/sky/banquise.png +share/games/wormux/sky/bleu.png +share/games/wormux/sky/islands.png +share/games/wormux/sky/jungle.png +share/games/wormux/sky/libellule-bg.png +share/games/wormux/sky/lune.png +share/games/wormux/sky/mer-ciel.png +share/games/wormux/sky/mont14.png +share/games/wormux/sky/montt33.png +share/games/wormux/sky/noir_lune.png +share/games/wormux/sky/prehistorik.png +share/games/wormux/sky/pyram01.png +share/games/wormux/sound/default/crazy_01.ogg +share/games/wormux/sound/default/crazy_02.ogg +share/games/wormux/sound/default/crazy_03.ogg +share/games/wormux/sound/default/crazy_04.ogg +share/games/wormux/sound/default/crazy_05.ogg +share/games/wormux/sound/default/cuss_01.ogg +share/games/wormux/sound/default/cuss_02.ogg +share/games/wormux/sound/default/cuss_03.ogg +share/games/wormux/sound/default/cuss_04.ogg +share/games/wormux/sound/default/death_01.ogg +share/games/wormux/sound/default/death_02.ogg +share/games/wormux/sound/default/fire_01.ogg +share/games/wormux/sound/default/fire_02.ogg +share/games/wormux/sound/default/hehe.ogg +share/games/wormux/sound/default/hop_01.ogg +share/games/wormux/sound/default/out_01.ogg +share/games/wormux/sound/default/profile.xml +share/games/wormux/sound/default/sink.ogg +share/games/wormux/sound/default/skip_turn.ogg +share/games/wormux/sound/default/step_01.ogg +share/games/wormux/sound/default/step_02.ogg +share/games/wormux/sound/default/suicide_01.ogg +share/games/wormux/sound/default/superjump_01.ogg +share/games/wormux/sound/default/uuh_01.ogg +share/games/wormux/sound/default/uuh_02.ogg +share/games/wormux/sound/default/uuh_03.ogg +share/games/wormux/sound/default/uuh_04.ogg +share/games/wormux/sound/default/uuh_05.ogg +share/games/wormux/sound/default/uuh_06.ogg +share/games/wormux/sound/default/uuh_07.ogg +share/games/wormux/sound/default/uuh_08.ogg +share/games/wormux/sound/francais/crazy.ogg +share/games/wormux/sound/francais/fire_01.ogg +share/games/wormux/sound/francais/fire_02.ogg +share/games/wormux/sound/francais/profile.xml +share/games/wormux/sound/share/end_turn.ogg +share/games/wormux/sound/share/explosion.ogg +share/games/wormux/sound/share/frog_music.ogg +share/games/wormux/sound/share/laughing.ogg +share/games/wormux/sound/share/menu/cancel.ogg +share/games/wormux/sound/share/menu/clic.ogg +share/games/wormux/sound/share/menu/ok.ogg +share/games/wormux/sound/share/profile.xml +share/games/wormux/sound/share/step.ogg +share/games/wormux/sound/share/victory.ogg +share/games/wormux/team/alien/flag.png +share/games/wormux/team/alien/team.xml +share/games/wormux/team/escargot/flag.png +share/games/wormux/team/escargot/team.xml +share/games/wormux/team/firefoxteam/flag.png +share/games/wormux/team/firefoxteam/team.xml +share/games/wormux/team/gnuteam/flag.png +share/games/wormux/team/gnuteam/team.xml +share/games/wormux/team/konquiteam/flag.png +share/games/wormux/team/konquiteam/team.xml +share/games/wormux/team/nuts/flag.png +share/games/wormux/team/nuts/team.xml +share/games/wormux/team/os_libre/flag.png +share/games/wormux/team/os_libre/team.xml +share/games/wormux/team/pink_floyd/flag.png +share/games/wormux/team/pink_floyd/team.xml +share/games/wormux/team/poulpe/flag.png +share/games/wormux/team/poulpe/team.xml +share/games/wormux/team/tux/flag.png +share/games/wormux/team/tux/team.xml +share/games/wormux/team/ver/flag.png +share/games/wormux/team/ver/team.xml +share/games/wormux/team/wilberteam/flag.png +share/games/wormux/team/wilberteam/team.xml +share/games/wormux/weapon/air_attack.png +share/games/wormux/weapon/air_attack_ico.png +share/games/wormux/weapon/air_attack_plane.png +share/games/wormux/weapon/airhammer_impact.png +share/games/wormux/weapon/baseball.png +share/games/wormux/weapon/baseball_ico.png +share/games/wormux/weapon/baz_cible.png +share/games/wormux/weapon/bazooka.png +share/games/wormux/weapon/bazooka_auto_ico.png +share/games/wormux/weapon/bazooka_explosion.png +share/games/wormux/weapon/bazooka_ico.png +share/games/wormux/weapon/bazooka_impact.png +share/games/wormux/weapon/cluster.png +share/games/wormux/weapon/clusterbomb.png +share/games/wormux/weapon/clusterbomb_ico.png +share/games/wormux/weapon/corde_ninja_ico.png +share/games/wormux/weapon/dynamite/animation.png +share/games/wormux/weapon/dynamite/explosion.png +share/games/wormux/weapon/dynamite/hole.png +share/games/wormux/weapon/dynamite/icon.png +share/games/wormux/weapon/dynamite/weapon.png +share/games/wormux/weapon/gnu.png +share/games/wormux/weapon/gnu_ico.png +share/games/wormux/weapon/gnulauncher.png +share/games/wormux/weapon/grenade.png +share/games/wormux/weapon/grenade_hole.png +share/games/wormux/weapon/grenade_ico.png +share/games/wormux/weapon/gun.png +share/games/wormux/weapon/gun_bullet.png +share/games/wormux/weapon/gun_ico.png +share/games/wormux/weapon/gun_impact.png +share/games/wormux/weapon/holly_grenade.png +share/games/wormux/weapon/holly_grenade_ico.png +share/games/wormux/weapon/jet_pack_ico.png +share/games/wormux/weapon/lowgrav_ico.png +share/games/wormux/weapon/marteau_piqueur.png +share/games/wormux/weapon/marteau_piqueur_ico.png +share/games/wormux/weapon/mine.png +share/games/wormux/weapon/mine_anim.png +share/games/wormux/weapon/mine_ico.png +share/games/wormux/weapon/mine_impact.png +share/games/wormux/weapon/mine_projectile.png +share/games/wormux/weapon/missile.png +share/games/wormux/weapon/ninjahook.png +share/games/wormux/weapon/ninjanode.png +share/games/wormux/weapon/ninjarope_ico.png +share/games/wormux/weapon/obus.png +share/games/wormux/weapon/parachute.png +share/games/wormux/weapon/parachute_ico.png +share/games/wormux/weapon/push_ico.png +share/games/wormux/weapon/skipturn.png +share/games/wormux/weapon/skipturn_ico.png +share/games/wormux/weapon/sound/alleluia.ogg +share/games/wormux/weapon/sound/baseball.ogg +share/games/wormux/weapon/sound/commit_suicide.ogg +share/games/wormux/weapon/sound/dynamite.ogg +share/games/wormux/weapon/sound/dynamite_exp.ogg +share/games/wormux/weapon/sound/dynamite_fuze.ogg +share/games/wormux/weapon/sound/grenade_bounce.ogg +share/games/wormux/weapon/sound/gun.ogg +share/games/wormux/weapon/sound/holly_grenade_bounce.ogg +share/games/wormux/weapon/sound/jetpack.ogg +share/games/wormux/weapon/sound/load.ogg +share/games/wormux/weapon/sound/mine_beep.ogg +share/games/wormux/weapon/sound/pistolet.ogg +share/games/wormux/weapon/sound/teleport_land.ogg +share/games/wormux/weapon/sound/teleport_start.ogg +share/games/wormux/weapon/sound/uzi.ogg +share/games/wormux/weapon/suicide.png +share/games/wormux/weapon/suicide_hole.png +share/games/wormux/weapon/suicide_ico.png +share/games/wormux/weapon/superman.png +share/games/wormux/weapon/supertux.png +share/games/wormux/weapon/supertux_ico.png +share/games/wormux/weapon/teleport_ico.png +share/games/wormux/weapon/teleportation.png +share/games/wormux/weapon/uzi.png +share/games/wormux/weapon/uzi_ico.png +share/games/wormux/weapon/uzi_impact.png +share/games/wormux/weapons.xml +share/games/wormux/wormux-128.xpm +share/games/wormux/wormux-32.xpm +share/locale/ca/LC_MESSAGES/wormux.mo +share/locale/de/LC_MESSAGES/wormux.mo +share/locale/eo/LC_MESSAGES/wormux.mo +share/locale/es/LC_MESSAGES/wormux.mo +share/locale/fr/LC_MESSAGES/wormux.mo +share/locale/hu/LC_MESSAGES/wormux.mo +share/locale/it/LC_MESSAGES/wormux.mo +share/locale/nl/LC_MESSAGES/wormux.mo +share/locale/pl/LC_MESSAGES/wormux.mo +share/locale/sk/LC_MESSAGES/wormux.mo +share/locale/pt/LC_MESSAGES/wormux.mo + +@dirrm share/games/wormux/weapon/sound +@dirrm share/games/wormux/weapon/dynamite +@dirrm share/games/wormux/weapon +@dirrm share/games/wormux/team/wilberteam +@dirrm share/games/wormux/team/ver +@dirrm share/games/wormux/team/tux +@dirrm share/games/wormux/team/poulpe +@dirrm share/games/wormux/team/pink_floyd +@dirrm share/games/wormux/team/os_libre +@dirrm share/games/wormux/team/nuts +@dirrm share/games/wormux/team/konquiteam +@dirrm share/games/wormux/team/gnuteam +@dirrm share/games/wormux/team/firefoxteam +@dirrm share/games/wormux/team/escargot +@dirrm share/games/wormux/team/alien +@dirrm share/games/wormux/team +@dirrm share/games/wormux/sound/share/menu +@dirrm share/games/wormux/sound/share +@dirrm share/games/wormux/sound/francais +@dirrm share/games/wormux/sound/default +@dirrm share/games/wormux/sound +@dirrm share/games/wormux/sky +@dirrm share/games/wormux/skin/wilberteam +@dirrm share/games/wormux/skin/ver +@dirrm share/games/wormux/skin/tux +@dirrm share/games/wormux/skin/poulpe +@dirrm share/games/wormux/skin/konqiteam +@dirrm share/games/wormux/skin/gnuteam +@dirrm share/games/wormux/skin/flament_rose +@dirrm share/games/wormux/skin/firefoxteam +@dirrm share/games/wormux/skin/escargot +@dirrm share/games/wormux/skin/ecureuil +@dirrm share/games/wormux/skin/alien +@dirrm share/games/wormux/skin +@dirrm share/games/wormux/object +@dirrm share/games/wormux/menu/img +@dirrm share/games/wormux/menu +@dirrm share/games/wormux/map/space +@dirrm share/games/wormux/map/prehistorik +@dirrm share/games/wormux/map/pirates +@dirrm share/games/wormux/map/noel +@dirrm share/games/wormux/map/mer +@dirrm share/games/wormux/map/libellule +@dirrm share/games/wormux/map/halloween +@dirrm share/games/wormux/map/grenouilles +@dirrm share/games/wormux/map/cowland +@dirrm share/games/wormux/map/banquise +@dirrm share/games/wormux/map/arbre +@dirrm share/games/wormux/map/araignee +@dirrm share/games/wormux/map +@dirrm share/games/wormux/interface +@dirrm share/games/wormux/gfx +@dirrm share/games/wormux/game_mode +@dirrm share/games/wormux/font +@dirrm share/games/wormux +@dirrm share/games Index: files/patch-src__graphic__colors.h =================================================================== RCS file: files/patch-src__graphic__colors.h diff -N files/patch-src__graphic__colors.h --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-src__graphic__colors.h 17 Jan 2006 22:45:34 -0000 @@ -0,0 +1,11 @@ +--- src/graphic/colors.h.orig Tue Jan 17 22:18:59 2006 ++++ src/graphic/colors.h Tue Jan 17 22:19:09 2006 +@@ -56,7 +56,7 @@ + #ifndef COLORS_H + #define COLORS_H + +-#include ++#include + + const SDL_Color aliceblue_color = { 240, 248, 255, SDL_ALPHA_OPAQUE }; + const SDL_Color antiquewhite_color = { 250, 235, 215, SDL_ALPHA_OPAQUE }; Index: files/patch-src__graphic__effects.cpp =================================================================== RCS file: files/patch-src__graphic__effects.cpp diff -N files/patch-src__graphic__effects.cpp --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-src__graphic__effects.cpp 17 Jan 2006 22:45:34 -0000 @@ -0,0 +1,15 @@ +--- src/graphic/effects.cpp.orig Tue Jan 17 22:20:27 2006 ++++ src/graphic/effects.cpp Tue Jan 17 22:21:00 2006 +@@ -19,9 +19,9 @@ + * Graphic effects on sprite / pixel acces to SDL_Surface + *****************************************************************************/ + +-#include +-#include +-#include ++#include ++#include ++#include + #include + #include "sprite.h" + #include "../game/time.h" Index: files/patch-src__graphic__font.cpp =================================================================== RCS file: files/patch-src__graphic__font.cpp diff -N files/patch-src__graphic__font.cpp --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-src__graphic__font.cpp 17 Jan 2006 22:45:34 -0000 @@ -0,0 +1,13 @@ +--- src/graphic/font.cpp.orig Tue Jan 17 22:20:30 2006 ++++ src/graphic/font.cpp Tue Jan 17 22:20:34 2006 +@@ -16,8 +16,8 @@ + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + ******************************************************************************/ +-#include +-#include ++#include ++#include + #include + #include + #include "../game/config.h" Index: files/patch-src__graphic__text.cpp =================================================================== RCS file: files/patch-src__graphic__text.cpp diff -N files/patch-src__graphic__text.cpp --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-src__graphic__text.cpp 17 Jan 2006 22:45:34 -0000 @@ -0,0 +1,11 @@ +--- src/graphic/text.cpp.orig Tue Jan 17 22:20:34 2006 ++++ src/graphic/text.cpp Tue Jan 17 22:20:42 2006 +@@ -17,7 +17,7 @@ + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + ******************************************************************************/ + +-#include ++#include + #include + #include + #include "text.h" Index: files/patch-src__include__app.h =================================================================== RCS file: files/patch-src__include__app.h diff -N files/patch-src__include__app.h --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-src__include__app.h 17 Jan 2006 22:45:34 -0000 @@ -0,0 +1,11 @@ +--- src/include/app.h.orig Tue Jan 17 22:18:07 2006 ++++ src/include/app.h Tue Jan 17 22:18:25 2006 +@@ -22,7 +22,7 @@ + #ifndef APP_WORMUX_H + #define APP_WORMUX_H + //----------------------------------------------------------------------------- +-#include ++#include + #include + #include "base.h" + #include "../game/config.h" Index: files/patch-src__main.cpp =================================================================== RCS file: files/patch-src__main.cpp diff -N files/patch-src__main.cpp --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-src__main.cpp 17 Jan 2006 22:45:34 -0000 @@ -0,0 +1,13 @@ +--- src/main.cpp.orig Tue Jan 17 22:18:33 2006 ++++ src/main.cpp Tue Jan 17 22:18:36 2006 +@@ -24,8 +24,8 @@ + #define EMAIL "wormux-dev@gna.org" + //----------------------------------------------------------------------------- + #include "game/time.h" +-#include +-#include ++#include ++#include + #include + #include + #include Index: files/patch-src__map__ground.cpp =================================================================== RCS file: files/patch-src__map__ground.cpp diff -N files/patch-src__map__ground.cpp --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-src__map__ground.cpp 17 Jan 2006 22:45:34 -0000 @@ -0,0 +1,11 @@ +--- src/map/ground.cpp.orig Tue Jan 17 22:20:16 2006 ++++ src/map/ground.cpp Tue Jan 17 22:20:20 2006 +@@ -30,7 +30,7 @@ + + #include "../include/constant.h" + #include "../tool/resource_manager.h" +-#include ++#include + + #ifdef DEBUG + //# define DESSINE_BORDURE_CANVAS Index: files/patch-src_menu_main_menu.cpp =================================================================== RCS file: files/patch-src_menu_main_menu.cpp diff -N files/patch-src_menu_main_menu.cpp --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-src_menu_main_menu.cpp 17 Jan 2006 22:45:34 -0000 @@ -0,0 +1,13 @@ +--- src/menu/main_menu.cpp.orig Tue Jan 17 22:20:21 2006 ++++ src/menu/main_menu.cpp Tue Jan 17 22:20:27 2006 +@@ -22,8 +22,8 @@ + + #include "main_menu.h" + //----------------------------------------------------------------------------- +-#include +-#include ++#include ++#include + #include + #include "../include/app.h" + #include "../include/constant.h" // VERSION Index: files/patch-src_menu_main_menu.h =================================================================== RCS file: files/patch-src_menu_main_menu.h diff -N files/patch-src_menu_main_menu.h --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-src_menu_main_menu.h 17 Jan 2006 22:45:34 -0000 @@ -0,0 +1,11 @@ +--- src/menu/main_menu.h.orig Tue Jan 17 22:19:28 2006 ++++ src/menu/main_menu.h Tue Jan 17 22:19:31 2006 +@@ -26,7 +26,7 @@ + #include "../include/base.h" + #include "../gui/button_text.h" + #include "../graphic/sprite.h" +-#include ++#include + #include + //----------------------------------------------------------------------------- + >Release-Note: >Audit-Trail: >Unformatted: