aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2024-04-09 15:18:03 +0000
committerJan Beich <jbeich@FreeBSD.org>2024-05-15 22:28:54 +0000
commitfe76e5da0d00c438aa5804212414425e4f0b8a60 (patch)
tree949306f82ea760ae7da707999ecf139874c4a6a7 /UPDATING
parentc3f142350f8f9f4a929023eca10055be1cd2cd08 (diff)
downloadports-fe76e5da0d00c438aa5804212414425e4f0b8a60.tar.gz
ports-fe76e5da0d00c438aa5804212414425e4f0b8a60.zip
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
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 0 insertions, 14 deletions
diff --git a/UPDATING b/UPDATING
index a4a9e3f7615e..ec97588fb3b7 100644
--- a/UPDATING
+++ b/UPDATING
@@ -84,20 +84,6 @@ you update your ports collection, before attempting any port upgrades.
See also the installation and upgrade manual for more details.
https://gitlab.fechner.net/mfechner/Gitlab-docu/-/blob/master/install/16.11-freebsd.md
-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