From: yaydn@disroot.org Subject: [Update] wayland/foot 1.22 To: ports@openbsd.org Date: Tue, 06 May 2025 06:31:06 +0000 Is this okay? I am new to cvs submissions and am unsure if there is another command other than 'cvs diff -uNp' for comparing PLIST changes. It otherwise builds and runs fine under sway. Index: Makefile =================================================================== RCS file: /cvs/ports/wayland/foot/Makefile,v retrieving revision 1.10 diff -u -p -u -p -r1.10 Makefile --- Makefile 24 Mar 2025 20:10:46 -0000 1.10 +++ Makefile 22 Apr 2025 04:53:57 -0000 @@ -1,7 +1,7 @@ COMMENT = fast, lightweight and minimalistic Wayland terminal emulator DISTNAME = foot-${V} -V = 1.21.0 +V = 1.22.0 SITES = https://codeberg.org/dnkl/foot/archive/ DISTFILES = foot-{}${V}${EXTRACT_SUFX} Index: distinfo =================================================================== RCS file: /cvs/ports/wayland/foot/distinfo,v retrieving revision 1.5 diff -u -p -u -p -r1.5 distinfo --- distinfo 24 Mar 2025 20:10:46 -0000 1.5 +++ distinfo 22 Apr 2025 04:54:12 -0000 @@ -1,2 +1,2 @@ -SHA256 (foot-1.21.0.tar.gz) = uTsZaj+6uGZ4xUvmJ1V73HsfyAQtmbFMSnSxSfYLzVI= -SIZE (foot-1.21.0.tar.gz) = 603572 +SHA256 (foot-1.22.0.tar.gz) = k+GpS2hw07RaClLJ2Yp6Id0RWUWnvUOwKPGs7xB21LM= +SIZE (foot-1.22.0.tar.gz) = 607139 Index: patches/patch-meson_build =================================================================== RCS file: /cvs/ports/wayland/foot/patches/patch-meson_build,v diff -u -p -u -p -r1.4 patch-meson_build --- patches/patch-meson_build 24 Mar 2025 20:10:46 -0000 1.4 +++ patches/patch-meson_build 6 May 2025 05:57:44 -0000 @@ -3,7 +3,7 @@ Use libstdthreads Index: meson.build --- meson.build.orig +++ meson.build -@@ -129,7 +129,7 @@ if cc.has_argument('-fmacro-prefix-map=/foo=') +@@ -129,7 +129,7 @@ endif math = cc.find_library('m') @@ -12,7 +12,7 @@ Index: meson.build libepoll = dependency('epoll-shim', required: false) pixman = dependency('pixman-1') wayland_protocols = dependency('wayland-protocols', version: '>=1.41', -@@ -229,7 +229,8 @@ common = static_library( +@@ -229,7 +229,8 @@ 'macros.h', 'xmalloc.c', 'xmalloc.h', 'xsnprintf.c', 'xsnprintf.h', @@ -39,12 +39,13 @@ Index: meson.build link_with: pgolib, ) endif -@@ -315,7 +317,7 @@ executable( +@@ -315,7 +316,7 @@ 'user-notification.c', 'user-notification.h', 'wayland.c', 'wayland.h', 'shm-formats.h', - wl_proto_src + wl_proto_headers, version, + srgb_funcs, wl_proto_src + wl_proto_headers, version, - dependencies: [math, threads, libepoll, pixman, wayland_client, wayland_cursor, xkb, fontconfig, utf8proc, + dependencies: [math, stdthreads, libepoll, pixman, wayland_client, wayland_cursor, xkb, fontconfig, utf8proc, tllist, fcft], link_with: pgolib, install: true) +