Date: Fri, 12 Feb 2021 18:12:43 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565042 - head/x11/wezterm Message-ID: <202102121812.11CICh81052997@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Fri Feb 12 18:12:42 2021 New Revision: 565042 URL: https://svnweb.freebsd.org/changeset/ports/565042 Log: x11/wezterm: unbreak on i386 via upstream fix Modified: head/x11/wezterm/Makefile (contents, props changed) head/x11/wezterm/distinfo (contents, props changed) Modified: head/x11/wezterm/Makefile ============================================================================== --- head/x11/wezterm/Makefile Fri Feb 12 18:01:58 2021 (r565041) +++ head/x11/wezterm/Makefile Fri Feb 12 18:12:42 2021 (r565042) @@ -4,13 +4,14 @@ PORTNAME= wezterm DISTVERSION= 20210203-095643-70a364eb CATEGORIES= x11 +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= 578b59ad3322.patch:-p1 # https://github.com/wez/wezterm/issues/474 + MAINTAINER= jbeich@FreeBSD.org COMMENT= GPU-accelerated terminal emulator and multiplexer LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md - -BROKEN_i386= https://github.com/wez/wezterm/issues/474 LIB_DEPENDS= libdbus-1.so:devel/dbus \ libwayland-egl.so:graphics/wayland \ Modified: head/x11/wezterm/distinfo ============================================================================== --- head/x11/wezterm/distinfo Fri Feb 12 18:01:58 2021 (r565041) +++ head/x11/wezterm/distinfo Fri Feb 12 18:12:42 2021 (r565042) @@ -903,3 +903,5 @@ SHA256 (wez-client-toolkit-9b80c17400aa245f2bceadd496f SIZE (wez-client-toolkit-9b80c17400aa245f2bceadd496f57c2bb8908e95_GH0.tar.gz) = 122918 SHA256 (wez-xkbcommon-rs-01a0a0cd5663405e6e4abb1ad3add9add1496f58_GH0.tar.gz) = eb10bd039e6326f2d947fbafe6d261695bbf2abb2dfb844362dd300af2525f45 SIZE (wez-xkbcommon-rs-01a0a0cd5663405e6e4abb1ad3add9add1496f58_GH0.tar.gz) = 58305 +SHA256 (578b59ad3322.patch) = ab8f18caf4d867b0898eed68d57b66db539f50b68ff3c56724fb6cff451dfa9e +SIZE (578b59ad3322.patch) = 2124
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102121812.11CICh81052997>