Bug 258205 - graphics/wayland-protocols: update to 1.22
Summary: graphics/wayland-protocols: update to 1.22
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-x11 (Nobody)
URL: https://lists.freedesktop.org/archive...
Keywords: patch, patch-ready
Depends on:
Blocks:
 
Reported: 2021-09-02 01:30 UTC by Jan Beich
Modified: 2021-09-03 09:23 UTC (History)
3 users (show)

See Also:
manu: maintainer-feedback+


Attachments
v1 (apply via "git am") (2.09 KB, patch)
2021-09-02 01:30 UTC, Jan Beich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Jan Beich freebsd_committer freebsd_triage 2021-09-02 03:15:27 UTC
All 70 consumers built fine on 12.2 amd64. Mostly my ports, anyway.

$ git grep -Fl :graphics/wayland-protocols | 
       sed 's,/Makefile,,; /\.common/{s//-vulkan/;s/multimedia/graphics/;}' |
       xargs -P20 -I% make -V MAINTAINER -C % | 
       sort | uniq -c | sort -r | head -5
  40 jbeich@FreeBSD.org
   6 x11@FreeBSD.org
   4 multimedia@FreeBSD.org
   3 kde@FreeBSD.org
   2 desktop@FreeBSD.org
Comment 2 Jan Beich freebsd_committer freebsd_triage 2021-09-02 03:25:58 UTC
Obviously, the port *itself* builds fine on 11.4/12.2/13.0/14.0 aarch64/amd64/armv6/armv7/i386. Runtime isn't used but x11-toolkits/gtk{3,4}0 have RUN_DEPENDS on wayland-protocols for some reason (tracking it down is non-trivial due to history cut short by external repos).
Comment 3 Jan Beich freebsd_committer freebsd_triage 2021-09-02 03:36:31 UTC
I've run out of things to test for such a trivial update.
Comment 4 Warner Losh freebsd_committer freebsd_triage 2021-09-02 03:38:44 UTC
(In reply to Jan Beich from comment #2)
Jan, you'll get better collaboration with honey rather than vinegar.
Comment 5 Jan Beich freebsd_committer freebsd_triage 2021-09-02 04:11:51 UTC
(In reply to Warner Losh from comment #4)
Keep silence if you have nothing to add. I'm not your friend or employee.
Comment 6 commit-hook freebsd_committer freebsd_triage 2021-09-03 09:14:59 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=134ee71faa0584380c357a475a1cf126a31cef87

commit 134ee71faa0584380c357a475a1cf126a31cef87
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-07-13 18:47:29 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-09-03 09:12:11 +0000

    graphics/wayland-protocols: update to 1.22

    Changes:        https://lists.freedesktop.org/archives/wayland-devel/2021-September/041972.html
    PR:             258205
    Approved by:    manu

 graphics/wayland-protocols/Makefile  | 2 +-
 graphics/wayland-protocols/distinfo  | 6 +++---
 graphics/wayland-protocols/pkg-plist | 1 +
 3 files changed, 5 insertions(+), 4 deletions(-)
Comment 7 Simon Ser 2021-09-03 09:23:37 UTC
Thanks a lot!