Fri Oct 25 12:36:50 2019 UTC ()
bash: make nls option enabled by default


(triaxx)
diff -r1.1 -r1.2 pkgsrc/shells/bash/options.mk

cvs diff -r1.1 -r1.2 pkgsrc/shells/bash/options.mk (expand / switch to unified diff)

--- pkgsrc/shells/bash/options.mk 2019/10/24 11:53:13 1.1
+++ pkgsrc/shells/bash/options.mk 2019/10/25 12:36:50 1.2
@@ -1,17 +1,18 @@ @@ -1,17 +1,18 @@
1# $NetBSD: options.mk,v 1.1 2019/10/24 11:53:13 triaxx Exp $ 1# $NetBSD: options.mk,v 1.2 2019/10/25 12:36:50 triaxx Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.bash 3PKG_OPTIONS_VAR= PKG_OPTIONS.bash
4PKG_SUPPORTED_OPTIONS= nls 4PKG_SUPPORTED_OPTIONS= nls
 5PKG_SUGGESTED_OPTIONS= nls
5 6
6PLIST_VARS+= nls 7PLIST_VARS+= nls
7 8
8.include "../../mk/bsd.options.mk" 9.include "../../mk/bsd.options.mk"
9 10
10### 11###
11### NLS support 12### NLS support
12### 13###
13.if !empty(PKG_OPTIONS:Mnls) 14.if !empty(PKG_OPTIONS:Mnls)
14USE_PKGLOCALEDIR= yes 15USE_PKGLOCALEDIR= yes
15USE_TOOLS+= msgfmt msgmerge xgettext 16USE_TOOLS+= msgfmt msgmerge xgettext
16CONFIGURE_ARGS+= --enable-nls 17CONFIGURE_ARGS+= --enable-nls
17. include "../../devel/gettext-lib/buildlink3.mk" 18. include "../../devel/gettext-lib/buildlink3.mk"