From thierry@pompo.net  Thu Dec 26 19:13:23 2013
Return-Path: <thierry@pompo.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 8133B78;
	Thu, 26 Dec 2013 19:13:23 +0000 (UTC)
Received: from mx1b.lautre.net (mx1b.lautre.net [80.67.160.72])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 42A4B1A6D;
	Thu, 26 Dec 2013 19:13:22 +0000 (UTC)
Received: from graf.pompo.net (graf.pompo.net [78.225.128.39])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	(Authenticated sender: thierry@pompo.net)
	by mx1b.lautre.net (Postfix) with ESMTPSA id 944677E24A;
	Thu, 26 Dec 2013 20:13:20 +0100 (CET)
Received: by graf.pompo.net (Postfix, from userid 1001)
	id CAF9A42D20C9; Thu, 26 Dec 2013 20:13:19 +0100 (CET)
Message-Id: <20131226191319.CAF9A42D20C9@graf.pompo.net>
Date: Thu, 26 Dec 2013 20:13:19 +0100 (CET)
From: Thierry Thomas <thierry@FreeBSD.org>
Reply-To: Thierry Thomas <thierry@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gecko@FreeBSD.org
Subject: www/seamonkey-i18n: options sometimes ignored
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         185210
>Category:       ports
>Synopsis:       www/seamonkey-i18n: options sometimes ignored
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gecko
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 26 19:20:00 UTC 2013
>Closed-Date:    
>Last-Modified:  Thu Dec 26 19:20:09 UTC 2013
>Originator:     Thierry Thomas
>Release:        FreeBSD 9.2-STABLE i386
>Organization:
Kabbale Eros
>Environment:
System: FreeBSD graf.pompo.net 9.2-STABLE FreeBSD 9.2-STABLE #0 r258764: Sat Nov 30 11:54:19 CET 2013 thierry@graf.pompo.net:/usr/obj/usr/src/sys/GRAF130324 i386


	
>Description:
	If PACKAGE_BUILDING is defined, there is a typo and the existence
	of the options file is not tested, so they are ignored, and all
	languages are installed.

>How-To-Repeat:
	Set PACKAGE_BUILDING and select an option.

>Fix:
	Please apply the hereunder patch.

--- seamonkey-i18n.diff begins here ---
diff -urN www/seamonkey-i18n.orig/Makefile.lang www/seamonkey-i18n/Makefile.lang
--- www/seamonkey-i18n.orig/Makefile.lang	2013-12-19 18:13:27.000000000 +0100
+++ www/seamonkey-i18n/Makefile.lang	2013-12-26 20:01:00.000000000 +0100
@@ -5,7 +5,7 @@
 			ja-JP-mac ja lt nb-NO nl pl pt-PT ru sk sv-SE tr uk \
 			zh-CN zh-TW
 
-.if defined(SEAMONKEY_I18N_ALL) || (defined(PACKAGE_BUILDING) && !exists(${OPTIONSFILE})) || make(makesum)
+.if defined(SEAMONKEY_I18N_ALL) || (defined(PACKAGE_BUILDING) && !exists(${OPTIONS_FILE})) || make(makesum)
 SEAMONKEY_I18N=   ${SEAMONKEY_I18N_ALL_}
 .else
 .if ${PORT_OPTIONS:MLANG_BE}
--- seamonkey-i18n.diff ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gecko 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Dec 26 19:20:08 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185210 
>Unformatted:
