aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2024-02-08 22:08:52 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2024-02-08 22:09:19 +0000
commite2b4eb57621f1c96f678c210fe7d2474c904e295 (patch)
tree93c038c2c2e54b0d719f2441357dc09b58e1e4c6
parent99f31a88bbfa94c639e3062fd05838e539b308fa (diff)
downloadports-e2b4eb57621f1c96f678c210fe7d2474c904e295.tar.gz
ports-e2b4eb57621f1c96f678c210fe7d2474c904e295.zip
graphics/pngcrush: Mark BROKEN and set expiration date to 2024-02-29
Fails to build with libpng 1.6.41 due to usage of undocumented feature to disable Adler32 checksums. Last release in 2017 and dead upstream, redirect users to graphics/oxipng or graphics/pngquant Reference: https://github.com/pnggroup/libpng/commit/269b753496180cdb3082d87b0cd907905593dee5 PR: 276649 Reviewed by: Anton Saietskii <vsasjason@gmail.com> (maintainer)
-rw-r--r--graphics/pngcrush/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile
index 63e8ab2869d4..b38e9e664acc 100644
--- a/graphics/pngcrush/Makefile
+++ b/graphics/pngcrush/Makefile
@@ -14,6 +14,9 @@ LICENSE_NAME= Pngcrush License
LICENSE_FILE= ${WRKSRC}/LICENSE
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
+BROKEN= Depends on undocumented feature to disable Adler32 checksums, consider graphics/oxipng or graphics/pngquant
+EXPIRATION_DATE=2024-02-29
+
LIB_DEPENDS= libpng.so:graphics/png
USES= cpe localbase:ldflags tar:xz