diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-07-04 23:52:49 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-07-04 23:54:33 +0000 |
commit | bcea2e3a260297c7127041c29a166ab447feabb0 (patch) | |
tree | 6170db0d320078e9ae666676bc684b5de28476a8 | |
parent | x11/controllermap: update to 2.28.1 (diff) |
x11/foot: unbreak build after aec9c6c9cf90
../wayland.c:655:17: error: enumeration value 'XDG_TOPLEVEL_STATE_SUSPENDED' not handled in switch [-Werror,-Wswitch]
switch (*state) {
^
PR: 272372
-rw-r--r-- | x11/foot/Makefile | 4 | ||||
-rw-r--r-- | x11/foot/distinfo | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/x11/foot/Makefile b/x11/foot/Makefile index bc5f44b8b092..3b81eae7a18d 100644 --- a/x11/foot/Makefile +++ b/x11/foot/Makefile @@ -1,8 +1,12 @@ PORTNAME= foot DISTVERSION= 1.14.0 +PORTREVISION= 1 CATEGORIES= x11 wayland MASTER_SITES= https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ +PATCH_SITES= https://codeberg.org/dnkl/${PORTNAME}/commit/ +PATCHFILES+= 72bc0acfbd4b.patch:-p1 # wayland-protocols 1.32 + MAINTAINER= jbeich@FreeBSD.org COMMENT= Fast, lightweight and minimalistic Wayland terminal emulator WWW= https://codeberg.org/dnkl/foot diff --git a/x11/foot/distinfo b/x11/foot/distinfo index 53652b283293..4ff3f77e277e 100644 --- a/x11/foot/distinfo +++ b/x11/foot/distinfo @@ -1,3 +1,5 @@ TIMESTAMP = 1680540762 SHA256 (foot-1.14.0.tar.gz) = 9a306951bc6bdce150364bccb0fb4b67720f50e98e9ac1de89792c1c1aa30690 SIZE (foot-1.14.0.tar.gz) = 509863 +SHA256 (72bc0acfbd4b.patch) = 8dc31bcfec644385a8433f2a048b95f09e46f9be1fe66784b04b36f53a4347b9 +SIZE (72bc0acfbd4b.patch) = 2812 |