Date: Tue, 9 Apr 2024 16:05:28 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2e435f459ff0 - main - x11-servers/xwayland-devel: drop HiDPI patches to unblock updates Message-ID: <202404091605.439G5SdT042027@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=2e435f459ff0a25e517011514c441c2a437ed79c commit 2e435f459ff0a25e517011514c441c2a437ed79c Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-04-09 15:18:03 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-04-09 16:05:20 +0000 x11-servers/xwayland-devel: drop HiDPI patches to unblock updates - Rootful HiDPI[1] introduces non-trivial conflicts to rootless HiDPI - AUR tracks Xwayland releases, so cannot help with rebases - Sway should probably adopt force_zero_scaling from Hyprland >= 0.27 [1] https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1197 --- x11-servers/xwayland-devel/Makefile | 6 +----- x11-servers/xwayland-devel/distinfo | 6 ------ x11-toolkits/wlroots-devel/Makefile | 5 +---- x11-toolkits/wlroots-devel/distinfo | 4 ---- x11-wm/sway-devel/Makefile | 5 +---- x11-wm/sway-devel/distinfo | 4 ---- 6 files changed, 3 insertions(+), 27 deletions(-) diff --git a/x11-servers/xwayland-devel/Makefile b/x11-servers/xwayland-devel/Makefile index 9da9a0919f15..1760c0f0f277 100644 --- a/x11-servers/xwayland-devel/Makefile +++ b/x11-servers/xwayland-devel/Makefile @@ -2,14 +2,10 @@ PORTNAME= xwayland DISTVERSIONPREFIX= xorg-server- DISTVERSION= 21.0.99.1-841 DISTVERSIONSUFFIX= -g052909ab9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-servers PKGNAMESUFFIX= -devel -PATCH_SITES+= https://github.com/mirror/${GL_PROJECT}/commit/:github -PATCHFILES+= cd6c9c1246af.patch:-p1:github # https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/432 -PATCHFILES+= 91b97b031290.patch:-p1:github # https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/432 -PATCHFILES+= 3b0d1a3a2296.patch:-p1:github # https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/432 PATCH_SITES+= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/ PATCHFILES+= 96798fc19674.patch:-p1 # https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1463 PATCHFILES+= 3e77295f888c.patch:-p1 # https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1463 diff --git a/x11-servers/xwayland-devel/distinfo b/x11-servers/xwayland-devel/distinfo index b09bfbb6aed1..5d3e616b8444 100644 --- a/x11-servers/xwayland-devel/distinfo +++ b/x11-servers/xwayland-devel/distinfo @@ -1,12 +1,6 @@ TIMESTAMP = 1710808655 SHA256 (xserver-xorg-server-21.0.99.1-841-g052909ab9.tar.bz2) = a5913f854f0d3035cf3c750ee2ddb0f9fd2573daaa1cb47ddc4f0c63b2367a50 SIZE (xserver-xorg-server-21.0.99.1-841-g052909ab9.tar.bz2) = 3697834 -SHA256 (cd6c9c1246af.patch) = a50fd4511793a53cacefbca2c8436cf43d36ce21d245aadb5d17e16653580d75 -SIZE (cd6c9c1246af.patch) = 3730 -SHA256 (91b97b031290.patch) = 8e44f24c34d598cc152173d2d59cc6eb7d3ac3427819c732f0fc069de8aaf0c6 -SIZE (91b97b031290.patch) = 18382 -SHA256 (3b0d1a3a2296.patch) = 4e2c4165e9e287ed42cbb9a30eedf1a10f0fcbae0db6a222feb1783f9bb2ed29 -SIZE (3b0d1a3a2296.patch) = 2513 SHA256 (96798fc19674.patch) = 8b59b74f09476bb44d7b425dc2453b54766db4b7d30e20e1b1f1bef4ad0db7c1 SIZE (96798fc19674.patch) = 1467 SHA256 (3e77295f888c.patch) = 33686bbf6ecec42d064b4066b13f79f9e32f86d4ceef819ebdb7567f326fbd7d diff --git a/x11-toolkits/wlroots-devel/Makefile b/x11-toolkits/wlroots-devel/Makefile index a86318aac239..6e22292c74f9 100644 --- a/x11-toolkits/wlroots-devel/Makefile +++ b/x11-toolkits/wlroots-devel/Makefile @@ -1,13 +1,10 @@ PORTNAME= wlroots DISTVERSION= 0.17.0-255 DISTVERSIONSUFFIX= -g50eae512d9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits PKGNAMESUFFIX= -devel -PATCH_SITES+= https://github.com/swaywm/${GL_PROJECT}/commit/:github -PATCHFILES+= 10f80a8f1bb2.patch:-p1:github # https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/2064 -PATCHFILES+= 3196c73d487f.patch:-p1:github # https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/2064 PATCH_SITES+= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/ MAINTAINER= jbeich@FreeBSD.org diff --git a/x11-toolkits/wlroots-devel/distinfo b/x11-toolkits/wlroots-devel/distinfo index aed8495f1655..43a21f47e7c6 100644 --- a/x11-toolkits/wlroots-devel/distinfo +++ b/x11-toolkits/wlroots-devel/distinfo @@ -1,7 +1,3 @@ TIMESTAMP = 1709983277 SHA256 (wlroots-0.17.0-255-g50eae512d9.tar.bz2) = 7b2500218c92dbdc364b8af293d533cf99600692f74bce501e6d469b54fa207c SIZE (wlroots-0.17.0-255-g50eae512d9.tar.bz2) = 454568 -SHA256 (10f80a8f1bb2.patch) = ca65f8eecf32e7364d5ba43cd9ee91060710a6fb8392892c86ad71e4f2a4c0b5 -SIZE (10f80a8f1bb2.patch) = 6097 -SHA256 (3196c73d487f.patch) = 69c6bc4658852bb45a24b129f625a7faaed8035dab0d79c388ae74d650beacdc -SIZE (3196c73d487f.patch) = 4243 diff --git a/x11-wm/sway-devel/Makefile b/x11-wm/sway-devel/Makefile index a11127ece23d..a5182c2fc303 100644 --- a/x11-wm/sway-devel/Makefile +++ b/x11-wm/sway-devel/Makefile @@ -1,13 +1,10 @@ PORTNAME= sway DISTVERSION= 1.9-103 # git rev-list --count 1.9.. DISTVERSIONSUFFIX= -g2e951163c +PORTREVISION= 1 CATEGORIES= x11-wm wayland PKGNAMESUFFIX= -devel -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= 15575bf1c085.patch:-p1 # https://github.com/swaywm/sway/pull/5090 -PATCHFILES+= 1f1c83e83a1a.patch:-p1 # https://github.com/swaywm/sway/pull/5090 - MAINTAINER= jbeich@FreeBSD.org COMMENT= i3-compatible Wayland compositor (development snapshot) WWW= https://swaywm.org/ diff --git a/x11-wm/sway-devel/distinfo b/x11-wm/sway-devel/distinfo index 7af6b8dc16eb..f090f7be272b 100644 --- a/x11-wm/sway-devel/distinfo +++ b/x11-wm/sway-devel/distinfo @@ -1,7 +1,3 @@ TIMESTAMP = 1709981262 SHA256 (swaywm-sway-1.9-103-g2e951163c_GH0.tar.gz) = b99f9c59e309f29a4c80a3ee797de1bd497ed3e0657c8d4b0f0d423a35c496a8 SIZE (swaywm-sway-1.9-103-g2e951163c_GH0.tar.gz) = 5573915 -SHA256 (15575bf1c085.patch) = 5f704c5001fd09d2ffeda81c22627d4c1c5cac0db0a0ddeaf59a6b99a6b56ddd -SIZE (15575bf1c085.patch) = 9070 -SHA256 (1f1c83e83a1a.patch) = 59d24c7e69a871d92b65095c46fc994900440453064dd70ffc7de2f0ff728655 -SIZE (1f1c83e83a1a.patch) = 2701
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404091605.439G5SdT042027>