portupgrade complains about nonexisting dir
Harry Forker
harry at forker.de
Thu Sep 1 22:15:42 GMT 2005
On Thu, Sep 01, 2005 at 02:54:08PM +0900, NAKATA Maho wrote:
> In Message-ID: <20050830223006.GA1082 at fortknox.homeunix.net>
> Harry Forker <harry at 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 at FreeBSD.org)
>
Yes, this works for me.
thank you
--
Harry Forker harry at forker.de
More information about the freebsd-openoffice
mailing list