[ mailman-Patches-1298355 ] Select language(s) when install

SourceForge.net noreply at sourceforge.net
Thu Sep 22 07:35:37 CEST 2005


Patches item #1298355, was opened at 2005-09-22 05:29
Message generated for change (Comment added) made by tkikuchi
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=1298355&group_id=103

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: configure/install
Group: Mailman 2.2 / 3.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Tokio Kikuchi (tkikuchi)
Assigned to: Tokio Kikuchi (tkikuchi)
Summary: Select language(s) when install

Initial Comment:
While the number of translated languages is growing,
most users are using only a few languages.   With this
patch, the site admin can select his/her required
languages by an option to the configure script by
`--with-languages' and can considerably reduce the
install size.  This patch is for 2.2.0a0 (most recent
CVS as of writing) but also applicable to 2.1.6 except
that you may have to regenerate configure script by
invoing autoconf command.

Patch usage:
% cd mailman (src directory)
% patch -p0 < /path/to/install_selected_language.patch.txt

Configure usage:
% ./configure --with-languages="ja fr"  ... en+ja+fr
% ./configure --with-languages=""   ... all available
languages
% ./configure ....  all available languages
% ./configure --with-languages="none" ... English only

Japanese and Korean codecs are no longer installed by
`make install' but availability is checked during the
configure run and urge to install if they are absent
when CJK languages are included in the language list.

I hope skilled developers can review this patch before
I check in to the CVS.



----------------------------------------------------------------------

>Comment By: Tokio Kikuchi (tkikuchi)
Date: 2005-09-22 05:35

Message:
Logged In: YES 
user_id=67709

Oops, I forgot to check `Upload and Attach a File'. ;-)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=1298355&group_id=103


More information about the Mailman-coders mailing list