From: Matthias Andree Subject: Re: print/htmldoc: malfunction through packaging bug (build dir leaks into binary path) [OpenBSD 7.9 package] To: Stuart Henderson , Benoit Lecocq Cc: ports@openbsd.org, bugs@openbsd.org Date: Tue, 2 Jun 2026 18:50:59 +0200 Am 30.05.26 um 15:35 schrieb Benoit Lecocq: > > > Le 30/05/2026 à 12:47, Stuart Henderson a écrit : >> On 2026/05/30 11:19, Matthias Andree wrote: >>>> Synopsis:    print/htmldoc: malfunction through packaging bug >>>> (build dir >> >>> Sorry if this is an inappropriate way to file bug reports, I am a >>> non-OpenBSD developer compatibility-testing his fetchmail and >>> bogofilter >>> and leafnode packages on OpenBSD, too, but my main drivers are Fedora >>> Linux and FreeBSD - and I haven't found something better how to report >>> bugs in a port. >> >> generally, email to port maintainer and cc ports@. >> >>> ERR005: Unable to open font width file >>> /usr/obj/ports/htmldoc-1.9.23/fake-amd64/usr/local/share/htmldoc/fonts/Times-Bold.afm! >> etc >> >> >> this fixes it.  benoit, ok? > > ok benoit@ > >> >> Index: Makefile >> =================================================================== >> RCS file: /cvs/ports/print/htmldoc/Makefile,v >> diff -u -p -r1.65 Makefile >> --- Makefile    30 Jan 2026 12:45:20 -0000    1.65 >> +++ Makefile    30 May 2026 10:45:51 -0000 >> @@ -1,6 +1,7 @@ >>   COMMENT =        convert HTML pages to PDF/PS format >>     V =            1.9.23 >> +REVISION =        0 >>   DISTNAME =        htmldoc-${V} Stuart, Benoit, I am writing to confirm and say thanks for the fix, I've just installed htmldoc-1.9.23p0 and it fixes the issue I'd had. Best regards, Matthias