On Fri, Oct 16, 2015 at 06:52:27PM +0200, Jose V Beneyto wrote:
Hey,
On 14/10/15 11:31, Juergen Daubert wrote:
[...] Many thanks for testing and the detailed report. Indeed you found a issue with missing dependencies in our ports.
Thank you. It is all that I could try for now
Actually we have a cyclic dependency between freetype and harfbuzz, both depends on each other, so it's not possible to add harfbuzz to the deps of freetype or fontconfig.
To solve the issue I'd suggest to add harfbuzz to the deps of xorg-libxft.
Nice. It could be also a solution for xorg-bdftopcf which is linked against hardfbuzz and glib.
Thanks again, Jose. Will add harbuzz to the deps as well.
Is there a way to compile xorg-server without harfbuzz, or should it be added to the ISO? It's part of the ISO but not installed if you select the xorg meta port.
[...]
I think I found a similar situation with libxslt. It was linked against libgcrypt and libgpg-error during compilation and some ports depending on it (directly or indirectly) may fail.
Well, in that case I'd suggest to build libxslt --without-crypto. Best regards Juergen