git: f4df1ef17f4d - main - x11-toolkits/wlroots-devel: update to 0.16.0.811

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Sat, 11 Nov 2023 17:02:31 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f4df1ef17f4d13d7af83d3a68c0750a87c59260d

commit f4df1ef17f4d13d7af83d3a68c0750a87c59260d
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-11-06 17:46:55 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-11-11 16:59:06 +0000

    x11-toolkits/wlroots-devel: update to 0.16.0.811
    
    Changes:        https://gitlab.freedesktop.org/wlroots/wlroots/-/compare/af165acb42...5de9e1a99d
---
 x11-toolkits/wlroots-devel/Makefile | 7 ++++---
 x11-toolkits/wlroots-devel/distinfo | 6 +++---
 x11-wm/sway-devel/Makefile          | 2 ++
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/x11-toolkits/wlroots-devel/Makefile b/x11-toolkits/wlroots-devel/Makefile
index 673ca8950051..e3f4a1f5826e 100644
--- a/x11-toolkits/wlroots-devel/Makefile
+++ b/x11-toolkits/wlroots-devel/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	wlroots
-DISTVERSION=	0.16.0-803
-DISTVERSIONSUFFIX=	-gaf165acb42
+DISTVERSION=	0.16.0-811
+DISTVERSIONSUFFIX=	-g5de9e1a99d
 CATEGORIES=	x11-toolkits
 PKGNAMESUFFIX=	-devel
 
@@ -79,7 +79,8 @@ post-patch:
 	@if [ ${OPSYS} = FreeBSD -a ${OSVERSION} -lt 1300515 ]; then \
 		${REINPLACE_CMD} -e '/POSIX/s/199309/200112/' \
 		${WRKSRC}/render/gles2/pass.c \
-		${WRKSRC}/render/gles2/renderer.c; \
+		${WRKSRC}/render/gles2/renderer.c \
+		${WRKSRC}/types/wlr_presentation_time.c; \
 	fi
 
 .include <bsd.port.mk>
diff --git a/x11-toolkits/wlroots-devel/distinfo b/x11-toolkits/wlroots-devel/distinfo
index c382ec1700f6..7d0ccda93359 100644
--- a/x11-toolkits/wlroots-devel/distinfo
+++ b/x11-toolkits/wlroots-devel/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1698347108
-SHA256 (wlroots-0.16.0-803-gaf165acb42.tar.bz2) = 1d545ffcd0b2475f795a7157648b7eab5a260a5eda2a18b3176a142bc1a0a54f
-SIZE (wlroots-0.16.0-803-gaf165acb42.tar.bz2) = 451047
+TIMESTAMP = 1699292815
+SHA256 (wlroots-0.16.0-811-g5de9e1a99d.tar.bz2) = 65b814d3a2fa9bea92d41d807c9f86cac5c771224d78d8a85221e118dbde0b3e
+SIZE (wlroots-0.16.0-811-g5de9e1a99d.tar.bz2) = 450889
 SHA256 (10f80a8f1bb2.patch) = ca65f8eecf32e7364d5ba43cd9ee91060710a6fb8392892c86ad71e4f2a4c0b5
 SIZE (10f80a8f1bb2.patch) = 6097
 SHA256 (3196c73d487f.patch) = 69c6bc4658852bb45a24b129f625a7faaed8035dab0d79c388ae74d650beacdc
diff --git a/x11-wm/sway-devel/Makefile b/x11-wm/sway-devel/Makefile
index 8db75a9e4ea2..c035e5a2f6ae 100644
--- a/x11-wm/sway-devel/Makefile
+++ b/x11-wm/sway-devel/Makefile
@@ -16,6 +16,8 @@ WWW?=		https://swaywm.org/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		fails to build after https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/1c24b1182ba3
+
 BUILD_DEPENDS=	evdev-proto>0:devel/evdev-proto \
 		wayland-protocols>=1.24:graphics/wayland-protocols \
 		wlroots>=0.16.0.766<0.17.0:x11-toolkits/wlroots