Date: Wed, 21 Feb 2024 16:46:06 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: 9eeb031e81c7 - 2024Q1 - x11/xdg-desktop-portal-hyprland: unbreak build on i386 after c2647d8cb1fc Message-ID: <202402211646.41LGk6wA014846@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q1 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=9eeb031e81c73df8cff63363082a46d262b09ee5 commit 9eeb031e81c73df8cff63363082a46d262b09ee5 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-02-21 16:41:09 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-02-21 16:46:02 +0000 x11/xdg-desktop-portal-hyprland: unbreak build on i386 after c2647d8cb1fc (cherry picked from commit e74d301dda6cd795bdd31872ca4521ba29488772) --- x11/xdg-desktop-portal-hyprland/Makefile | 3 +++ x11/xdg-desktop-portal-hyprland/distinfo | 2 ++ 2 files changed, 5 insertions(+) diff --git a/x11/xdg-desktop-portal-hyprland/Makefile b/x11/xdg-desktop-portal-hyprland/Makefile index 56f79ac9ab76..693f233c12a9 100644 --- a/x11/xdg-desktop-portal-hyprland/Makefile +++ b/x11/xdg-desktop-portal-hyprland/Makefile @@ -4,6 +4,9 @@ DISTVERSION= 1.3.1 PORTREVISION= 2 CATEGORIES= x11 wayland +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= 65fb44ae4960.patch:-p1 # https://github.com/hyprwm/xdg-desktop-portal-hyprland/issues/190 + MAINTAINER= jbeich@FreeBSD.org COMMENT= xdg-desktop-portal backend for hyprland WWW= https://github.com/hyprwm/xdg-desktop-portal-hyprland diff --git a/x11/xdg-desktop-portal-hyprland/distinfo b/x11/xdg-desktop-portal-hyprland/distinfo index 76dac414f7c0..e0f7eba16de3 100644 --- a/x11/xdg-desktop-portal-hyprland/distinfo +++ b/x11/xdg-desktop-portal-hyprland/distinfo @@ -5,3 +5,5 @@ SHA256 (hyprwm-hyprland-protocols-v0.2_GH0.tar.gz) = 106cb189d0fbe4ec0ee11a12a17 SIZE (hyprwm-hyprland-protocols-v0.2_GH0.tar.gz) = 6342 SHA256 (llvm-llvm-project-llvmorg-16.0.1_GH0.tar.gz) = b5a9ff1793b1e2d388a3819bf35797002b1d2e40bb35a10c65605e0ea1435271 SIZE (llvm-llvm-project-llvmorg-16.0.1_GH0.tar.gz) = 179289803 +SHA256 (65fb44ae4960.patch) = 26a3232c3dd9cdbc7f322a194dc37ca41df43be953d36d1d6228e285fa467f87 +SIZE (65fb44ae4960.patch) = 894
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402211646.41LGk6wA014846>