Date: Mon, 27 Mar 2023 09:48:47 GMT From: Emmanuel Vadot <manu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 81d1e3628722 - main - x11-wm/sway: unbreak build after 42a49699a75e Message-ID: <202303270948.32R9mlOl093250@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/ports/commit/?id=81d1e36287226ee81dd294e0522dc2863d34904c commit 81d1e36287226ee81dd294e0522dc2863d34904c Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2023-03-27 08:43:33 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2023-03-27 09:48:33 +0000 x11-wm/sway: unbreak build after 42a49699a75e ../sway/ipc-json.c:898:11: error: enumeration value 'LIBINPUT_CONFIG_ACCEL_PROFILE_CUSTOM' not handled in switch [-Werror,-Wswitch] switch (libinput_device_config_accel_get_profile(device)) { ^ Reviewed by: jbeich Approved by: jbeich Differential Revision: https://reviews.freebsd.org/D39280 Sponsored by: Beckhoff Automation GmbH & Co. KG --- x11-wm/sway/Makefile | 3 ++- x11-wm/sway/distinfo | 4 +++- x11-wm/swayfx/Makefile | 2 +- x11-wm/swayfx/distinfo | 4 +++- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/x11-wm/sway/Makefile b/x11-wm/sway/Makefile index 8151edd6c261..3a08f76fdd7b 100644 --- a/x11-wm/sway/Makefile +++ b/x11-wm/sway/Makefile @@ -1,11 +1,12 @@ PORTNAME= sway DISTVERSION?= 1.8.1 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= x11-wm wayland PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= cd9d1038a822.patch:-p1 # https://github.com/swaywm/sway/pull/5090 PATCHFILES+= f98ca3ab7ca1.patch:-p1 # https://github.com/swaywm/sway/pull/5090 +PATCHFILES+= dee032d0a0ec.patch:-p1 # https://github.com/swaywm/sway/pull/7525 MAINTAINER= jbeich@FreeBSD.org COMMENT?= i3-compatible Wayland compositor diff --git a/x11-wm/sway/distinfo b/x11-wm/sway/distinfo index 5fae00309793..8caa334db09b 100644 --- a/x11-wm/sway/distinfo +++ b/x11-wm/sway/distinfo @@ -1,7 +1,9 @@ -TIMESTAMP = 1676224359 +TIMESTAMP = 1679910352 SHA256 (swaywm-sway-1.8.1_GH0.tar.gz) = e9f575761342fc8fe0cfeea80c90f32ddfa8c543572fec179f40922346f47dff SIZE (swaywm-sway-1.8.1_GH0.tar.gz) = 5577483 SHA256 (cd9d1038a822.patch) = 266891cbe27a67f81740879dbe39819e3bf0f17b681bdc93087ae05987c2f88d SIZE (cd9d1038a822.patch) = 8968 SHA256 (f98ca3ab7ca1.patch) = b3a427b6edbf1c89bbf5fdeb5e3fc4c6708478e6d2031fcead87d29bf5c409fa SIZE (f98ca3ab7ca1.patch) = 2673 +SHA256 (dee032d0a0ec.patch) = 7f6673efaf77bfa90368c71afc320cc7fe59b04fcb1238dc369563ce87bf3029 +SIZE (dee032d0a0ec.patch) = 1908 diff --git a/x11-wm/swayfx/Makefile b/x11-wm/swayfx/Makefile index ce1f21e1c9a1..c159ec55dd64 100644 --- a/x11-wm/swayfx/Makefile +++ b/x11-wm/swayfx/Makefile @@ -1,5 +1,5 @@ DISTVERSION= 0.2 -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= ${GH_PROJECT:S/${PORTNAME}//} COMMENT= Sway, but with eye candy! diff --git a/x11-wm/swayfx/distinfo b/x11-wm/swayfx/distinfo index d59e2b3eb4b5..c7d3b23d92a4 100644 --- a/x11-wm/swayfx/distinfo +++ b/x11-wm/swayfx/distinfo @@ -1,7 +1,9 @@ -TIMESTAMP = 1678506984 +TIMESTAMP = 1679910379 SHA256 (WillPower3309-swayfx-0.2_GH0.tar.gz) = fe5f6070b9b3fc97fafb1bfe1caddce71458632ef4fb884a9ec28d1a458b4e55 SIZE (WillPower3309-swayfx-0.2_GH0.tar.gz) = 5534158 SHA256 (cd9d1038a822.patch) = 266891cbe27a67f81740879dbe39819e3bf0f17b681bdc93087ae05987c2f88d SIZE (cd9d1038a822.patch) = 8968 SHA256 (f98ca3ab7ca1.patch) = b3a427b6edbf1c89bbf5fdeb5e3fc4c6708478e6d2031fcead87d29bf5c409fa SIZE (f98ca3ab7ca1.patch) = 2673 +SHA256 (dee032d0a0ec.patch) = 7f6673efaf77bfa90368c71afc320cc7fe59b04fcb1238dc369563ce87bf3029 +SIZE (dee032d0a0ec.patch) = 1908
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303270948.32R9mlOl093250>