'; }
Bug 272404 - graphics/curtail missing 'oxipng' dependency
Summary: graphics/curtail missing 'oxipng' dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Yuri Victorovich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-07 04:30 UTC by freezr
Modified: 2023-07-07 05:34 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (yuri)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description freezr 2023-07-07 04:30:04 UTC
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.
Comment 1 commit-hook freebsd_committerfreebsd_triage 2023-07-07 05:27:59 UTC
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(-)
Comment 2 Yuri Victorovich freebsd_committerfreebsd_triage 2023-07-07 05:28:27 UTC
Fixed.

Thanks for reporting!
Comment 3 commit-hook freebsd_committerfreebsd_triage 2023-07-07 05:31:02 UTC
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(-)
Comment 4 freezr 2023-07-07 05:32:58 UTC
(In reply to Yuri Victorovich from comment #2)

Thanks to you to be so quick, responsive and awesome!

My best,

Freezr
Comment 5 Yuri Victorovich freebsd_committerfreebsd_triage 2023-07-07 05:34:10 UTC
(In reply to freezr from comment #4)

Thank you!
:-)