ports/143421: [patch] support for Russian Gold Edition in games/jaggedalliance2

Andrey V. Elsukov bu7cher at yandex.ru
Mon Feb 1 06:20:02 UTC 2010


>Number:         143421
>Category:       ports
>Synopsis:       [patch] support for Russian Gold Edition in games/jaggedalliance2
>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:   Mon Feb 01 06:20:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Andrey V. Elsukov
>Release:        FreeBSD 9.0-CURRENT i386
>Organization:
>Environment:
	9.0-CURRENT
>Description:
	Russian version of Jagged Alliance 2 had a Gold Edition release. 
	It is supported in source code, but it isn't in port. This patch 
	add support for Russian Gold Edition. 

	PS. This PR CC-ed to maintainer.
>How-To-Repeat:
	
>Fix:

	

--- jaggedalliance2.diff begins here ---
--- jaggedalliance2/Makefile	2009-06-14 12:41:39.000000000 +0400
+++ jaggedalliance2/Makefile	2010-02-01 08:27:31.825416359 +0300
@@ -7,6 +7,7 @@
 
 PORTNAME=	ja2
 PORTVERSION=	0.12
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	http://deponie.yamagi.org/freebsd/distfiles/ \
 		http://tron.homeunix.org/ja2/
@@ -34,7 +35,8 @@ OPTIONS=	DUTCH	"Compile for Dutch versio
 		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
+		RUSSIAN	"Compile for Russian version (choose ONE)"	Off \
+		RUSSIAN_GOLD "Compile for Russian Gold version (choose ONE)"	Off
 
 .include <bsd.port.pre.mk>
 
@@ -52,6 +54,8 @@ MAKE_ARGS+=	LNG=ITALIAN
 MAKE_ARGS+=	LNG=POLISH
 .elifdef WITH_RUSSIAN
 MAKE_ARGS+=	LNG=RUSSIAN
+.elifdef WITH_RUSSIAN_GOLD
+MAKE_ARGS+=	LNG=RUSSIAN_GOLD
 .else
 IGNORE=	no language has been chosen. Please choose the appropriate language for your game CD
 .endif
--- jaggedalliance2.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list