Date: Wed, 14 Mar 2007 13:29:25 GMT From: Christoph Mallon<christoph.mallon@gmx.de> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/110295: Update port: games/jaggedalliance2 to version 0.2 Message-ID: <200703141329.l2EDTPJp060567@www.freebsd.org> Resent-Message-ID: <200703141330.l2EDU51H041099@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 110295 >Category: ports >Synopsis: Update port: games/jaggedalliance2 to version 0.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Mar 14 13:30:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Christoph Mallon >Release: >Organization: >Environment: >Description: This is an update of the Jagged Alliance 2 port to version 0.2. It includes - Sound support - Implemented more blitters, so now there are less graphics problems - Fixed blitters - Fixed scrolling in tactical view - Fixed some crashes and memory leaks - General code cleaning Please update the port in the ports collection. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ru /usr/ports/games/jaggedalliance2/Makefile ./Makefile --- /usr/ports/games/jaggedalliance2/Makefile Tue Dec 5 18:15:10 2006 +++ ./Makefile Wed Mar 14 14:15:42 2007 @@ -1,12 +1,12 @@ # New ports collection makefile for: Jagged Alliance 2 -# Date created: xx Nov 2006 +# Date created: 16 Nov 2006 # Whom: Christoph Mallon <christoph.mallon@gmx.de> # # $FreeBSD: ports/games/jaggedalliance2/Makefile,v 1.1 2006/12/05 17:15:10 shaun Exp $ # PORTNAME= ja2 -PORTVERSION= 0.1 +PORTVERSION= 0.2 CATEGORIES= games MASTER_SITES= \ http://deponie.yamagi.org/freebsd/distfiles/ \ @@ -31,7 +31,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OPTIONS= DUTCH "Compile for dutch version" Off \ - ENGLISH "Compile for english version" On \ + ENGLISH "Compile for english version" Off \ FRENCH "Compile for french version" Off \ GERMAN "Compile for german version" Off \ ITALIAN "Compile for italian version" Off \ @@ -40,17 +40,17 @@ .include <bsd.port.pre.mk> .ifndef WITHOUT_ENGLISH -MAKE_ARGS+= ENGLISH=yes +MAKE_ARGS+= LNG=ENGLISH .elifdef WITH_DUTCH -MAKE_ARGS+= DUTCH=yes +MAKE_ARGS+= LNG=DUTCH .elifdef WITH_FRENCH -MAKE_ARGS+= FRENCH=yes +MAKE_ARGS+= LNG=FRENCH .elifdef WITH_GERMAN -MAKE_ARGS+= GERMAN=yes +MAKE_ARGS+= LNG=GERMAN .elifdef WITH_ITALIAN -MAKE_ARGS+= ITALIAN=yes +MAKE_ARGS+= LNG=ITALIAN .elifdef WITH_POLISH -MAKE_ARGS+= POLISH=yes +MAKE_ARGS+= LNG=POLISH .else IGNORE= no language has been chosen. Please choose the appropriate language for your game CD .endif diff -ru /usr/ports/games/jaggedalliance2/distinfo ./distinfo --- /usr/ports/games/jaggedalliance2/distinfo Tue Dec 5 18:15:10 2006 +++ ./distinfo Wed Mar 14 13:19:35 2007 @@ -1,3 +1,3 @@ -MD5 (ja2-0.1-source.tar.bz2) = ae34e02ee5e8ce59b64247ba83df581b -SHA256 (ja2-0.1-source.tar.bz2) = 1632bf93bea91f1515274dcbebde517d7f094e0aa60132538e0b617b8944e63e -SIZE (ja2-0.1-source.tar.bz2) = 3402438 +MD5 (ja2-0.2-source.tar.bz2) = 71d60e1a121dc22b14cca9317db90578 +SHA256 (ja2-0.2-source.tar.bz2) = 4c57e9f7487390b3c6b6d2c6c610a07e9b37367e27b58b08eef7497ec40e1498 +SIZE (ja2-0.2-source.tar.bz2) = 2629187 diff -ru /usr/ports/games/jaggedalliance2/pkg-message ./pkg-message --- /usr/ports/games/jaggedalliance2/pkg-message Tue Dec 5 18:15:10 2006 +++ ./pkg-message Tue Mar 13 22:15:09 2007 @@ -6,8 +6,8 @@ Put all *.slf files into ${DATADIR}/Data. Put all *.jsd and *.sti files from the TILECACHE directory into ${DATADIR}/Data/TILECACHE. - All filenames must be lowercase! - After copying you can use "make lowercase" to rename all files. + All filenames must be lowercase! + After copying you can use "make lowercase" to rename all files. Enjoy! >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703141329.l2EDTPJp060567>