From elsukov@kirov.so-cdu.ru  Mon Feb  1 06:12:08 2010
Return-Path: <elsukov@kirov.so-cdu.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 15179106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  1 Feb 2010 06:12:08 +0000 (UTC)
	(envelope-from elsukov@kirov.so-cdu.ru)
Received: from mgat.kirov.so-cdu.ru (mgat.kirov.so-cdu.ru [77.72.136.147])
	by mx1.freebsd.org (Postfix) with ESMTP id 52D288FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  1 Feb 2010 06:12:07 +0000 (UTC)
Received: from mail.kirov.so-cdu.ru ([62.33.253.129]) by mgat.kirov.so-cdu.ru with InterScan Message Security Suite; Mon, 01 Feb 2010 08:42:00 +0300
Received: from kas30pipe.localhost (localhost.kirov.so-cdu.ru [127.0.0.1])
	by mail.kirov.so-cdu.ru (Postfix) with SMTP id 5180DB8055;
	Mon,  1 Feb 2010 08:42:01 +0300 (MSK)
Received: by mail.kirov.so-cdu.ru (Postfix, from userid 1011)
	id 171FBB8024; Mon,  1 Feb 2010 08:42:01 +0300 (MSK)
Message-Id: <20100201054201.171FBB8024@mail.kirov.so-cdu.ru>
Date: Mon,  1 Feb 2010 08:42:01 +0300 (MSK)
From: Andrey V. Elsukov <bu7cher@yandex.ru>
Reply-To: Andrey V. Elsukov <bu7cher@yandex.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: <christoph.mallon@gmx.de>
Subject: [patch] support for Russian Gold Edition in games/jaggedalliance2 
X-Send-Pr-Version: 3.113
X-GNATS-Notify: christoph.mallon@gmx.de

>Number:         143421
>Category:       ports
>Synopsis:       [patch] support for Russian Gold Edition in games/jaggedalliance2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    fluffy
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 01 06:20:01 UTC 2010
>Closed-Date:    Sat Feb 20 12:37:51 UTC 2010
>Last-Modified:  Sat Feb 20 12:40:00 UTC 2010
>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:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Feb 1 06:20:44 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143421 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: christoph.mallon@gmx.de
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/143421: [patch] support for Russian Gold Edition in games/jaggedalliance2
Date: Mon, 1 Feb 2010 06:20:42 UT

 Maintainer of games/jaggedalliance2,
 
 Please note that PR ports/143421 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/143421
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->fluffy 
Responsible-Changed-By: fluffy 
Responsible-Changed-When: Mon Feb 1 06:45:31 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143421 
State-Changed-From-To: feedback->closed 
State-Changed-By: fluffy 
State-Changed-When: Sat Feb 20 12:37:50 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143421 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/143421: commit references a PR
Date: Sat, 20 Feb 2010 12:37:47 +0000 (UTC)

 fluffy      2010-02-20 12:37:38 UTC
 
   FreeBSD ports repository
 
   Modified files:
     games/jaggedalliance2 Makefile distinfo 
   Log:
   - Update to 0.12.1 release
   - Support for Russian Gold Edition
   
   PR:             143421, 143430
   Submitted by:   Andrey V. Elsukov <bu7cher AT yandex DOT ru>, myself
   Approved by:    maintainer timeout >2 weeks
   Feature safe:   yes
   
   Revision  Changes    Path
   1.15      +5 -2      ports/games/jaggedalliance2/Makefile
   1.12      +3 -3      ports/games/jaggedalliance2/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
