Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Dec 2006 10:50:55 +0900 (JST)
From:      NAKATA Maho <chat95@mac.com>
To:        landemaine@gmail.com
Cc:        openoffice@freebsd.org
Subject:   Re: Compiling OO.o with all available languages
Message-ID:  <20061214.105055.78799271.chat95@mac.com>
In-Reply-To: <e6575a30612131638rf67f0fdge54d75105d3a95db@mail.gmail.com>
References:  <e6575a30612120316y2eab86b0y5c17b49938d7c730@mail.gmail.com> <20061214.092628.02219206.chat95@mac.com> <e6575a30612131638rf67f0fdge54d75105d3a95db@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
From: "Charles A. Landemaine" <landemaine@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@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@FreeBSD.org)




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061214.105055.78799271.chat95>