ports/120875: Update port: games/jaggedalliance2 version 0.8
Christoph Mallon
christoph.mallon at gmx.de
Wed Feb 20 10:40:01 UTC 2008
>Number: 120875
>Category: ports
>Synopsis: Update port: games/jaggedalliance2 version 0.8
>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 Feb 20 10:40:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Christoph Mallon
>Release:
>Organization:
>Environment:
>Description:
Please commit this update for the Jagged Alliance 2 port.
Summary of changes:
* Fix several vanilla crashes, out of bounds accesses, cases of memory corruption and memory leaks
* Fix many vanilla display glitches
* Fix vanilla mistranslations in the German and Russian translations and improve the translations
* Fix a vanilla bug, which caused NPCs not to play their speeches in the Russian version
* Sounds recorded at 44KHz were played with the wrong sample rate
* Fix a vanilla bug, which bogusly allowed changing the assignment of vehicles
* Fix a vanilla bug, which caused mercs to look in the opposite direction while performing actions and possibly ending up in the wrong spot
* Add support for Maemo by using the menu button as modifier key to perform right clicks
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
? ja2-0.7.diff.txt
? ja2-0.8.diff.txt
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/games/jaggedalliance2/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile 23 Oct 2007 01:32:31 -0000 1.7
+++ Makefile 20 Feb 2008 10:28:43 -0000
@@ -6,7 +6,7 @@
#
PORTNAME= ja2
-PORTVERSION= 0.7
+PORTVERSION= 0.8
CATEGORIES= games
MASTER_SITES= http://deponie.yamagi.org/freebsd/distfiles/ \
http://ja2.dragonriders.de/files/
@@ -27,13 +27,13 @@
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-OPTIONS= DUTCH "Compile for Dutch version" Off \
- ENGLISH "Compile for English version" Off \
- FRENCH "Compile for French version" Off \
- GERMAN "Compile for German version" Off \
- ITALIAN "Compile for Italian version" Off \
- POLISH "Compile for Polish version" Off \
- RUSSIAN "Compile for Russian version" Off
+OPTIONS= DUTCH "Compile for Dutch version (choose ONE)" Off \
+ ENGLISH "Compile for English version (choose ONE)" Off \
+ FRENCH "Compile for French version (choose ONE)" Off \
+ GERMAN "Compile for German version (choose ONE)" Off \
+ ITALIAN "Compile for Italian version (choose ONE)" Off \
+ POLISH "Compile for Polish version (choose ONE)" Off \
+ RUSSIAN "Compile for Russian version (choose ONE)" Off
.include <bsd.port.pre.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/games/jaggedalliance2/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo 23 Oct 2007 01:32:31 -0000 1.6
+++ distinfo 20 Feb 2008 10:28:43 -0000
@@ -1,3 +1,3 @@
-MD5 (ja2-0.7-source.tar.bz2) = c80b120c8f534f7d0fd1dce4ce5dbbd0
-SHA256 (ja2-0.7-source.tar.bz2) = 4ff70194b1eee08d1aa1b35130f75075b0e7ef461366d7405530da2835f3fc70
-SIZE (ja2-0.7-source.tar.bz2) = 2492801
+MD5 (ja2-0.8-source.tar.bz2) = a9562d6b02cc632acbc0febd47374293
+SHA256 (ja2-0.8-source.tar.bz2) = 09042c063e11273a4749e5dfd78debac526cf4c2c37461e74c5f7e33f6934289
+SIZE (ja2-0.8-source.tar.bz2) = 2418983
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list