pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/48919
The following reply was made to PR pkg/48919; it has been noted by GNATS.
From: David Sainty <dave%dtsp.co.nz@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: Philip Miller <sighoya%gmail.com@localhost>,
pkg-manager%netbsd.org@localhost,
gnats-admin%netbsd.org@localhost, pkgsrc-bugs%netbsd.org@localhost
Subject: Re: pkg/48919
Date: Sat, 28 Jun 2014 21:51:49 +1200
On 28/06/14 05:10, Philip Miller wrote:
> > > > Philip, if you prefer not to use modular X entirely, you could
> > > > presumably resolve at least the build problems manually in a
> more
> > > > fine-grained manner via adding to mk.conf:
> > > >
> > > > PREFER.freetype2=pkgsrc
> > > > PREFER.fontconfig=pkgsrc
> > > >
> That was the problem, but now I hav another:
> checking for FREETYPE... no
> configure: error: Package requirements (freetype2) were not met:
>
> Package 'harfbuzz', required by 'freetype2', not found
>
> but I have harbuzz installed in pkgsrc:
> pkg_info harfbuzz
> Information for harfbuzz-0.9.29:
>
> Comment:
> OpenType text shaping engine
>
> Requires:
> icu>=53.1
> glib2>=2.34.0
> freetype2>=2.4.11
>
Heh... Amusing. I assume freetype2 is picking up a native harfbuzz.
Can you uninstall freetype2, add to graphics/freetype2/Makefile:
CONFIGURE_ARGS+= --with-harfbuzz=no
... do a complete clean, and try building again?
Home |
Main Index |
Thread Index |
Old Index