Date: Fri, 2 Sep 2005 00:15:29 +0200 From: Harry Forker <harry@forker.de> To: NAKATA Maho <chat95@mac.com> Cc: openoffice@FreeBSD.org Subject: Re: portupgrade complains about nonexisting dir Message-ID: <20050901221529.GB1528@fortknox.homeunix.net> In-Reply-To: <20050901.145408.130218114.chat95@mac.com> References: <20050830223006.GA1082@fortknox.homeunix.net> <20050901.145408.130218114.chat95@mac.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Sep 01, 2005 at 02:54:08PM +0900, NAKATA Maho wrote:
> In Message-ID: <20050830223006.GA1082@fortknox.homeunix.net>
> Harry Forker <harry@forker.de> wrote:
>
> > Hi,
> >
> > portupgrade complains about a nonexisting directory when
> > OOo1.1 was build with LOCALIZED_LANG=de:
> >
> > cd: can't cd to /usr/ports/german/openoffice.org-1.1
> >
> > Seems this is caused by the CATEGORIES variable in
> > editors/openoffice.org-1.1/files/Makefile.localized,
> > which is set for some languges like 'de'.
>
> Hi,
> % fcvs diff -u files/Makefile.localized
> Index: files/Makefile.localized
> ===================================================================
> RCS file: /home/pcvs/ports/editors/openoffice.org-1.1/files/Makefile.localized,v
> retrieving revision 1.8
> diff -u -r1.8 Makefile.localized
> --- files/Makefile.localized 17 Jul 2005 02:50:51 -0000 1.8
> +++ files/Makefile.localized 1 Sep 2005 05:53:50 -0000
> @@ -99,7 +99,7 @@
> .endif
> ################################################################
> .if ${LOCALIZED_LANG} == "de"
> -CATEGORIES= german
> +CATEGORIES+= german
> LANG_PKGNAME= de
> LANG_EXT= 49
> L10NHELP= helpcontent_${LANG_EXT}_unix.tgz
>
> does it help for you?
> could you please test with this?
>
> -- NAKATA, Maho (maho@FreeBSD.org)
>
Yes, this works for me.
thank you
--
Harry Forker harry@forker.de
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050901221529.GB1528>
