Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Aug 2024 18:52:38 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: e71694bc7406 - main - x11/foot: unbreak runtime after ac90984a4ba1
Message-ID:  <202408151852.47FIqcr6073515@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=e71694bc7406333982e72ed4c705317beacd4f32

commit e71694bc7406333982e72ed4c705317beacd4f32
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-08-15 18:49:30 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-08-15 18:52:09 +0000

    x11/foot: unbreak runtime after ac90984a4ba1
    
    $ foot
     err: terminal.c:1067: failed to load primary fonts
     err: fdm.c:215: no such FD: 6
    warn: terminal.c:1928: slave exited with signal 1 (Hangup)
    
    Reported by:    Sure Beae (via private mail)
---
 x11/foot/Makefile | 4 ++++
 x11/foot/distinfo | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/x11/foot/Makefile b/x11/foot/Makefile
index b38a3e7dc4d8..a53d28e7dba9 100644
--- a/x11/foot/Makefile
+++ b/x11/foot/Makefile
@@ -1,8 +1,12 @@
 PORTNAME=	foot
 DISTVERSION=	1.18.1
+PORTREVISION=	1
 CATEGORIES=	x11 wayland
 MASTER_SITES=	https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
 
+PATCH_SITES=	https://codeberg.org/dnkl/${PORTNAME}/commit/
+PATCHFILES+=	96c30cd410dd.patch:-p1 # https://codeberg.org/dnkl/foot/issues/1812
+
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Fast, lightweight and minimalistic Wayland terminal emulator
 WWW=		https://codeberg.org/dnkl/foot
diff --git a/x11/foot/distinfo b/x11/foot/distinfo
index ec92389cdd61..7579e7c99817 100644
--- a/x11/foot/distinfo
+++ b/x11/foot/distinfo
@@ -1,3 +1,5 @@
 TIMESTAMP = 1723629620
 SHA256 (foot-1.18.1.tar.gz) = 59d22187f7ceaaaa570a5299b102e8f4692826e98785f89ad9d8911802ccc000
 SIZE (foot-1.18.1.tar.gz) = 581030
+SHA256 (96c30cd410dd.patch) = 449154a89ccc56327cefb54f2ab1e62a348214e899681bb79e0000f12733b137
+SIZE (96c30cd410dd.patch) = 795



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408151852.47FIqcr6073515>