summaryrefslogtreecommitdiff
path: root/graphics/wayland/files/patch-tests_test-helpers.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* graphics/wayland: update to 1.20.0Jan Beich2021-12-101-48/+0
| | | | | | | Changes: https://lists.freedesktop.org/archives/wayland-devel/2021-December/042064.html PR: 258547 Exp-run by: antoine Approved by: manu
* graphics/wayland: convert to USES=mesonJan Beich2020-02-241-8/+4
| | | | | | | | | | | | | | - Drop autotools patches - Drop sys/param.h check as __FreeBSD__ is defined by compiler - Apply upstream fix for tests randomly failing to build PR: 244071 Tested by: mikael (13.0 powerpc64), pkubaj (12.1/13.0 powerpc64) Approved by: x11 (manu, zeising) Differential Revision: https://reviews.freebsd.org/D23644 Notes: svn path=/head/; revision=527044
* Update to 1.18Baptiste Daroussin2020-02-141-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Abi is backward compatible: https://abi-laboratory.pro/tracker/timeline/wayland/ Port changes: - Allow memfd_create on FreeBSD 13 for sealing - Drop ms_timeout workaround in favor of upstream fix[1] - Drop posix_fallocate patch as it was disabled in r455878 - Adjust posix_fallocate comment to improve clarity - Temporarily revert event loop update until epoll-shim#15 [2] is fixed [1]: https://gitlab.freedesktop.org/wayland/wayland/commit/75d14834570b [2]: https://github.com/jiixyj/epoll-shim/issues/15 Build tested on: 11.3 aarch64 11.3 amd64 11.3 armv6 11.3 i386 12.0 amd64 12.0 i386 12.1 aarch64 12.1 amd64 12.1 armv6 12.1 armv7 12.1 i386 13.0 amd64 13.0 i386 Base GCC 4.2.1 (mimics powerpc*, mips*, riscv64) Run tested with: multimedia/libva-intel-driver multimedia/mpv www/firefox + MOZ_ENABLE_WAYLAND x11-servers/xwayland-devel x11-wm/cage x11-wm/sway x11/wl-clipboard PR: 244059 Submitted by: jbeich Tested by: manu Reviewed by: manu Approved by: x11 (bapt) Differential Revision: https://reviews.freebsd.org/D23643 Notes: svn path=/head/; revision=526103
* graphics/wayland: update to 1.16.0Jan Beich2018-10-151-7/+7
| | | | | | | | | | | | | - New libwayland-egl home for consumers as Mesa 18.2 dropped it Changes: https://lists.freedesktop.org/archives/wayland-devel/2018-April/037767.html Changes: https://lists.freedesktop.org/archives/wayland-devel/2018-August/039358.html PR: 227423 Submitted by: Greg V <greg@unrelenting.technology> Approved by: maintainer timeout (5 months) Notes: svn path=/head/; revision=482189
* Move wayland to a better locationBaptiste Daroussin2017-01-291-0/+52
Notes: svn path=/head/; revision=432804