Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Aug 2023 22:06:47 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 3ca41c4ae269 - 2023Q3 - x11-toolkits/wlroots-devel: update to 0.16.0.724
Message-ID:  <202308282206.37SM6lvI028863@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2023Q3 has been updated by jbeich:

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

commit 3ca41c4ae269caba3131c0cdae060a1d400df1e6
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-08-24 03:54:36 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-08-28 21:59:53 +0000

    x11-toolkits/wlroots-devel: update to 0.16.0.724
    
    Changes:        https://gitlab.freedesktop.org/wlroots/wlroots/-/compare/664ec59095...717ded9bb0
    (cherry picked from commit 9a27347e44e1eb296b402ab0fa1e22d914e1a7ab)
    (cherry picked from commit d74017eaafeb6267dace5c71436e79393d39669f)
---
 x11-toolkits/wlroots-devel/Makefile  | 4 ++--
 x11-toolkits/wlroots-devel/distinfo  | 6 +++---
 x11-toolkits/wlroots-devel/pkg-plist | 1 +
 x11-wm/hyprland/Makefile             | 1 +
 x11-wm/sway-devel/Makefile           | 2 ++
 5 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/x11-toolkits/wlroots-devel/Makefile b/x11-toolkits/wlroots-devel/Makefile
index 19abcf9092c5..d69688761b49 100644
--- a/x11-toolkits/wlroots-devel/Makefile
+++ b/x11-toolkits/wlroots-devel/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	wlroots
-DISTVERSION=	0.16.0-684
+DISTVERSION=	0.16.0-724
 DISTVERSIONSUFFIX=	-g${GL_COMMIT:C/(.{12}).*/\1/}
 CATEGORIES=	x11-toolkits
 PKGNAMESUFFIX=	-devel
@@ -27,7 +27,7 @@ USE_GL=		gbm
 USE_XORG=	pixman
 USE_LDCONFIG=	yes
 GL_SITE=	https://gitlab.freedesktop.org
-GL_COMMIT=	664ec59095996662ad7c158c64a2d5dfc50f58a1
+GL_COMMIT=	717ded9bb0191ea31bf4368be32e7a15fe1b8294
 MESON_ARGS=	-Dexamples=false -Dbackends=${BACKENDS:ts,} -Drenderers=${RENDERERS:ts,}
 
 .ifdef PKGNAMESUFFIX
diff --git a/x11-toolkits/wlroots-devel/distinfo b/x11-toolkits/wlroots-devel/distinfo
index b0b40cd28368..af536179b1f3 100644
--- a/x11-toolkits/wlroots-devel/distinfo
+++ b/x11-toolkits/wlroots-devel/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1692000519
-SHA256 (wlroots-wlroots-664ec59095996662ad7c158c64a2d5dfc50f58a1_GL0.tar.gz) = 16c053540717790418bc3a29182bc9fd94fae45db8fd865666ad46ad6858430d
-SIZE (wlroots-wlroots-664ec59095996662ad7c158c64a2d5dfc50f58a1_GL0.tar.gz) = 635600
+TIMESTAMP = 1692976565
+SHA256 (wlroots-wlroots-717ded9bb0191ea31bf4368be32e7a15fe1b8294_GL0.tar.gz) = 93ca356d30d4bf6a677a2c530c769e43210ad2a7f5c3ba0c05572fe40d5790ef
+SIZE (wlroots-wlroots-717ded9bb0191ea31bf4368be32e7a15fe1b8294_GL0.tar.gz) = 637723
 SHA256 (10f80a8f1bb2.patch) = ca65f8eecf32e7364d5ba43cd9ee91060710a6fb8392892c86ad71e4f2a4c0b5
 SIZE (10f80a8f1bb2.patch) = 6097
 SHA256 (3196c73d487f.patch) = 69c6bc4658852bb45a24b129f625a7faaed8035dab0d79c388ae74d650beacdc
diff --git a/x11-toolkits/wlroots-devel/pkg-plist b/x11-toolkits/wlroots-devel/pkg-plist
index be419073cdb3..ea378e5b423f 100644
--- a/x11-toolkits/wlroots-devel/pkg-plist
+++ b/x11-toolkits/wlroots-devel/pkg-plist
@@ -22,6 +22,7 @@ include/wlr/render/drm_format_set.h
 %%OPENGL%%include/wlr/render/egl.h
 %%OPENGL%%include/wlr/render/gles2.h
 include/wlr/render/interface.h
+include/wlr/render/pass.h
 include/wlr/render/pixman.h
 include/wlr/render/swapchain.h
 %%VULKAN%%include/wlr/render/vulkan.h
diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile
index 9bed8aa58e4b..29d89293e500 100644
--- a/x11-wm/hyprland/Makefile
+++ b/x11-wm/hyprland/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	hyprland
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.28.0
+PORTREVISION=	1
 CATEGORIES=	x11-wm wayland
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
diff --git a/x11-wm/sway-devel/Makefile b/x11-wm/sway-devel/Makefile
index 08456ca34a6b..57229fc1985e 100644
--- a/x11-wm/sway-devel/Makefile
+++ b/x11-wm/sway-devel/Makefile
@@ -15,6 +15,8 @@ WWW?=		https://swaywm.org/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		fails to build after https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4316
+
 BUILD_DEPENDS=	evdev-proto>0:devel/evdev-proto \
 		wayland-protocols>=1.24:graphics/wayland-protocols \
 		wlroots>=0.16.0.668<0.17.0:x11-toolkits/wlroots



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308282206.37SM6lvI028863>