Created attachment 184419 [details] Patch Changes: https://github.com/baskerville/bspwm/compare/0.9.2...0.9.3
Created attachment 184540 [details] portlint -C
There are a few errors in poudriere log, can you please fix them. ====> Running Q/A tests (stage-qa) Error: /usr/local/bin/bspc is linked to /usr/local/lib/libxcb-randr.so.0 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/bin/bspc is linked to /usr/local/lib/libxcb-util.so.1 from x11/xcb-util but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libxcb-util.so:x11/xcb-util Error: /usr/local/bin/bspc is linked to /usr/local/lib/libxcb.so.1 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/bin/bspc is linked to /usr/local/lib/libxcb-xinerama.so.0 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb
Created attachment 184591 [details] Patch v2 Added missing dependencies.
Created attachment 184592 [details] portlint -C
(In reply to Richard Gallamore from comment #2) Thanks for notice, fixed. I forgot to add DEVELOPER to make.conf on this machine and missed this.
A commit references this bug: Author: ultima Date: Fri Jul 28 18:39:27 UTC 2017 New revision: 446845 URL: https://svnweb.freebsd.org/changeset/ports/446845 Log: * Updated to 0.9.3 * Added missing depend * Sorted Uses section for portlint Changelog: https://github.com/baskerville/bspwm/compare/0.9.2...0.9.3 PR: 220788 Submitted by: Oleh Hushchenkov <gor@clogic.com.ua> (maintainer) Reviewed by: matthew (mentor), mat Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11755 Changes: head/x11-wm/bspwm/Makefile head/x11-wm/bspwm/distinfo head/x11-wm/bspwm/files/patch-Makefile
Committed, thanks!