ports/185210: www/seamonkey-i18n: options sometimes ignored
Thierry Thomas
thierry at FreeBSD.org
Thu Dec 26 19:20:00 UTC 2013
>Number: 185210
>Category: ports
>Synopsis: www/seamonkey-i18n: options sometimes ignored
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>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:
>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 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 ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list