portupgrade complains about nonexisting dir

NAKATA Maho chat95 at mac.com
Thu Sep 1 05:54:18 GMT 2005


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)



More information about the freebsd-openoffice mailing list