Compiling OO.o with all available languages

NAKATA Maho chat95 at mac.com
Wed Dec 13 17:56:42 PST 2006


From: "Charles A. Landemaine" <landemaine at gmail.com>
Subject: Re: Compiling OO.o with all available languages
Date: Wed, 13 Dec 2006 21:38:03 -0300

> On 12/13/06, NAKATA Maho <chat95 at mac.com> wrote:
> > #  Building all localized language packages
> > The initial make may take 6 hours, however the next make will only take 5 minutes. The trick is TWEAK_L10N touches work/.configure_done* etc. This is due to limitations of ports framework.
> >
> >     # cd /usr/ports/editors/openoffice.org-2 ; make ALL_LOCALIZED_LANGS=yes
> >     # make TWEAK_L10N=yes LOCALIZED_LANG=ja pre-everything
> >     # make LOCALIZED_LANG=ja WITH_CCACHE=yes package package-rename deinstall
> >     # make TWEAK_L10N=yes LOCALIZED_LANG=ar pre-everything
> >     # make LOCALIZED_LANG=ar WITH_CCACHE=yes package package-rename deinstall
> >     # make TWEAK_L10N=yes LOCALIZED_LANG=ca pre-everything
> >     # make LOCALIZED_LANG=ca WITH_CCACHE=yes package package-rename deinstall
> 
> 
> 
> Thank you Maho-san, so I have to execute:
> 
> # make LOCALIZED_LANG=ca WITH_CCACHE=yes package package-rename deinstall
> 
> For all languages? Or is the first line enough:
> 
> # cd /usr/ports/editors/openoffice.org-2 ; make ALL_LOCALIZED_LANGS=yes

this make command doesn't a create package other than English. but
build all localized packages inside OOo port.

then, some might think next make is enough
# make LOCALIZED_LANG=ja WITH_CCACHE=yes package package-rename deinstall
but with this, ports system remove work directory.
to tweak ports system, we need
# make TWEAK_L10N=yes LOCALIZED_LANG=ja pre-everything

-- NAKATA, Maho (maho at FreeBSD.org)



More information about the freebsd-openoffice mailing list