Dear Maintainer, I've just updated Curtail 1.7.0 from the latest quarterly (13.2-RELEASE-p1) and it looks like a dependency is missing, in fact: ``` ERROR:root:Command 'oxipng -o 2 -i 1 "/usr/home/freezr/Pictures/vultr-13.png" --out "/usr/home/freez/Pictures/vultr-13-min.png" --preserve' returned non-zero exit status 127. ``` And looking at its dependencies oxipng is missing: ``` pkg query %dn curtail pango libadwaita gtk3 python39 webp pngquant optipng jpegoptim glib gettext-runtime desktop-file-utils at-spi2-core ``` Installing oxipng resolved the issue, thanks.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b3d35b6983d2d8b0250d37590a85e72c58fc90cb commit b3d35b6983d2d8b0250d37590a85e72c58fc90cb Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-07-07 05:25:52 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-07-07 05:27:40 +0000 graphics/curtail: Add missing dependencies PR: 272404 Reported by: freezr <freezr@mailbox.org> graphics/curtail/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
Fixed. Thanks for reporting!
A commit in branch 2023Q3 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b685dd8df98d2e3f46093f3fb4113f1b7d0ed848 commit b685dd8df98d2e3f46093f3fb4113f1b7d0ed848 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-07-07 05:25:52 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-07-07 05:30:30 +0000 graphics/curtail: Add missing dependencies PR: 272404 Reported by: freezr <freezr@mailbox.org> (cherry picked from commit b3d35b6983d2d8b0250d37590a85e72c58fc90cb) graphics/curtail/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
(In reply to Yuri Victorovich from comment #2) Thanks to you to be so quick, responsive and awesome! My best, Freezr
(In reply to freezr from comment #4) Thank you! :-)