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
Port details
wlroots020 Modular Wayland compositor library (current 0.20.* series)
0.20.0.r2 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 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: jbeich@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2026-02-04 17:15:23
Last Update: 2026-02-14 17:03:25
Commit Hash: dcc3dd3
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 (133 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/wlroots020-0.20.0.r2/catalog.mk
  3. /usr/local/share/licenses/wlroots020-0.20.0.r2/LICENSE
  4. /usr/local/share/licenses/wlroots020-0.20.0.r2/MIT
  5. include/wlroots-0.20/wlr/backend.h
  6. include/wlroots-0.20/wlr/backend/drm.h
  7. include/wlroots-0.20/wlr/backend/headless.h
  8. include/wlroots-0.20/wlr/backend/interface.h
  9. include/wlroots-0.20/wlr/backend/libinput.h
  10. include/wlroots-0.20/wlr/backend/multi.h
  11. include/wlroots-0.20/wlr/backend/session.h
  12. include/wlroots-0.20/wlr/backend/wayland.h
  13. include/wlroots-0.20/wlr/backend/x11.h
  14. include/wlroots-0.20/wlr/config.h
  15. include/wlroots-0.20/wlr/interfaces/wlr_buffer.h
  16. include/wlroots-0.20/wlr/interfaces/wlr_ext_image_capture_source_v1.h
  17. include/wlroots-0.20/wlr/interfaces/wlr_keyboard.h
  18. include/wlroots-0.20/wlr/interfaces/wlr_output.h
  19. include/wlroots-0.20/wlr/interfaces/wlr_pointer.h
  20. include/wlroots-0.20/wlr/interfaces/wlr_switch.h
  21. include/wlroots-0.20/wlr/interfaces/wlr_tablet_pad.h
  22. include/wlroots-0.20/wlr/interfaces/wlr_tablet_tool.h
  23. include/wlroots-0.20/wlr/interfaces/wlr_touch.h
  24. include/wlroots-0.20/wlr/meson.build.bak
  25. include/wlroots-0.20/wlr/render/allocator.h
  26. include/wlroots-0.20/wlr/render/color.h
  27. include/wlroots-0.20/wlr/render/dmabuf.h
  28. include/wlroots-0.20/wlr/render/drm_format_set.h
  29. include/wlroots-0.20/wlr/render/drm_syncobj.h
  30. include/wlroots-0.20/wlr/render/egl.h
  31. include/wlroots-0.20/wlr/render/gles2.h
  32. include/wlroots-0.20/wlr/render/interface.h
  33. include/wlroots-0.20/wlr/render/pass.h
  34. include/wlroots-0.20/wlr/render/pixman.h
  35. include/wlroots-0.20/wlr/render/swapchain.h
  36. include/wlroots-0.20/wlr/render/vulkan.h
  37. include/wlroots-0.20/wlr/render/wlr_renderer.h
  38. include/wlroots-0.20/wlr/render/wlr_texture.h
  39. include/wlroots-0.20/wlr/types/wlr_alpha_modifier_v1.h
  40. include/wlroots-0.20/wlr/types/wlr_buffer.h
  41. include/wlroots-0.20/wlr/types/wlr_color_management_v1.h
  42. include/wlroots-0.20/wlr/types/wlr_color_representation_v1.h
  43. include/wlroots-0.20/wlr/types/wlr_compositor.h
  44. include/wlroots-0.20/wlr/types/wlr_content_type_v1.h
  45. include/wlroots-0.20/wlr/types/wlr_cursor.h
  46. include/wlroots-0.20/wlr/types/wlr_cursor_shape_v1.h
  47. include/wlroots-0.20/wlr/types/wlr_damage_ring.h
  48. include/wlroots-0.20/wlr/types/wlr_data_control_v1.h
  49. include/wlroots-0.20/wlr/types/wlr_data_device.h
  50. include/wlroots-0.20/wlr/types/wlr_drm.h
  51. include/wlroots-0.20/wlr/types/wlr_drm_lease_v1.h
  52. include/wlroots-0.20/wlr/types/wlr_export_dmabuf_v1.h
  53. include/wlroots-0.20/wlr/types/wlr_ext_data_control_v1.h
  54. include/wlroots-0.20/wlr/types/wlr_ext_foreign_toplevel_list_v1.h
  55. include/wlroots-0.20/wlr/types/wlr_ext_image_capture_source_v1.h
  56. include/wlroots-0.20/wlr/types/wlr_ext_image_copy_capture_v1.h
  57. include/wlroots-0.20/wlr/types/wlr_ext_workspace_v1.h
  58. include/wlroots-0.20/wlr/types/wlr_fixes.h
  59. include/wlroots-0.20/wlr/types/wlr_foreign_toplevel_management_v1.h
  60. include/wlroots-0.20/wlr/types/wlr_fractional_scale_v1.h
  61. include/wlroots-0.20/wlr/types/wlr_gamma_control_v1.h
  62. include/wlroots-0.20/wlr/types/wlr_idle_inhibit_v1.h
  63. include/wlroots-0.20/wlr/types/wlr_idle_notify_v1.h
  64. include/wlroots-0.20/wlr/types/wlr_input_device.h
  65. include/wlroots-0.20/wlr/types/wlr_input_method_v2.h
  66. include/wlroots-0.20/wlr/types/wlr_keyboard.h
  67. include/wlroots-0.20/wlr/types/wlr_keyboard_group.h
  68. include/wlroots-0.20/wlr/types/wlr_keyboard_shortcuts_inhibit_v1.h
  69. include/wlroots-0.20/wlr/types/wlr_layer_shell_v1.h
  70. include/wlroots-0.20/wlr/types/wlr_linux_dmabuf_v1.h
  71. include/wlroots-0.20/wlr/types/wlr_linux_drm_syncobj_v1.h
  72. include/wlroots-0.20/wlr/types/wlr_output.h
  73. include/wlroots-0.20/wlr/types/wlr_output_layer.h
  74. include/wlroots-0.20/wlr/types/wlr_output_layout.h
  75. include/wlroots-0.20/wlr/types/wlr_output_management_v1.h
  76. include/wlroots-0.20/wlr/types/wlr_output_power_management_v1.h
  77. include/wlroots-0.20/wlr/types/wlr_output_swapchain_manager.h
  78. include/wlroots-0.20/wlr/types/wlr_pointer.h
  79. include/wlroots-0.20/wlr/types/wlr_pointer_constraints_v1.h
  80. include/wlroots-0.20/wlr/types/wlr_pointer_gestures_v1.h
  81. include/wlroots-0.20/wlr/types/wlr_presentation_time.h
  82. include/wlroots-0.20/wlr/types/wlr_primary_selection.h
  83. include/wlroots-0.20/wlr/types/wlr_primary_selection_v1.h
  84. include/wlroots-0.20/wlr/types/wlr_relative_pointer_v1.h
  85. include/wlroots-0.20/wlr/types/wlr_scene.h
  86. include/wlroots-0.20/wlr/types/wlr_screencopy_v1.h
  87. include/wlroots-0.20/wlr/types/wlr_seat.h
  88. include/wlroots-0.20/wlr/types/wlr_security_context_v1.h
  89. include/wlroots-0.20/wlr/types/wlr_server_decoration.h
  90. include/wlroots-0.20/wlr/types/wlr_session_lock_v1.h
  91. include/wlroots-0.20/wlr/types/wlr_shm.h
  92. include/wlroots-0.20/wlr/types/wlr_single_pixel_buffer_v1.h
  93. include/wlroots-0.20/wlr/types/wlr_subcompositor.h
  94. include/wlroots-0.20/wlr/types/wlr_switch.h
  95. include/wlroots-0.20/wlr/types/wlr_tablet_pad.h
  96. include/wlroots-0.20/wlr/types/wlr_tablet_tool.h
  97. include/wlroots-0.20/wlr/types/wlr_tablet_v2.h
  98. include/wlroots-0.20/wlr/types/wlr_tearing_control_v1.h
  99. include/wlroots-0.20/wlr/types/wlr_text_input_v3.h
  100. include/wlroots-0.20/wlr/types/wlr_touch.h
  101. include/wlroots-0.20/wlr/types/wlr_transient_seat_v1.h
  102. include/wlroots-0.20/wlr/types/wlr_viewporter.h
  103. include/wlroots-0.20/wlr/types/wlr_virtual_keyboard_v1.h
  104. include/wlroots-0.20/wlr/types/wlr_virtual_pointer_v1.h
  105. include/wlroots-0.20/wlr/types/wlr_xcursor_manager.h
  106. include/wlroots-0.20/wlr/types/wlr_xdg_activation_v1.h
  107. include/wlroots-0.20/wlr/types/wlr_xdg_decoration_v1.h
  108. include/wlroots-0.20/wlr/types/wlr_xdg_dialog_v1.h
  109. include/wlroots-0.20/wlr/types/wlr_xdg_foreign_registry.h
  110. include/wlroots-0.20/wlr/types/wlr_xdg_foreign_v1.h
  111. include/wlroots-0.20/wlr/types/wlr_xdg_foreign_v2.h
  112. include/wlroots-0.20/wlr/types/wlr_xdg_output_v1.h
  113. include/wlroots-0.20/wlr/types/wlr_xdg_shell.h
  114. include/wlroots-0.20/wlr/types/wlr_xdg_system_bell_v1.h
  115. include/wlroots-0.20/wlr/types/wlr_xdg_toplevel_icon_v1.h
  116. include/wlroots-0.20/wlr/types/wlr_xdg_toplevel_tag_v1.h
  117. include/wlroots-0.20/wlr/util/addon.h
  118. include/wlroots-0.20/wlr/util/box.h
  119. include/wlroots-0.20/wlr/util/edges.h
  120. include/wlroots-0.20/wlr/util/log.h
  121. include/wlroots-0.20/wlr/util/region.h
  122. include/wlroots-0.20/wlr/util/transform.h
  123. include/wlroots-0.20/wlr/version.h
  124. include/wlroots-0.20/wlr/xcursor.h
  125. include/wlroots-0.20/wlr/xwayland.h
  126. include/wlroots-0.20/wlr/xwayland/server.h
  127. include/wlroots-0.20/wlr/xwayland/shell.h
  128. include/wlroots-0.20/wlr/xwayland/xwayland.h
  129. lib/libwlroots-0.20.so
  130. libdata/pkgconfig/wlroots-0.20.pc
  131. @owner
  132. @group
  133. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • wlroots020>0:x11-toolkits/wlroots020
To install the port:
cd /usr/ports/x11-toolkits/wlroots020/ && make install clean
To add the package, run one of these commands:
  • pkg install x11-toolkits/wlroots020
  • pkg install wlroots020
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: wlroots020
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1770932842 SHA256 (wlroots-0.20.0-rc2.tar.bz2) = c61a255d1cb3116225d927a3cbc5fb76d3d3d44c92827338ad198267b3976a49 SIZE (wlroots-0.20.0-rc2.tar.bz2) = 521273

Packages (timestamps in pop-ups are UTC):
wlroots020
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.20.0.r10.20.0.r1--0.20.0.r1n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest0.20.0.r10.20.0.r1--0.20.0.r1---
FreeBSD:14:quarterly--------
FreeBSD:15:latest0.20.0.r10.20.0.r2n/a-n/an/a--
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest-0.20.0.r1n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. evdev-proto>0 : devel/evdev-proto
  2. wayland-protocols>=1.47 : graphics/wayland-protocols
  3. hwdata>0 : misc/hwdata
  4. glslangValidator : graphics/glslang
  5. vulkan-headers>0 : graphics/vulkan-headers
  6. evdev-proto>0 : devel/evdev-proto
  7. Xwayland : x11-servers/xwayland
  8. meson : devel/meson
  9. ninja : devel/ninja
  10. pkgconf>=1.3.0_1 : devel/pkgconf
  11. pixman-1.pc : x11/pixman
  12. xcb.pc : x11/libxcb
Runtime dependencies:
  1. mesa-dri>0 : graphics/mesa-dri
  2. mesa-dri>0 : graphics/mesa-dri
  3. vulkan-headers>0 : graphics/vulkan-headers
  4. Xwayland : x11-servers/xwayland
  5. pixman-1.pc : x11/pixman
  6. xcb.pc : x11/libxcb
Library dependencies:
  1. libdrm.so : graphics/libdrm
  2. libwayland-server.so : graphics/wayland
  3. libxkbcommon.so : x11/libxkbcommon
  4. libudev.so : devel/libudev-devd
  5. libdisplay-info.so : sysutils/libdisplay-info
  6. libseat.so : sysutils/seatd
  7. libinput.so : x11/libinput
  8. liblcms2.so : graphics/lcms2
  9. libliftoff.so : graphics/libliftoff
  10. libvulkan.so : graphics/vulkan-loader
  11. libxcb-errors.so : x11/xcb-util-errors
  12. libxcb-render-util.so : x11/xcb-util-renderutil
  13. libxcb-icccm.so : x11/xcb-util-wm
  14. libgbm.so : graphics/mesa-libs
  15. libEGL.so : graphics/libglvnd
  16. libGLESv2.so : graphics/libglvnd
This port is required by:
for Libraries
  1. x11-wm/wlmaker

Configuration Options:
===> The following configuration options are available for wlroots020-0.20.0.r2: DRM=on: KMS console support LCMS2=on: Little CMS 2.x support LIBLIFTOFF=on: libliftoff DRM interface (see WLR_DRM_FORCE_LIBLIFTOFF) 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_wlroots020
USES:
compiler:c11 gl meson pkgconfig xorg
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://gitlab.freedesktop.org/wlroots/wlroots/-/archive/0.20.0-rc2/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.20.0.r2
14 Feb 2026 17:03:25
commit hash: dcc3dd3ea8aef6fa9212b150c21c8b93d77b7b41commit hash: dcc3dd3ea8aef6fa9212b150c21c8b93d77b7b41commit hash: dcc3dd3ea8aef6fa9212b150c21c8b93d77b7b41commit hash: dcc3dd3ea8aef6fa9212b150c21c8b93d77b7b41 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11-toolkits/wlroots020: update to 0.20.0.r2

Changes:	https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.20.0-rc2
Reported by:	GitLab (notify releases)
0.20.0.r1
04 Feb 2026 17:14:43
commit hash: 201327bc61387eb2c78e47726fb0e3eca53f0d36commit hash: 201327bc61387eb2c78e47726fb0e3eca53f0d36commit hash: 201327bc61387eb2c78e47726fb0e3eca53f0d36commit hash: 201327bc61387eb2c78e47726fb0e3eca53f0d36 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11-toolkits/wlroots020: add new port

Same as other wlroots* ports. API breaks every minor update.

Changes:	https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.20.0-rc1
Reported by:	GitLab (notify releases)

Number of commits found: 2