Bug 220788 - x11-wm/bspwm: Update to 0.9.3
Summary: x11-wm/bspwm: Update to 0.9.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Richard Gallamore
URL: https://github.com/baskerville/bspwm/...
Keywords: needs-qa, patch
Depends on:
Blocks:
 
Reported: 2017-07-17 07:48 UTC by Oleh Hushchenkov
Modified: 2017-07-28 18:42 UTC (History)
2 users (show)

See Also:


Attachments
Patch (3.74 KB, patch)
2017-07-17 07:48 UTC, Oleh Hushchenkov
koobs: maintainer-approval+
Details | Diff
portlint -C (12 bytes, text/x-log)
2017-07-20 11:22 UTC, Oleh Hushchenkov
no flags Details
Patch v2 (4.16 KB, patch)
2017-07-22 09:01 UTC, Oleh Hushchenkov
o.hushchenkov: maintainer-approval+
Details | Diff
portlint -C (12 bytes, text/x-log)
2017-07-22 09:01 UTC, Oleh Hushchenkov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oleh Hushchenkov 2017-07-17 07:48:09 UTC
Created attachment 184419 [details]
Patch

Changes: https://github.com/baskerville/bspwm/compare/0.9.2...0.9.3
Comment 1 Oleh Hushchenkov 2017-07-20 11:22:56 UTC
Created attachment 184540 [details]
portlint -C
Comment 2 Richard Gallamore freebsd_committer freebsd_triage 2017-07-21 22:57:29 UTC
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
Comment 3 Oleh Hushchenkov 2017-07-22 09:01:35 UTC
Created attachment 184591 [details]
Patch v2

Added missing dependencies.
Comment 4 Oleh Hushchenkov 2017-07-22 09:01:56 UTC
Created attachment 184592 [details]
portlint -C
Comment 5 Oleh Hushchenkov 2017-07-22 09:08:37 UTC
(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.
Comment 6 commit-hook freebsd_committer freebsd_triage 2017-07-28 18:40:16 UTC
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
Comment 7 Richard Gallamore freebsd_committer freebsd_triage 2017-07-28 18:42:48 UTC
Committed, thanks!