From owner-svn-ports-all@freebsd.org Fri Feb 12 18:12:43 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 755F952BDBE; Fri, 12 Feb 2021 18:12:43 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DchRv2tbbz3hlf; Fri, 12 Feb 2021 18:12:43 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 55C48801; Fri, 12 Feb 2021 18:12:43 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11CIChNT052999; Fri, 12 Feb 2021 18:12:43 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11CICh81052997; Fri, 12 Feb 2021 18:12:43 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202102121812.11CICh81052997@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 12 Feb 2021 18:12:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565042 - head/x11/wezterm X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/x11/wezterm X-SVN-Commit-Revision: 565042 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2021 18:12:43 -0000 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