notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
wlroots015 Modular Wayland compositor library (deprecated 0.15.* series)
0.15.1_5 x11-toolkits on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.15.1_3Version of this port present on the latest quarterly branch.
Maintainer: jbeich@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-11-11 22:42:11
Last Update: 2024-06-04 11:45:37
Commit Hash: 4b1d4d0
License: MIT
WWW:
https://gitlab.freedesktop.org/wlroots/wlroots
Description:
Pluggable, composable, unopinionated modules for building a Wayland compositor; or about 60,000 lines of code you were going to write anyway. - wlroots provides backends that abstract the underlying display and input hardware, including KMS/DRM, libinput, Wayland, X11, and headless backends, plus any custom backends you choose to write, which can all be created or destroyed at runtime and used in concert with each other. - wlroots provides unopinionated, mostly standalone implementations of many Wayland interfaces, both from wayland.xml and various protocol extensions. We also promote the standardization of portable extensions across many compositors. - wlroots provides several powerful, standalone, and optional tools that implement components common to many compositors, such as the arrangement of outputs in physical space. - wlroots provides an Xwayland abstraction that allows you to have excellent Xwayland support without worrying about writing your own X11 window manager on top of writing your compositor. - wlroots provides a renderer abstraction that simple compositors can use to avoid writing GL code directly, but which steps out of the way when your needs demand custom rendering code. wlroots implements a huge variety of Wayland compositor features and implements them *right*, so you can focus on the features that make your compositor unique. By using wlroots, you get high performance, excellent hardware compatibility, broad support for many wayland interfaces, and comfortable development tools - or any subset of these features you like, because all of them work independently of one another and freely compose with anything you want to implement yourself.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (103 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/wlroots015-0.15.1_5/catalog.mk
  3. /usr/local/share/licenses/wlroots015-0.15.1_5/LICENSE
  4. /usr/local/share/licenses/wlroots015-0.15.1_5/MIT
  5. include/wlroots-0.15/wlr/backend.h
  6. include/wlroots-0.15/wlr/backend/drm.h
  7. include/wlroots-0.15/wlr/backend/headless.h
  8. include/wlroots-0.15/wlr/backend/interface.h
  9. include/wlroots-0.15/wlr/backend/libinput.h
  10. include/wlroots-0.15/wlr/backend/multi.h
  11. include/wlroots-0.15/wlr/backend/session.h
  12. include/wlroots-0.15/wlr/backend/wayland.h
  13. include/wlroots-0.15/wlr/backend/x11.h
  14. include/wlroots-0.15/wlr/config.h
  15. include/wlroots-0.15/wlr/interfaces/wlr_input_device.h
  16. include/wlroots-0.15/wlr/interfaces/wlr_keyboard.h
  17. include/wlroots-0.15/wlr/interfaces/wlr_output.h
  18. include/wlroots-0.15/wlr/interfaces/wlr_pointer.h
  19. include/wlroots-0.15/wlr/interfaces/wlr_switch.h
  20. include/wlroots-0.15/wlr/interfaces/wlr_tablet_pad.h
  21. include/wlroots-0.15/wlr/interfaces/wlr_tablet_tool.h
  22. include/wlroots-0.15/wlr/interfaces/wlr_touch.h
  23. include/wlroots-0.15/wlr/render/allocator.h
  24. include/wlroots-0.15/wlr/render/dmabuf.h
  25. include/wlroots-0.15/wlr/render/drm_format_set.h
  26. include/wlroots-0.15/wlr/render/egl.h
  27. include/wlroots-0.15/wlr/render/gles2.h
  28. include/wlroots-0.15/wlr/render/interface.h
  29. include/wlroots-0.15/wlr/render/pixman.h
  30. include/wlroots-0.15/wlr/render/vulkan.h
  31. include/wlroots-0.15/wlr/render/wlr_renderer.h
  32. include/wlroots-0.15/wlr/render/wlr_texture.h
  33. include/wlroots-0.15/wlr/types/wlr_box.h
  34. include/wlroots-0.15/wlr/types/wlr_buffer.h
  35. include/wlroots-0.15/wlr/types/wlr_compositor.h
  36. include/wlroots-0.15/wlr/types/wlr_cursor.h
  37. include/wlroots-0.15/wlr/types/wlr_data_control_v1.h
  38. include/wlroots-0.15/wlr/types/wlr_data_device.h
  39. include/wlroots-0.15/wlr/types/wlr_drm.h
  40. include/wlroots-0.15/wlr/types/wlr_drm_lease_v1.h
  41. include/wlroots-0.15/wlr/types/wlr_export_dmabuf_v1.h
  42. include/wlroots-0.15/wlr/types/wlr_foreign_toplevel_management_v1.h
  43. include/wlroots-0.15/wlr/types/wlr_fullscreen_shell_v1.h
  44. include/wlroots-0.15/wlr/types/wlr_gamma_control_v1.h
  45. include/wlroots-0.15/wlr/types/wlr_idle.h
  46. include/wlroots-0.15/wlr/types/wlr_idle_inhibit_v1.h
  47. include/wlroots-0.15/wlr/types/wlr_input_device.h
  48. include/wlroots-0.15/wlr/types/wlr_input_inhibitor.h
  49. include/wlroots-0.15/wlr/types/wlr_input_method_v2.h
  50. include/wlroots-0.15/wlr/types/wlr_keyboard.h
  51. include/wlroots-0.15/wlr/types/wlr_keyboard_group.h
  52. include/wlroots-0.15/wlr/types/wlr_keyboard_shortcuts_inhibit_v1.h
  53. include/wlroots-0.15/wlr/types/wlr_layer_shell_v1.h
  54. include/wlroots-0.15/wlr/types/wlr_linux_dmabuf_v1.h
  55. include/wlroots-0.15/wlr/types/wlr_matrix.h
  56. include/wlroots-0.15/wlr/types/wlr_output.h
  57. include/wlroots-0.15/wlr/types/wlr_output_damage.h
  58. include/wlroots-0.15/wlr/types/wlr_output_layout.h
  59. include/wlroots-0.15/wlr/types/wlr_output_management_v1.h
  60. include/wlroots-0.15/wlr/types/wlr_output_power_management_v1.h
  61. include/wlroots-0.15/wlr/types/wlr_pointer.h
  62. include/wlroots-0.15/wlr/types/wlr_pointer_constraints_v1.h
  63. include/wlroots-0.15/wlr/types/wlr_pointer_gestures_v1.h
  64. include/wlroots-0.15/wlr/types/wlr_presentation_time.h
  65. include/wlroots-0.15/wlr/types/wlr_primary_selection.h
  66. include/wlroots-0.15/wlr/types/wlr_primary_selection_v1.h
  67. include/wlroots-0.15/wlr/types/wlr_region.h
  68. include/wlroots-0.15/wlr/types/wlr_relative_pointer_v1.h
  69. include/wlroots-0.15/wlr/types/wlr_scene.h
  70. include/wlroots-0.15/wlr/types/wlr_screencopy_v1.h
  71. include/wlroots-0.15/wlr/types/wlr_seat.h
  72. include/wlroots-0.15/wlr/types/wlr_server_decoration.h
  73. include/wlroots-0.15/wlr/types/wlr_surface.h
  74. include/wlroots-0.15/wlr/types/wlr_switch.h
  75. include/wlroots-0.15/wlr/types/wlr_tablet_pad.h
  76. include/wlroots-0.15/wlr/types/wlr_tablet_tool.h
  77. include/wlroots-0.15/wlr/types/wlr_tablet_v2.h
  78. include/wlroots-0.15/wlr/types/wlr_text_input_v3.h
  79. include/wlroots-0.15/wlr/types/wlr_touch.h
  80. include/wlroots-0.15/wlr/types/wlr_viewporter.h
  81. include/wlroots-0.15/wlr/types/wlr_virtual_keyboard_v1.h
  82. include/wlroots-0.15/wlr/types/wlr_virtual_pointer_v1.h
  83. include/wlroots-0.15/wlr/types/wlr_xcursor_manager.h
  84. include/wlroots-0.15/wlr/types/wlr_xdg_activation_v1.h
  85. include/wlroots-0.15/wlr/types/wlr_xdg_decoration_v1.h
  86. include/wlroots-0.15/wlr/types/wlr_xdg_foreign_registry.h
  87. include/wlroots-0.15/wlr/types/wlr_xdg_foreign_v1.h
  88. include/wlroots-0.15/wlr/types/wlr_xdg_foreign_v2.h
  89. include/wlroots-0.15/wlr/types/wlr_xdg_output_v1.h
  90. include/wlroots-0.15/wlr/types/wlr_xdg_shell.h
  91. include/wlroots-0.15/wlr/util/addon.h
  92. include/wlroots-0.15/wlr/util/box.h
  93. include/wlroots-0.15/wlr/util/edges.h
  94. include/wlroots-0.15/wlr/util/log.h
  95. include/wlroots-0.15/wlr/util/region.h
  96. include/wlroots-0.15/wlr/version.h
  97. include/wlroots-0.15/wlr/xcursor.h
  98. include/wlroots-0.15/wlr/xwayland.h
  99. lib/libwlroots-0.15.so
  100. libdata/pkgconfig/wlroots-0.15.pc
  101. @owner
  102. @group
  103. @mode
Collapse this list.
Dependency lines:
  • wlroots015>0:x11-toolkits/wlroots015
To install the port:
cd /usr/ports/x11-toolkits/wlroots015/ && make install clean
To add the package, run one of these commands:
  • pkg install x11-toolkits/wlroots015
  • pkg install wlroots015
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: wlroots015
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1643923194 SHA256 (wlroots-0.15.1.tar.bz2) = 8bb791aed9405abc20253c570de1a3b7af91ad65bee2b60293fbbab27ea62c8d SIZE (wlroots-0.15.1.tar.bz2) = 423138

Expand this list (22 items)

Collapse this list.

SHA256 (21bc0ec09200.patch) = bb5e4727c4cce2878c353ad329ae28523d2f229f3301bee15bb4ac243742986a SIZE (21bc0ec09200.patch) = 1188 SHA256 (dc5cefc1d2f8.patch) = e1e52e14a287c3610531aeffe850b93502572e8a52c514bce54f894345d44317 SIZE (dc5cefc1d2f8.patch) = 1365 SHA256 (dd03d839ab56.patch) = 458f31cf2515fb075c33a947a5ead91c9560ab9db9c76da1c42d4a5fcd7f3c02 SIZE (dd03d839ab56.patch) = 3752 SHA256 (17b2b0663372.patch) = 142626a8365bb62f141c4c6f7820266f1911e2bef83b50b78e19b27560817960 SIZE (17b2b0663372.patch) = 5090 SHA256 (347b32642fb6.patch) = 836ec5d6b558d18bc156136376fcd13e3e358da9361e8fc006ed98fe14fa3a6b SIZE (347b32642fb6.patch) = 3812 SHA256 (7b8609eeb67b.patch) = acb744d683f5ab88ffe5503ea401cd2cab8cada6438e056c233881a8950111c9 SIZE (7b8609eeb67b.patch) = 884 SHA256 (bb32349c9776.patch) = 2b12a4ed0702b8af893cca2e80bd6d742e3dc7c2cdf6041fbe851bfc0e2b26fd SIZE (bb32349c9776.patch) = 879 SHA256 (faa631c348d9.patch) = b0a73d15b38655e4af464be3a9ca684f8d72ed724624c1f3f9bdbee894bc2335 SIZE (faa631c348d9.patch) = 802 SHA256 (822eb07eaca3.patch) = 2cdf10f6d66bfe1d2f50ebd05cb1fd1157b58859ff059c953cfcef899f01f634 SIZE (822eb07eaca3.patch) = 609 SHA256 (4b4f76cc1357.patch) = 163500bf90d39365a6ce8a9d24d48b2e65135d2f548c9532d933ed19b1097d53 SIZE (4b4f76cc1357.patch) = 2512 SHA256 (c0fc017207f0.patch) = bdafef91a067cc95d9b47f5a837e400b641d9479393136818c34f5eb6b846d71 SIZE (c0fc017207f0.patch) = 108229

Collapse this list.


Packages (timestamps in pop-ups are UTC):
wlroots015
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.15.1_40.15.1_5--0.15.1_5---
FreeBSD:13:quarterly0.15.1_30.15.1_3--0.15.1_3-0.15.1_20.15.1_2
FreeBSD:14:latest0.15.1_40.15.1_5--0.15.1_50.15.1_2-0.15.1_2
FreeBSD:14:quarterly0.15.1_30.15.1_3--0.15.1_3-0.15.1_20.15.1_2
FreeBSD:15:latest0.15.1_50.15.1_5n/a-n/a-0.15.1_2-
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. wayland-protocols>=1.24 : graphics/wayland-protocols
  2. glslangValidator : graphics/glslang
  3. vulkan-headers>0 : graphics/vulkan-headers
  4. evdev-proto>0 : devel/evdev-proto
  5. Xwayland : x11-servers/xwayland
  6. meson : devel/meson
  7. ninja : devel/ninja
  8. pkgconf>=1.3.0_1 : devel/pkgconf
  9. pixman-1.pc : x11/pixman
  10. xcb.pc : x11/libxcb
Runtime dependencies:
  1. mesa-dri>0 : graphics/mesa-dri
  2. mesa-dri>0 : graphics/mesa-dri
  3. Xwayland : x11-servers/xwayland
  4. pixman-1.pc : x11/pixman
  5. xcb.pc : x11/libxcb
Library dependencies:
  1. libudev.so : devel/libudev-devd
  2. libdrm.so : graphics/libdrm
  3. libwayland-server.so : graphics/wayland
  4. libseat.so : sysutils/seatd
  5. libxkbcommon.so : x11/libxkbcommon
  6. libinput.so : x11/libinput
  7. libvulkan.so : graphics/vulkan-loader
  8. libxcb-errors.so : x11/xcb-util-errors
  9. libxcb-render-util.so : x11/xcb-util-renderutil
  10. libxcb-icccm.so : x11/xcb-util-wm
  11. libgbm.so : graphics/mesa-libs
  12. libEGL.so : graphics/libglvnd
  13. libGLESv2.so : graphics/libglvnd
This port is required by:
for Libraries
  1. x11-wm/hikari

Configuration Options:
===> The following configuration options are available for wlroots015-0.15.1_5: DRM=on: KMS console support NVIDIA=off: EGLStreams support for DRM backend (experimental) OPENGL=on: 2D/3D rendering support via OpenGL VULKAN=on: Vulkan renderer X11=on: X11 (graphics) support ===> Use 'make config' to modify these settings
Options name:
x11-toolkits_wlroots015
USES:
compiler:c11 gl meson pkgconfig xorg
pkg-message:
For install:
Known issues: - NVIDIA option (aka wlroots-eglstreams) requires nvidia-drm.ko from nvidia-driver, see https://github.com/aritger/eglstreams-kms-example/issues/7
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://gitlab.freedesktop.org/wlroots/wlroots/-/archive/0.15.1/
Collapse this list.

Number of commits found: 12

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.15.1_5
04 Jun 2024 11:45:37
commit hash: 4b1d4d08ca7a7ace4344da0d41b815bf0474fdd1commit hash: 4b1d4d08ca7a7ace4344da0d41b815bf0474fdd1commit hash: 4b1d4d08ca7a7ace4344da0d41b815bf0474fdd1commit hash: 4b1d4d08ca7a7ace4344da0d41b815bf0474fdd1 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11-toolkits/wlroots015: sort patches after 0303e791dc37
0.15.1_5
04 Jun 2024 07:18:32
commit hash: 0303e791dc37a475a6e52093b17884121abc7f27commit hash: 0303e791dc37a475a6e52093b17884121abc7f27commit hash: 0303e791dc37a475a6e52093b17884121abc7f27commit hash: 0303e791dc37a475a6e52093b17884121abc7f27 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11-toolkits/wlroots015: replace override.mk with upstream fix
0.15.1_4
15 May 2024 22:28:54
commit hash: fe76e5da0d00c438aa5804212414425e4f0b8a60commit hash: fe76e5da0d00c438aa5804212414425e4f0b8a60commit hash: fe76e5da0d00c438aa5804212414425e4f0b8a60commit hash: fe76e5da0d00c438aa5804212414425e4f0b8a60 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11-servers/xwayland: drop HiDPI patches to unblock updates

- Rootful HiDPI[1] introduces non-trivial conflicts to rootless HiDPI
- AUR[2] tracks Xwayland releases, so may not help with rebases
- Sway should probably adopt zero scaling from Mir/KWin/Hyprland
- Xwayland usage has reduced since 2020

[1] https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1197
[2] https://aur.archlinux.org/packages/xorg-xwayland-hidpi-xprop

This reverts commit 466f3a1eabfe2acf82e64e2c388759a5b0e4276d.
This reverts commit 843e295cf33f9d2652c7b2e0d4ea0b2bc14e9c59.
This reverts commit dce99729d741f14bc81d941d29b70a8a7147298c.

PR:		278495
Approved by:	manu
0.15.1_3
09 Apr 2024 15:06:23
commit hash: f12fd039794d63cb9407ddec20b01410ceb82898commit hash: f12fd039794d63cb9407ddec20b01410ceb82898commit hash: f12fd039794d63cb9407ddec20b01410ceb82898commit hash: f12fd039794d63cb9407ddec20b01410ceb82898 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11-servers/xwayland-devel: drop direct consumers after a26e05c85c30

- Upstream releases frequently and independently from xorg-server
- Both ports have the same features and defaults
- Newer snapshots may decrease stability or break HiDPI patches

Note, wlroots-devel cannot stay on xwayland-devel without introducing
package conflicts when installing hyprland + cage/gamescope.

This reverts commit 4c432d12bbb40a1c91963af26986002e9c388f29.
This reverts commit 09721d1275eea4199d7b39b25d962017187c82a0.
0.15.1_2
18 Jan 2024 03:05:58
commit hash: 45ce0001fe3e1e35ccc5e5232db7149ca381c1accommit hash: 45ce0001fe3e1e35ccc5e5232db7149ca381c1accommit hash: 45ce0001fe3e1e35ccc5e5232db7149ca381c1accommit hash: 45ce0001fe3e1e35ccc5e5232db7149ca381c1ac files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11-toolkits/wlroots: prefix local variable in override.mk

SOVERSION may be used in consumers for their own libraries.
0.15.1_2
18 Jan 2024 02:57:13
commit hash: 21a74b9aac80dc16a8b0392bb1cf9c410649c35ccommit hash: 21a74b9aac80dc16a8b0392bb1cf9c410649c35ccommit hash: 21a74b9aac80dc16a8b0392bb1cf9c410649c35ccommit hash: 21a74b9aac80dc16a8b0392bb1cf9c410649c35c files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11-toolkits/wlroots: dedup *_DEPENDS in consumers

LIB_DEPENDS against a port with non-default USE_LDCONFIG can desync
RUN_DEPENDS and BUILD_DEPENDS, leading to incorrectly registered
dependencies when built in a dirty environment.

$ make install -C x11-toolkits/wlroots
$ make install -C x11-wm/hikari
$ pkg info -xr wlroots
wlroots-0.17.1:
        hikari-2.3.3_4
wlroots015-0.15.1_2:
$ make run-depends-list -C x11-wm/hikari | fgrep wlroots
/usr/ports/main/x11-toolkits/wlroots015
$ make actual-package-depends -C x11-wm/hikari | fgrep wlroots
"wlroots": {origin: "x11-toolkits/wlroots", version: "0.17.1"}
0.15.1_2
09 Aug 2023 14:07:36
commit hash: b421cfdf5404ed1397aede612912f4a9b0556d15commit hash: b421cfdf5404ed1397aede612912f4a9b0556d15commit hash: b421cfdf5404ed1397aede612912f4a9b0556d15commit hash: b421cfdf5404ed1397aede612912f4a9b0556d15 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11-toolkits/wlroots015: unbreak fetch due to repo growth

=> Fetched file size mismatch (expected 3750, actual 3752)

-index 02ba9e07f..c54364ccc 100644
+index 02ba9e07f2..c54364ccca 100644
-index ebbcfd479..1946873ae 100644
+index ebbcfd479e..1946873ae8 100644
-index 65a8c7c06..abc17ae2c 100644
+index 65a8c7c06c..abc17ae2ce 100644
-index 4932ec4da..70f1b7c41 100644
+index 4932ec4da4..70f1b7c41f 100644
-index 85590ab63..4cf0fa8f5 100644
+index 85590ab632..4cf0fa8f51 100644
0.15.1_2
12 Jul 2023 21:44:33
commit hash: 8a2afa1f10cf3ff7c3b5526671c2e12c69f67e8fcommit hash: 8a2afa1f10cf3ff7c3b5526671c2e12c69f67e8fcommit hash: 8a2afa1f10cf3ff7c3b5526671c2e12c69f67e8fcommit hash: 8a2afa1f10cf3ff7c3b5526671c2e12c69f67e8f files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11-toolkits/wlroots015: drop GL_TAGNAME
0.15.1_2
12 Jul 2023 18:56:04
commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986ccommit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986ccommit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986ccommit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c files touched by this commit
Felix Palmen (zirias) search for other commits by this committer
bsd.sites.mk: Update all ports using USE_GITLAB

Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.

Approved by:		portmgr (tcberner, mentor)
Differential Revision:	https://reviews.freebsd.org/D37077
0.15.1_2
01 Feb 2023 18:15:42
commit hash: 4f9372d4c09a5bd13380787a20ffd331c0d0cc94commit hash: 4f9372d4c09a5bd13380787a20ffd331c0d0cc94commit hash: 4f9372d4c09a5bd13380787a20ffd331c0d0cc94commit hash: 4f9372d4c09a5bd13380787a20ffd331c0d0cc94 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11-toolkits/wlroots015: backport touchscreen fixes for x11-wm/phoc
0.15.1_1
19 Nov 2022 09:55:12
commit hash: aedd47437ab1c41615398acf9007cc8d7991fc5dcommit hash: aedd47437ab1c41615398acf9007cc8d7991fc5dcommit hash: aedd47437ab1c41615398acf9007cc8d7991fc5dcommit hash: aedd47437ab1c41615398acf9007cc8d7991fc5d files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11-toolkits/wlroots015: backport a crashfix from 0.16

Inspired by:	Alpine Linux
0.15.1
11 Nov 2022 22:39:54
commit hash: c717faa5c764af20fbd12ec544b9b81dc4f97b56commit hash: c717faa5c764af20fbd12ec544b9b81dc4f97b56commit hash: c717faa5c764af20fbd12ec544b9b81dc4f97b56commit hash: c717faa5c764af20fbd12ec544b9b81dc4f97b56 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11-toolkits/wlroots: fork 0.15 into a pinned port

Some consumers are ready for 0.16 API but many are not. For smooth
transition use non-default PREFIX, so both can be installed together.

Number of commits found: 12