On Tue, 6 Aug 2013, Lowell Gilbert wrote:

checking which cairo font backends could be used... none
configure: Disabling cairo support
configure: error: *** Could not enable any backends.

This is telling you that the cairo port, when you built it, did not
include any "font backends" (other ports for it to use in providing
fonts). You need to rebuild cairo first, making sure that you do a "make
config" on it to select a backend.



The only options are:
glib - selected
opengl - unselected
X11 - selected
xcb - selected

I think the problem is the lack of port cairo-quartz-font:

# cat /usr/ports/x11-toolkits/pango/work/pango-1.34.1/config.log |grep quartz configure:18477: $PKG_CONFIG --exists --print-errors "cairo-quartz-font >= $cairo_required"
Package cairo-quartz-font was not found in the pkg-config search path.
Perhaps you should add the directory containing `cairo-quartz-font.pc'
Package 'cairo-quartz-font', required by 'world', not found

_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to