pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/wayland/foot
Module Name: pkgsrc
Committed By: bsiegert
Date: Mon Jul 6 18:26:41 UTC 2026
Modified Files:
pkgsrc/wayland/foot: Makefile distinfo
pkgsrc/wayland/foot/patches: patch-char32.c
Log Message:
foot: update to 1.27.0
1.27.0
* url.style=none|single|double|curly|dotted|dashed option added,
allowing you to configure how URL underlines are drawn. The default
is dotted.
* URL underlines are now dotted by default, instead of plain
underlines. This can be changed with the new url.style option.
* If the cursor foreground and background colors are identical, use
the current cell's foreground and background colors (inverted),
instead of the default foreground and background colors.
Fixed:
* Other output (key presses, query replies etc) being mixed with paste
data, both interactive pastes and OSC-52.
* Scrollback search not working correctly when the terminal
application has enabled the kitty keyboard protocol with release
event reporting.
* Keypad escapes in the legacy keyboard protocol ignoring the shift
modifier.
* Crash when querying the kitty notification protocol (OSC-99, with
p=?).
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/wayland/foot/Makefile \
pkgsrc/wayland/foot/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/wayland/foot/patches/patch-char32.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/wayland/foot/Makefile
diff -u pkgsrc/wayland/foot/Makefile:1.1 pkgsrc/wayland/foot/Makefile:1.2
--- pkgsrc/wayland/foot/Makefile:1.1 Tue Apr 14 12:11:48 2026
+++ pkgsrc/wayland/foot/Makefile Mon Jul 6 18:26:41 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2026/04/14 12:11:48 kikadf Exp $
+# $NetBSD: Makefile,v 1.2 2026/07/06 18:26:41 bsiegert Exp $
-DISTNAME= foot-1.25.0
+DISTNAME= foot-1.27.0
CATEGORIES= wayland
MASTER_SITES= https://codeberg.org/dnkl/foot/releases/download/${PKGVERSION_NOREV}/
Index: pkgsrc/wayland/foot/distinfo
diff -u pkgsrc/wayland/foot/distinfo:1.1 pkgsrc/wayland/foot/distinfo:1.2
--- pkgsrc/wayland/foot/distinfo:1.1 Tue Apr 14 12:11:48 2026
+++ pkgsrc/wayland/foot/distinfo Mon Jul 6 18:26:41 2026
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.1 2026/04/14 12:11:48 kikadf Exp $
+$NetBSD: distinfo,v 1.2 2026/07/06 18:26:41 bsiegert Exp $
-BLAKE2s (foot-1.25.0.tar.gz) = 19c79d76e58c0e4d024a4fea3658d7790d813cb42b9f1ab498693391cb2b9ab5
-SHA512 (foot-1.25.0.tar.gz) = 2b8d9070e9cf9c36bc481ff927a0df0619c1c0aae9d7e654b841b98b016149bcb667a46ae7c270c5b166f108edc6700246d275152e4d399cf36505e861fbaeba
-Size (foot-1.25.0.tar.gz) = 621034 bytes
-SHA1 (patch-char32.c) = 833e1f2e6d7cbd9985bb5307bb0b097e5c26b4ef
+BLAKE2s (foot-1.27.0.tar.gz) = 0ad2b8e5b56cd4b81878097f061bf8f77c2750ac4939395835f9c4f5141478df
+SHA512 (foot-1.27.0.tar.gz) = fb8845b84bd25d65043bf3452e7eb4f17561465713251b06259dff02dec9e8ca177c3efaeaf64533b4922738da06277ae08fa1790f25e25f28f89ab8fabf7873
+Size (foot-1.27.0.tar.gz) = 1196101 bytes
+SHA1 (patch-char32.c) = 2fcbe522716f81eb68181745a490a32e493d1065
SHA1 (patch-config.c) = f3639ee869c2a667f66bf10880b9fab2f5e35c73
SHA1 (patch-meson.build) = ed84dfab137e9a0be7d464d5f78b8dcbe94956f8
SHA1 (patch-server.c) = 2d27b2c391e3c624ef6573faca641050549f5966
Index: pkgsrc/wayland/foot/patches/patch-char32.c
diff -u pkgsrc/wayland/foot/patches/patch-char32.c:1.1 pkgsrc/wayland/foot/patches/patch-char32.c:1.2
--- pkgsrc/wayland/foot/patches/patch-char32.c:1.1 Tue Apr 14 12:11:48 2026
+++ pkgsrc/wayland/foot/patches/patch-char32.c Mon Jul 6 18:26:41 2026
@@ -1,16 +1,15 @@
-$NetBSD: patch-char32.c,v 1.1 2026/04/14 12:11:48 kikadf Exp $
+$NetBSD: patch-char32.c,v 1.2 2026/07/06 18:26:41 bsiegert Exp $
* Add NetBSD support
---- char32.c.orig 2026-02-05 16:00:31.082232514 +0000
+--- char32.c.orig 2026-05-15 06:26:04.000000000 +0000
+++ char32.c
-@@ -34,7 +34,8 @@ _Static_assert(
+@@ -34,7 +34,7 @@ _Static_assert(
#if !defined(__STDC_UTF_32__) || !__STDC_UTF_32__
#error "char32_t does not use UTF-32"
#endif
--#if (!defined(__STDC_ISO_10646__) || !__STDC_ISO_10646__) && !defined(__FreeBSD__)
-+#if (!defined(__STDC_ISO_10646__) || !__STDC_ISO_10646__) && !defined(__FreeBSD__) && \
-+ !defined(__NetBSD__)
+-#if (!defined(__STDC_ISO_10646__) || !__STDC_ISO_10646__) && !defined(__FreeBSD__) && !defined(__OpenBSD__)
++#if (!defined(__STDC_ISO_10646__) || !__STDC_ISO_10646__) && !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__NetBSD__)
#error "wchar_t does not use UTF-32"
#endif
Home |
Main Index |
Thread Index |
Old Index