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
wlroots Modular Wayland compositor library
0.17.2_1 x11-toolkits on this many watch lists=4 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.17.2_1Version of this port present on the latest quarterly branch.
Maintainer: jbeich@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2019-01-06 13:28:39
Last Update: 2024-04-09 15:06:23
Commit Hash: f12fd03
People watching this port, also watch:: xdg-utils, swaybg, wayland, sdl2, wayland-protocols
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

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

Expand this list (4 items)

Collapse this list.

SHA256 (10f80a8f1bb2.patch) = ca65f8eecf32e7364d5ba43cd9ee91060710a6fb8392892c86ad71e4f2a4c0b5 SIZE (10f80a8f1bb2.patch) = 6097 SHA256 (3196c73d487f.patch) = 69c6bc4658852bb45a24b129f625a7faaed8035dab0d79c388ae74d650beacdc SIZE (3196c73d487f.patch) = 4243

Collapse this list.


Packages (timestamps in pop-ups are UTC):
wlroots
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.17.2_10.17.2_10.12.0-0.17.2_1---
FreeBSD:13:quarterly0.17.2_10.17.2_1--0.17.2_1-0.17.10.17.1
FreeBSD:14:latest0.17.20.17.2_1--0.17.2_10.16.2_1-0.16.2_1
FreeBSD:14:quarterly0.17.20.17.2_1-0.17.20.17.2_1-0.17.10.17.1
FreeBSD:15:latest0.17.20.17.2_1n/a0.17.1n/a-0.17.1-
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. wayland-protocols>=1.32 : graphics/wayland-protocols
  2. hwdata>0 : misc/hwdata
  3. glslangValidator : graphics/glslang
  4. vulkan-headers>0 : graphics/vulkan-headers
  5. evdev-proto>0 : devel/evdev-proto
  6. Xwayland : x11-servers/xwayland
  7. meson : devel/meson
  8. ninja : devel/ninja
  9. pkgconf>=1.3.0_1 : devel/pkgconf
  10. pixman-1.pc : x11/pixman
  11. 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. libdrm.so : graphics/libdrm
  2. libwayland-server.so : graphics/wayland
  3. libxkbcommon.so : x11/libxkbcommon
  4. libudev.so : devel/libudev-devd
  5. libliftoff.so : graphics/libliftoff
  6. libdisplay-info.so : sysutils/libdisplay-info
  7. libseat.so : sysutils/seatd
  8. libinput.so : x11/libinput
  9. libvulkan.so : graphics/vulkan-loader
  10. libxcb-errors.so : x11/xcb-util-errors
  11. libxcb-render-util.so : x11/xcb-util-renderutil
  12. libxcb-icccm.so : x11/xcb-util-wm
  13. libgbm.so : graphics/mesa-libs
  14. libEGL.so : graphics/libglvnd
  15. libGLESv2.so : graphics/libglvnd
This port is required by:
for Build

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. x11-wm/cage-devel*
  2. Collapse this list of deleted ports.
for Libraries
  1. x11-toolkits/como
  2. x11-wm/cagebreak
  3. x11-wm/dwl
  4. x11-wm/gamescope
  5. x11-wm/labwc
  6. x11-wm/phoc
  7. x11-wm/river
