1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

x11-wm/hyprland: backport a startup crashfix

Hyprland could crash with a stale /tmp/.X*-lock owned by a different
user due to failing to catch libc++ exception. Note, the stale check
(which also exists in Xwayland itself) may cause a false positive when
PID is not visible inside jail.
This commit is contained in:
Jan Beich 2024-06-15 16:08:49 +02:00
parent 3d460a5acc
commit a81bdbc5d9
2 changed files with 4 additions and 1 deletions

View File

@ -1,11 +1,12 @@
PORTNAME= hyprland
DISTVERSIONPREFIX= v
DISTVERSION= 0.41.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11-wm wayland
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES+= 810c74372b0c.patch:-p1 # https://github.com/hyprwm/Hyprland/pull/6471
PATCHFILES+= df0c014ba0c9.patch:-p1 # https://github.com/hyprwm/Hyprland/issues/6514
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Dynamic tiling Wayland compositor that doesn't sacrifice on its looks #'

View File

@ -9,3 +9,5 @@ SHA256 (llvm-llvm-project-llvmorg-16.0.1_GH0.tar.gz) = b5a9ff1793b1e2d388a3819bf
SIZE (llvm-llvm-project-llvmorg-16.0.1_GH0.tar.gz) = 179289803
SHA256 (810c74372b0c.patch) = 95094a942b24ea776904e4a79f8f01d2e05cfe143e2ee613d83a76adab2d66ac
SIZE (810c74372b0c.patch) = 1091
SHA256 (df0c014ba0c9.patch) = c9510f881cc2c31e27e05be3d18e8cb843bca7b788be05edcafe7460495148b8
SIZE (df0c014ba0c9.patch) = 2502