=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for bspwm-0.9.10 => Fixing makefile clang -pipe -Os -I/opt/pkg/include -std=c99 -pedantic -Wall -Wextra -DJSMN_STRICT -I/opt/pkg/include -D_POSIX_C_SOURCE=200809L -DVERSION=\"0.9.10\" -c -o bspwm.o src/bspwm.c In file included from src/bspwm.c:48: src/ewmh.h:30:8: error: unknown type name 'xcb_ewmh_connection_t' extern xcb_ewmh_connection_t *ewmh; ^ src/bspwm.c:277:2: warning: call to undeclared function 'xcb_ewmh_connection_wipe'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] xcb_ewmh_connection_wipe(ewmh); ^ src/bspwm.c:389:2: warning: call to undeclared function 'xcb_ewmh_set_supported'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] xcb_ewmh_set_supported(ewmh, default_screen, LENGTH(net_atoms), net_atoms); ^ src/bspwm.c:455:3: warning: call to undeclared function 'xcb_ewmh_connection_wipe'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] xcb_ewmh_connection_wipe(ewmh); ^ 3 warnings and 1 error generated. gmake: *** [: bspwm.o] Error 1 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/wm/bspwm *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/wm/bspwm