On Wed, Jul 01, 2026 at 07:34:58AM +0200, Theo Buehler wrote: > On Tue, Jun 23, 2026 at 10:19:37AM +0200, Marc Espie wrote: > > There are a few (very few) offenders, I've notified the maintainers. > > Halfway through a bulk, I only hit one failure, in one of your ports: > > Warning: no debug-info in ytalk-3.1.1p5-no_x11 > Empty debug package(s) detected > at /usr/ports/infrastructure/bin/build-debug-info line 277. > Oops. Very old port, was missing the @bin annotation
And of course I've made my tests on a snap when ytalk was broken Index: Makefile =================================================================== RCS file: /build/data/openbsd/cvs/ports/net/ytalk/Makefile,v diff -u -p -r1.40 Makefile --- Makefile 2 Jun 2026 20:40:47 -0000 1.40 +++ Makefile 1 Jul 2026 07:49:22 -0000 @@ -1,7 +1,7 @@ COMMENT= enhanced talk that allows for multiple parties DISTNAME= ytalk-3.1.1 -REVISION= 5 +REVISION= 6 CATEGORIES= net SITES= https://distfiles.sigtrap.nl/ Index: pkg/PLIST =================================================================== RCS file: /build/data/openbsd/cvs/ports/net/ytalk/pkg/PLIST,v diff -u -p -r1.11 PLIST --- pkg/PLIST 11 Mar 2022 19:48:19 -0000 1.11 +++ pkg/PLIST 1 Jul 2026 07:49:11 -0000 @@ -1,4 +1,4 @@ -bin/ytalk +@bin bin/ytalk @man man/man1/ytalk.1 share/examples/ytalk/ share/examples/ytalk/ytalkrc-sample
