www/seamonkey-i18n: options sometimes ignored

Thierry Thomas thierry at FreeBSD.org
Thu Dec 26 19:13:23 UTC 2013


>Submitter-Id:	current-users
>Originator:	Thierry Thomas
>Organization:	Kabbale Eros
>Confidential:	no 
>Synopsis:	www/seamonkey-i18n: options sometimes ignored
>Severity:	non-critical
>Priority:	low
>Category:	ports
>Class:		sw-bug
>Release:	FreeBSD 9.2-STABLE i386
>Environment:
System: FreeBSD graf.pompo.net 9.2-STABLE FreeBSD 9.2-STABLE #0 r258764: Sat Nov 30 11:54:19 CET 2013 thierry at 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 ---



More information about the freebsd-gecko mailing list