pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/48919



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