Created attachment 253576 [details] Adds missing dependency and updates port to rev. 4 Hi, When installing on an amd64 machine there were errors due to missing cairo-gobject, gnutls and libproxy dependencies. A patch I submitted earlier today* for linux-rl9-gdk-pixbuf (which is a dependency of this port) takes care of the gnutls and libproxy dependencies. I added the cairo-gobject and the package now installs succesfully. I removed the png dependency as it is already provided by the gdk-pixbuf dependency. Does that make sense? This was only tested on amd64. It passed succesfully: * pkg install * poudriere testport * portlint * portfmt Makefile * portclippy Makefile * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281509
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=9e7f47fd511f01c665f5ebee00747e3a351659c7 commit 9e7f47fd511f01c665f5ebee00747e3a351659c7 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2024-11-07 11:34:47 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2024-11-07 11:41:34 +0000 graphics/linux-rl9-librsvg2: Adds missing dependency for linux-rl9-librsvg2 PR: 281510 Sponsored by: Future Crew, LLC graphics/linux-rl9-librsvg2/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-)
Fixed, thaks!