From owner-freebsd-openoffice@FreeBSD.ORG Thu Sep 1 22:15:42 2005 Return-Path: X-Original-To: openoffice@freebsd.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 025F916A41F for ; Thu, 1 Sep 2005 22:15:42 +0000 (GMT) (envelope-from harry@fortknox.homeunix.net) Received: from mail01.ish.de (pip250.ish.de [80.69.98.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C95143D46 for ; Thu, 1 Sep 2005 22:15:40 +0000 (GMT) (envelope-from harry@fortknox.homeunix.net) Received: from [62.143.16.16] (HELO fortknox.homeunix.net) by mail-fe-02.mail01.ish.de (CommuniGate Pro SMTP 4.2.9) with ESMTP id 40788504; Fri, 02 Sep 2005 00:15:39 +0200 Received: from fortknox.homeunix.net (localhost [127.0.0.1]) by fortknox.homeunix.net (8.13.4/8.13.4) with ESMTP id j81MFWi6005597; Fri, 2 Sep 2005 00:15:32 +0200 (CEST) (envelope-from harry@fortknox.homeunix.net) Received: (from harry@localhost) by fortknox.homeunix.net (8.13.4/8.13.3/Submit) id j81MFT7G005596; Fri, 2 Sep 2005 00:15:29 +0200 (CEST) (envelope-from harry) Date: Fri, 2 Sep 2005 00:15:29 +0200 From: Harry Forker To: NAKATA Maho Message-ID: <20050901221529.GB1528@fortknox.homeunix.net> References: <20050830223006.GA1082@fortknox.homeunix.net> <20050901.145408.130218114.chat95@mac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050901.145408.130218114.chat95@mac.com> User-Agent: Mutt/1.4.2.1i X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed version=3.0.4 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fortknox.homeunix.net Cc: openoffice@FreeBSD.org Subject: Re: portupgrade complains about nonexisting dir X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2005 22:15:42 -0000 On Thu, Sep 01, 2005 at 02:54:08PM +0900, NAKATA Maho wrote: > In Message-ID: <20050830223006.GA1082@fortknox.homeunix.net> > Harry Forker 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