From owner-dev-commits-ports-all@freebsd.org Fri Aug 27 14:49:59 2021 Return-Path: Delivered-To: dev-commits-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 C514D661B0E; Fri, 27 Aug 2021 14:49:59 +0000 (UTC) (envelope-from git@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 4Gx2gW553sz3CfP; Fri, 27 Aug 2021 14:49:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 97EFC2515C; Fri, 27 Aug 2021 14:49:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17REnxeM020931; Fri, 27 Aug 2021 14:49:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17REnx6l020930; Fri, 27 Aug 2021 14:49:59 GMT (envelope-from git) Date: Fri, 27 Aug 2021 14:49:59 GMT Message-Id: <202108271449.17REnx6l020930@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: c61320529d24 - main - x11/foot: regen termcap workaround MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c61320529d246baf4c340e0ba75c65dae566b10d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Aug 2021 14:49:59 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=c61320529d246baf4c340e0ba75c65dae566b10d commit c61320529d246baf4c340e0ba75c65dae566b10d Author: Jan Beich AuthorDate: 2021-08-27 13:53:10 +0000 Commit: Jan Beich CommitDate: 2021-08-27 14:34:54 +0000 x11/foot: regen termcap workaround "foot" is generated by "infocmp -Cu foot xterm-256color" but before 0d7758a45b84 bundled up-to-date database was used as a reference, so some capabilities were missing (bug 247447). --- x11/foot/Makefile | 1 + x11/foot/pkg-message | 10 +++++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/x11/foot/Makefile b/x11/foot/Makefile index 8dabc6c37a5d..ce11c54ecb49 100644 --- a/x11/foot/Makefile +++ b/x11/foot/Makefile @@ -1,5 +1,6 @@ PORTNAME= foot DISTVERSION= 1.8.2 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ diff --git a/x11/foot/pkg-message b/x11/foot/pkg-message index 61d6bf89415c..da35de203f53 100644 --- a/x11/foot/pkg-message +++ b/x11/foot/pkg-message @@ -9,9 +9,13 @@ or providing a separate entry for "foot --term=foot" e.g., $ cat >>/etc/termcap foot|foot terminal emulator:\ - :bw:hs:\ - :ds=\E]2;\E\\:fs=\E\\:kb=\177:ts=\E]2;:vb=\E]555\E\\:\ - :tc=xterm-256color: + :bw:hs:\ + :it#8:\ + :SF=\E[%dS:SR=\E[%dT:bt=\E[Z:ds=\E]2;\E\\:ec=\E[%dX:\ + :fs=\E\\:kb=\177:mb=\E[5m:me=\E[0m:mh=\E[2m:mm=\E[?1034h:\ + :mo=\E[?1034l:nw@:\ + :te=\E[?1049l\E[23;0;0t:ti=\E[?1049h\E[22;0;0t:\ + :ts=\E]2;:vb=\E]555\E\\:tc=xterm-256color: EOM } ]