Expand this list (13 items / 6 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. x11-wm/sway
  3. x11-wm/theseus-ship
  4. x11-wm/wayfire
  5. x11-wm/wayfire-plugins-extra
  6. x11-wm/wlmaker
  7. Collapse this list.

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. x11-wm/cage-devel*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for wlroots-0.17.2_1: DRM=on: KMS console support 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_wlroots
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.17.2/
Collapse this list.

Number of commits found: 115 (showing only 15 on this page)

«  1 | 2 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.3
25 Feb 2019 22:07:54
Revision:493901Original commit files touched by this commit
jbeich search for other commits by this committer
Add option helper for MESON_ARGS = -Dfoo=enabled

feature options define combo like auto/yes/no in a standand way.
In other words, upstream projects of ports that use _MESON_YES are
supposed to migrate to _MESON_ENABLED.

https://mesonbuild.com/Build-options.html#features

Reviewed by:	tobik (implicit)
Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D19127
0.3
03 Feb 2019 15:00:06
Revision:492053Original commit files touched by this commit
jbeich search for other commits by this committer
x11-wm/sway: update to 1.0.r1

Changes:	https://github.com/swaywm/sway/releases/tag/1.0-rc1
Changes:	https://github.com/swaywm/sway/compare/de76c4e0...1.0-rc1
Changes:	https://github.com/swaywm/wlroots/compare/28f11aec...0.3
0.2.201
01 Feb 2019 23:43:42
Revision:491894Original commit files touched by this commit
jbeich search for other commits by this committer
x11-wm/sway: update to 1.0.b.2.304

Changes:	https://github.com/swaywm/sway/compare/5cb3d476...de76c4e0
Changes:	https://github.com/swaywm/wlroots/compare/41af8d84...28f11aec
0.2.193
30 Jan 2019 17:18:00
Revision:491634Original commit files touched by this commit
jbeich search for other commits by this committer
x11-wm/sway: update to 1.0.b.2.291

Changes:	https://github.com/swaywm/sway/compare/606f6a37...5cb3d476
Changes:	https://github.com/swaywm/wlroots/compare/9fe8e379...41af8d84
Changes:	https://github.com/swaywm/swaylock/compare/ecc8402...effdea5
0.2.179
29 Jan 2019 00:47:06
Revision:491530Original commit files touched by this commit
jbeich search for other commits by this committer
x11-wm/sway: update to 1.0.b.2.282

Changes:	https://github.com/swaywm/sway/compare/5f45a4bb...606f6a37
Changes:	https://github.com/swaywm/wlroots/compare/209210d3...9fe8e379
Changes:	https://github.com/swaywm/swayidle/compare/f002a7a...d18c7cb
Changes:	https://github.com/swaywm/swaylock/compare/368f53e...ecc8402
0.2.172
28 Jan 2019 21:46:25
Revision:491518Original commit files touched by this commit
jbeich search for other commits by this committer
x11-toolkits/wlroots: drop xkeyboard-config dependency after r490981

wlroots unlike sway doesn't require working keyboard input but both
expect xkb_context_new(XKB_CONTEXT_NO_FLAGS) to just work.
0.2.172
26 Jan 2019 00:43:17
Revision:491216Original commit files touched by this commit
jbeich search for other commits by this committer
x11-wm/sway: update to 1.0.b.2.274

Changes:	https://github.com/swaywm/sway/compare/1a1133dc...5f45a4bb
Changes:	https://github.com/swaywm/wlroots/compare/c41d0130...209210d3
Changes:	https://github.com/swaywm/swaylock/compare/72d15f8...f002a7a
Changes:	https://github.com/swaywm/swaylock/compare/3d94a60...368f53e
0.2.154
24 Jan 2019 00:14:46
Revision:491073Original commit files touched by this commit
jbeich search for other commits by this committer
x11-wm/sway: update to 1.0.b.2.270

Changes:	https://github.com/swaywm/sway/compare/410c9613...1a1133dc
Changes:	https://github.com/swaywm/wlroots/compare/b619ab4d...c41d0130
Changes:	https://github.com/swaywm/swaylock/compare/4e72a36...3d94a60
0.2.147
22 Jan 2019 00:42:14
Revision:490913Original commit files touched by this commit
jbeich search for other commits by this committer
x11-wm/sway: update to 1.0.b.2.243

Changes:	https://github.com/swaywm/sway/compare/1cce14e7...410c9613
Changes:	https://github.com/swaywm/wlroots/compare/5dde2e79...b619ab4d
Changes:	https://github.com/swaywm/swayidle/compare/c94949d...72d15f8
Changes:	https://github.com/swaywm/swaylock/compare/52eeb9f...4e72a36
0.2.136
19 Jan 2019 00:32:43
Revision:490689Original commit files touched by this commit
jbeich search for other commits by this committer
x11-wm/sway: update to 1.0.b.2.226

Changes:	https://github.com/swaywm/sway/compare/70637b40...1cce14e7
Changes:	https://github.com/swaywm/wlroots/compare/10b1de6e...5dde2e79
Changes:	https://github.com/swaywm/swayidle/compare/1.1...c94949d
Changes:	https://github.com/swaywm/swaylock/compare/1.2...52eeb9f
0.2.128
16 Jan 2019 19:17:40
Revision:490501Original commit files touched by this commit
jbeich search for other commits by this committer
x11-wm/sway: update to 1.0.b.2.204

Changes:	https://github.com/swaywm/sway/compare/2573606b...70637b40
Changes:	https://github.com/swaywm/wlroots/compare/10a2c4ed...10b1de6e
0.2.123
15 Jan 2019 00:52:45
Revision:490329Original commit files touched by this commit
jbeich search for other commits by this committer
x11-wm/sway: update to 1.0.b.2.189

The last beta is several months old, so use a snapshot to help users
evaluate the current state.

Changes:	https://github.com/swaywm/sway/compare/1.0-beta.2...2573606b
Changes:	https://github.com/swaywm/wlroots/compare/0.2...10a2c4ed
0.2_2
07 Jan 2019 06:41:42
Revision:489559Original commit files touched by this commit
jbeich search for other commits by this committer
x11-toolkits/wlroots: improve error messages
0.2_1
07 Jan 2019 05:07:17
Revision:489557Original commit files touched by this commit
jbeich search for other commits by this committer
x11-toolkits/wlroots: add missing runtime dependencies

[xwayland/xwayland.c:141] failed to exec Xwayland: No such file or directory

xkbcommon: ERROR: failed to add default include path /usr/local/share/X11/xkb
[rootston/keyboard.c:421] Cannot create XKB context
[rootston/seat.c:660] could not allocate keyboard for seat
0.2
06 Jan 2019 13:28:25
Revision:489493Original commit files touched by this commit
jbeich search for other commits by this committer
x11-wm/sway: add new port

Sway is a tiling Wayland compositor and a drop-in replacement for the
i3 window manager for X11. It works with your existing i3 configuration
and supports most of i3's features, plus a few extras.

https://swaywm.org/

Number of commits found: 115 (showing only 15 on this page)

«  1 | 2