2025-01-23 18:53:36 by Taylor R Campbell | Files touched by this commit (3) |
Log message:
devel/wayland: Patch around -Wundef, __STDC_VERSION, and C++.
Proposed at:
https://mail-index.netbsd.org/tech-pkg/2025/01/15/msg030385.html
Upstream issue:
https://gitlab.freedesktop.org/wayland/wayland/-/issues/522
Upstream commentator suggested taking this branch if __cplusplus
exceeds some threshold too, but I'll leave that to upstream to
decide.
|
2025-01-21 12:00:19 by Nia Alarie | Files touched by this commit (80) |
Log message:
*: Drop maintainership.
|
2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429) |
Log message:
*: recursive bump for icu 76 shlib major version bump
|
2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426) |
Log message:
*: revbump for icu downgrade
|
2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427) |
Log message:
*: recursive bump for icu 76.1 shlib bump
|
2024-06-09 16:30:29 by Thomas Klausner | Files touched by this commit (1) |
Log message:
wayland: pkglint cleanup
indentation only
|
2024-06-09 16:29:28 by Thomas Klausner | Files touched by this commit (4) |  |
Log message:
wayland: update to 1.23.0.
This is the official release for Wayland 1.23.
Besides numerous bugfixes and protocol clarifications, Wayland 1.23 includes
the following new features:
- A mechanism to set the size of the internal connection buffer used by
libwayland
- An enum-header mode for wayland-scanner to generate headers with only enums
- wayland-scanner now generates validator functions for enums on the server
side
- Protocols can now indicate with a "deprecated-since" XML attribute that a
request, event or enum entry is deprecated
- An API to set a name for a queue to aid debugging
- wl_client_get_user_data() and wl_client_set_user_data() to more easily attach
custom data to a client
- OpenBSD support
- A wl_shm.release request for proper cleanup of this global
|
2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) |  |
Log message:
revbump after icu and protobuf updates
|
2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377) |
Log message:
*: recursive bump for icu 74.1
|
2023-06-27 12:42:07 by Taylor R Campbell | Files touched by this commit (4) |
Log message:
devel/wayland: Make this cross-compile.
For cross-compilation, it depends on a native build of itself, for
the wayland-scanner tool. This, in turn, requires a patch to the
meson files to allow it to be passed as a parameter (rather than
discovered through cmake or pkg-config, which are generally limited
to references into the cross-destdir).
(If someone can figure out how to spell `./configure
ac_cv_foo_path=...' in meson to obviate the need for that patch,
please do so! I searched around in the manual and I couldn't find
any way to cause something like override_find_program to happen from
a command-line argument or environment variable.)
|