summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2024-04-09 17:18:03 +0200
committerJan Beich <jbeich@FreeBSD.org>2024-04-10 23:23:13 +0200
commitc0fe901f204b8d00385b59b7713ee29bac3658b1 (patch)
tree68ef8bab300b894a00d09b997e16b4ddccb00020 /UPDATING
parentca0e46285f4e8a331bc9385af807120764a9fb07 (diff)
downloadfreebsd-ports-c0fe901f204b8d00385b59b7713ee29bac3658b1.zip
x11-servers/xwayland-devel: drop HiDPI patches to unblock updates
- Rootful HiDPI[1] introduces non-trivial conflicts to rootless HiDPI - AUR tracks Xwayland releases, so cannot help with rebases - Sway should probably adopt force_zero_scaling from Hyprland >= 0.27 [1] https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1197 This reverts commit 843e295cf33f9d2652c7b2e0d4ea0b2bc14e9c59. This reverts commit dce99729d741f14bc81d941d29b70a8a7147298c. (cherry picked from commit 2e435f459ff0a25e517011514c441c2a437ed79c) (cherry picked from commit fbcb0d3c6b59caadf68ffa97af9e4f2125091852) (cherry picked from commit 11eda6e334c128d5f30dccb893304b432168ca04) (cherry picked from commit cf9a573044ba56652587a96f820a37fcaf36e428)
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index a8d3f2680b3d..cf5c7f3144be 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,20 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20240409:
+ AFFECTS: x11-servers/xwayland-devel
+ AUTHOR: jbeich@FreeBSD.org
+
+ xwayland-devel has dropped HiDPI patches thus currently incompatible
+ with stable/legacy versions of wlroots. Only affects builds when
+ /usr/local/bin/Xwayland is already installed. Doesn't affect
+ hyprland and sway-devel or non-wlroots compositors.
+
+ If you use portmaster:
+ # portmaster -o x11-servers/xwayland-devel x11-servers/xwayland
+ If you use portupgrade:
+ # portupgrade -o x11-servers/xwayland-devel x11-servers/xwayland
+
20240408:
AFFECTS: users of databases/p5-DBD-mysql
AUTHOR: flo@FreeBSD.org