Bug 277761 - www/fgallery: Migrate to oxipng
Summary: www/fgallery: Migrate to oxipng
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-17 13:58 UTC by Daniel Engberg
Modified: 2024-03-20 22:08 UTC (History)
0 users

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


Attachments
Patch for fgallery (1.77 KB, patch)
2024-03-17 13:58 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2024-03-17 13:58:19 UTC
Created attachment 249243 [details]
Patch for fgallery

Replace pngcrush with oxipng as pngcrush no longer compiles and will be removed
Reference: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276649

Not runtime tested, please test
Comment 1 Daniel Engberg freebsd_committer freebsd_triage 2024-03-17 17:29:41 UTC
Looking at other repos we can likely migrate this to Imagemagick 7 too
Comment 2 Emanuel Haupt freebsd_committer freebsd_triage 2024-03-20 22:06:35 UTC
Successfully tested with ImageMagick 7. Thank you.
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-03-20 22:07:53 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1f350d89aca79fc0ddac47301eb904a97aaa2037

commit 1f350d89aca79fc0ddac47301eb904a97aaa2037
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-03-20 22:05:18 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-03-20 22:06:48 +0000

    www/fgallery: Migrate to oxipng

    Replace pngcrush with oxipng as pngcrush no longer compiles and will be
    removed.

    Also switch to ImageMagick 7

    PR:             277761

 www/fgallery/Makefile                   | 13 +++++++++----
 www/fgallery/files/patch-fgallery (new) | 11 +++++++++++
 2 files changed, 20 insertions(+), 4 deletions(-)
Comment 4 Emanuel Haupt freebsd_committer freebsd_triage 2024-03-20 22:08:31 UTC
Committed, thanks!