Bug 277761

Summary: www/fgallery: Migrate to oxipng
Product: Ports & Packages Reporter: Daniel Engberg <diizzy>
Component: Individual Port(s)Assignee: Emanuel Haupt <ehaupt>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (ehaupt)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch for fgallery none

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!