Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 01 Sep 2005 14:54:08 +0900 (JST)
From:      NAKATA Maho <chat95@mac.com>
To:        harry@forker.de
Cc:        openoffice@FreeBSD.org
Subject:   Re: portupgrade complains about nonexisting dir
Message-ID:  <20050901.145408.130218114.chat95@mac.com>
In-Reply-To: <20050830223006.GA1082@fortknox.homeunix.net>
References:  <20050830223006.GA1082@fortknox.homeunix.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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)




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