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: Philip Miller <sighoya%gmail.com@localhost>
To: gnats-bugs%NetBSD.org@localhost, David Sainty <dave%dtsp.co.nz@localhost>
Cc:
Subject: Re: pkg/48919
Date: Sat, 28 Jun 2014 15:25:59 +0200
On 06/28/2014 11:55 AM, David Sainty wrote:
> 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?
>
Nothing changed:
checking for FREETYPE... no
configure: error: Package requirements (freetype2) were not met:
Package 'harfbuzz', required by 'freetype2', not found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables FREETYPE_CFLAGS
and FREETYPE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
*** Error code 1
Home |
Main Index |
Thread Index |
Old Index