Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Dec 2006 09:26:28 +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.092628.02219206.chat95@mac.com>
In-Reply-To: <e6575a30612120316y2eab86b0y5c17b49938d7c730@mail.gmail.com>
References:  <e6575a30612120316y2eab86b0y5c17b49938d7c730@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
From: "Charles A. Landemaine" <landemaine@gmail.com>
Subject: Compiling OO.o with all available languages
Date: Tue, 12 Dec 2006 08:16:08 -0300

> I know how to compile OO.o with language support, but I'd like to
> compile OO.o with all available languages. Is it possible? If so, how?
> Thanks,

please see my page. http://porting.openoffice.org/freebsd//index.html

#  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
    ...

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



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