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
Looking at other repos we can likely migrate this to Imagemagick 7 too
Successfully tested with ImageMagick 7. Thank you.
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(-)
Committed, thanks!