shells/bash: Unhook NLS option
This commit is contained in:
@@ -25,7 +25,8 @@ GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --without-bash-malloc \
|
||||
--disable-rpath \
|
||||
--enable-disabled-builtins \
|
||||
--with-libiconv-prefix=${ICONV_PREFIX}
|
||||
--with-libiconv-prefix=${ICONV_PREFIX} \
|
||||
--disable-nls
|
||||
|
||||
MAKE_ARGS+= TERMCAP_LIB=-ltinfow
|
||||
|
||||
@@ -33,7 +34,7 @@ INFO= bash
|
||||
PORTDOCS= FAQ INTRO CHANGES COMPAT NEWS POSIX RBASH README \
|
||||
bash.html bashref.html
|
||||
|
||||
OPTIONS_DEFINE= FDESCFS PORTS_READLINE HELP NLS STATIC SYSBASHRC \
|
||||
OPTIONS_DEFINE= FDESCFS PORTS_READLINE HELP STATIC SYSBASHRC \
|
||||
SYSLOG DOCS
|
||||
OPTIONS_DEFAULT= HELP PORTS_READLINE
|
||||
OPTIONS_SUB= yes
|
||||
@@ -47,8 +48,6 @@ FDESCFS_CONFIGURE_ENV_OFF= bash_cv_dev_fd=absent
|
||||
FDESCFS_SUB_FILES= pkg-message
|
||||
|
||||
HELP_CONFIGURE_ENABLE= help-builtin
|
||||
NLS_USES= gettext
|
||||
NLS_CONFIGURE_ENABLE= nls
|
||||
|
||||
PORTS_READLINE_BUILD_DEPENDS= readline>=8.2:devel/readline
|
||||
PORTS_READLINE_USES= readline
|
||||
|
||||
@@ -102,42 +102,3 @@ bin/bashbug
|
||||
%%NO_STATIC%%libdata/pkgconfig/bash.pc
|
||||
share/man/man1/bash.1.gz
|
||||
share/man/man1/bashbug.1.gz
|
||||
%%NLS%%share/locale/af/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/bg/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/ca/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/da/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/el/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/en@boldquot/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/en@quot/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/eo/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/et/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/fi/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/ga/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/gl/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/hr/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/lt/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/nb/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/nl/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/pt/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/ro/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/sk/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/sl/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/sr/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/uk/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/vi/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/bash.mo
|
||||
|
||||
Reference in New Issue
Block a user