Hello. After installing https://www.freshports.org/graphics/cairo the html file is located in /usr/local/share/doc/cairo/cairo. The html file should be in /usr/local/share/doc/cairo. That way we can search for the function in devhelp.
Moin moin I'll handle this while updating to 1.17.6 mfg Tobias
This is a duplicate of 263852 -- or overlaps a great deal. That PR has more explanation of what is going on, and contains a patch for the documentation location.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=064fa58763573d636c1a83724b37bc507a79d4f8 commit 064fa58763573d636c1a83724b37bc507a79d4f8 Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2022-09-17 14:22:36 +0000 Commit: Adriaan de Groot <adridg@FreeBSD.org> CommitDate: 2022-09-17 14:26:59 +0000 graphics/cairo: make documentation available in devhelp GNOME devhelp looks for documentation in particular places, and cairo was putting it somewhere subtly different. Switch DOCSDIR (since it was already being used in the Makefile and pkg-plist, this is the smallest change) to point to where it should. This approach is copied from devel/libsoup/ and was suggested by Sean Champ. PR: 263852 263785 graphics/cairo/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)