Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Mar 2004 23:43:32 -0800 (PST)
From:      Doug Barton <DougB@FreeBSD.org>
To:        Michael Nottebrock <michaelnottebrock@gmx.net>
Cc:        "freebsd-ports@freebsd.org" <freebsd-ports@FreeBSD.org>
Subject:   Re: HEADS UP: freetype2 upgrade
Message-ID:  <20040326234307.P984@ync.qbhto.arg>
In-Reply-To: <200403170343.42414.michaelnottebrock@gmx.net>
References:  <1079483172.5430.9.camel@shumai.marcuscom.com> <200403170343.42414.michaelnottebrock@gmx.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 17 Mar 2004, Michael Nottebrock wrote:

> On Wednesday 17 March 2004 01:26, Joe Marcus Clarke wrote:
> > This is a HEADS UP to maintainers of ports that use freetype2.  The
> > recent freetype2 upgrade brings in an internal API change.  You may
> > start noticing ports fail to build with an error saying you did not
> > include ft2build.h.  I have added a CHANGES entry for this problem, but
> > just to sum it up, if a source file includes freetype/freetype.h, you
> > must replace that with:
> >
> > #include <ft2build.h>
> > #include FT_FREETYPE_H
>
> It's noteworthy that freetype/freetype.h is probably used by many ports in
> configure checks for freetype.
>
> One example is graphics/xpdf. Patching those configure scripts should often be
> simple though, example patch for xpdf is attached.

I did this slightly differently, but it's fixed now, thanks.

Doug

-- 

    This .signature sanitized for your protection



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