https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266398
Oleh Vinichenko <moonlaps...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |moonlaps...@gmail.com --- Comment #5 from Oleh Vinichenko <moonlaps...@gmail.com> --- For this to work libxcb deps have to into X11_LIB_DEPENDS , then USE_XORG ( X11_USES= xorg=... for that matter ) modules is incomplete, have to set more of them. And most important CONFIGURE_ARGS should set -no-xcb and -no-xcb-xlib when X11=OFF is set. If ports devs could show me how to set this srguments in the Makefile , I will be happy to provide the patch. Also, advice on pkg-plist changes, if needed much appreciated too. How I tested is simply removing all libxcb* deps, removing USE_XORG , USE_GL to egl and adjusting CONFIGURE_ARGS to disable xcb and xcb-xlib.This is uncoditional disable of X support. make configure passes but port install faling due to plist , which i do not know how to fix. Hope this helps -- You are receiving this mail because: You are the assignee for the bug.