I'm getting an error during build. I think you might be missing a dependency in the port Makefile?
Code:1:24.27 checking for pango >= 1.22.0 pangoft2 >= 1.22.0 pangocairo >= 1.22.0... no
make stage-qa
also tells me that pango has to be added (this direct dependency is new). But another, related thing is totally unclear to me: There's a line like
Makefile:
USE_GNOME= cairo gtk20 pango […]
make stage-qa
says I've missed to add
Makefile:
USE_GNOME+=cairo
USE_GNOME+=gtk20
USE_GNOME+=pango
[…]
make stage-qa
complains all GNOME dependencies as "not set" (!) even if added as told. Is the USE_GNOME macro buggy at the moment?I'll wait for the port update till this is fixed.