git: 28cee973cc5c - main - www/fgallery: Remove PNGCRUSH option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 Mar 2024 13:03:06 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=28cee973cc5c64c14c17bd0f66e4227934f7ec55 commit 28cee973cc5c64c14c17bd0f66e4227934f7ec55 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-03-17 12:59:10 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-03-17 13:02:57 +0000 www/fgallery: Remove PNGCRUSH option graphics/pngcrush no longer builds with libpng 1.6.41 or newer versions PR: 276649 Approved by: portmgr (blanket) --- www/fgallery/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/www/fgallery/Makefile b/www/fgallery/Makefile index f053f0aaa61c..57a8ed53eaac 100644 --- a/www/fgallery/Makefile +++ b/www/fgallery/Makefile @@ -1,6 +1,6 @@ PORTNAME= fgallery PORTVERSION= 1.9.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www graphics MAINTAINER= ehaupt@FreeBSD.org @@ -24,18 +24,16 @@ NO_ARCH= yes NO_BUILD= yes OPTIONS_DEFINE= 7ZIP FACEDETECT JPEGOPTIM PNGCRUSH -OPTIONS_DEFAULT= 7ZIP FACEDETECT JPEGOPTIM PNGCRUSH +OPTIONS_DEFAULT= 7ZIP FACEDETECT JPEGOPTIM 7ZIP_DESC= Use 7-Zip for better zip compression FACEDETECT_DESC= Face detection for improved thumbnail centering JPEGOPTIM_DESC= Use jpegoptim for JPEG size optimization -PNGCRUSH_DESC= Use pngcrush for PNG size optimization 7ZIP_RUN_DEPENDS= 7zz:archivers/7-zip 7ZIP_RUN_DEPENDS_OFF= zip:archivers/zip FACEDETECT_RUN_DEPENDS= facedetect:graphics/facedetect JPEGOPTIM_RUN_DEPENDS= jpegoptim:graphics/jpegoptim -PNGCRUSH_RUN_DEPENDS= pngcrush:graphics/pngcrush post-patch-7ZIP-on: @${REINPLACE_CMD} -e 's|7za|7zz|g' ${WRKSRC}/${PORTNAME}