aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2024-06-02 18:02:24 +0000
committerJan Beich <jbeich@FreeBSD.org>2024-06-02 18:11:46 +0000
commitec09e2d8184bc8940e28191220fb68baa8548231 (patch)
tree1d53e34f84ca3def392a1e52e203d48dec4de9b7
parentcd73e68f3c9ae2f07e940b91c180e3c995181e45 (diff)
downloadports-ec09e2d8184bc8940e28191220fb68baa8548231.tar.gz
ports-ec09e2d8184bc8940e28191220fb68baa8548231.zip
x11/foot: unbundle execvpe(3) on FreeBSD >= 14.1
https://cgit.freebsd.org/src/commit/?id=0667d0e0e365 (cherry picked from commit f86d588e19ae6c604f62cd27f1843f59bec5ce0f)
-rw-r--r--x11/foot/Makefile4
-rw-r--r--x11/foot/distinfo2
2 files changed, 6 insertions, 0 deletions
diff --git a/x11/foot/Makefile b/x11/foot/Makefile
index b4dc7186722c..aac0e154dd0c 100644
--- a/x11/foot/Makefile
+++ b/x11/foot/Makefile
@@ -1,8 +1,12 @@
PORTNAME= foot
DISTVERSION= 1.17.2
+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+= d229fd7fcc5a.patch:-p1 # https://codeberg.org/dnkl/foot/pulls/1726
+
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 480355dfe160..10f5460fb802 100644
--- a/x11/foot/distinfo
+++ b/x11/foot/distinfo
@@ -1,3 +1,5 @@
TIMESTAMP = 1713346005
SHA256 (foot-1.17.2.tar.gz) = 6b6c52f3e6d9ad357b9704996ce3039523c87df7b8e00a9250f8858d16495bf6
SIZE (foot-1.17.2.tar.gz) = 547484
+SHA256 (d229fd7fcc5a.patch) = ec49c2e491ad253723523ad3e98ac41000f258cbd789bdc5c6006992a8075580
+SIZE (d229fd7fcc5a.patch) = 1418