Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Dec 2004 13:55:12 +0900 (JST)
From:      NAKATA Maho <chat95@mac.com>
To:        lesi@FreeBSD.org
Cc:        openoffice@FreeBSD.org
Subject:   Re: change with upcoming xorg ports upgrade breaks openoffice ports
Message-ID:  <20041220.135512.576023534.chat95@mac.com>
In-Reply-To: <200412180833.08590.lesi@FreeBSD.org>
References:  <200412122138.28064.lesi@FreeBSD.org> <200412180833.08590.lesi@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In Message-ID: <200412180833.08590.lesi@FreeBSD.org> 
Dejan Lesjak <lesi@FreeBSD.org> wrote:

Dear Dejan,

> On Sunday 12 of December 2004 21:38, Dejan Lesjak wrote:
> > Hello,
> >
> > Soon upgrade of X.Org ports will be commited and with it some changes to
> > X11 ports. The main change is that imake is no longer run time dependency
> > for them. As some of the ports relied on this, they do not include build
> > time dependency for imake. One of them are OpenOffice.org ports. Update is
> > now being tested on pointyhat and here is errorlog from one of them:
> > http://pointyhat.freebsd.org/errorlogs/i386-5-latest-logs/ar-openoffice-1.1
> >.3_1.log Would you please look into this, adding dependency with a line
> > like: BUILD_DEPENDS= xmkmf:${X_IMAKE_PORT}
> > is probably all that is needed. Adding this before xorg update is commited
> > also shouldn't break things.
> > Thanks.

you can simply add
BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \
                unzip:${PORTSDIR}/archivers/unzip \
                gcp:${PORTSDIR}/sysutils/coreutils \
                xmkmf:${X_IMAKE_PORT} \
                ${X11BASE}/lib/libXft.so:${PORTSDIR}/x11-fonts/libXft
...

and if there's no build problem it is okay.
as I noted I'll away for month.
thank you very much.
-- NAKATA, Maho





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