git: 4899a479cdfe - main - converters/pdf2djvu: Mark port as BROKEN and DEPRECATED for removal
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Aug 2025 14:49:27 UTC
The branch main has been updated by michaelo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4899a479cdfe612a0011a99d37fecdc8652bae65
commit 4899a479cdfe612a0011a99d37fecdc8652bae65
Author: Michael Osipov <michaelo@FreeBSD.org>
AuthorDate: 2025-06-24 09:18:18 +0000
Commit: Michael Osipov <michaelo@FreeBSD.org>
CommitDate: 2025-08-01 14:49:04 +0000
converters/pdf2djvu: Mark port as BROKEN and DEPRECATED for removal
Port does not compile anymore with either LLVM or GCC. It has been not been
updated upstream for years and officially abandoned: https://groups.io/g/pdf2djvu/message/146
Unless someone can fix the C++ code this port will be removed.
PR: 287655
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D51004
---
converters/pdf2djvu/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/converters/pdf2djvu/Makefile b/converters/pdf2djvu/Makefile
index a59ce6cc9c8f..9750702818e5 100644
--- a/converters/pdf2djvu/Makefile
+++ b/converters/pdf2djvu/Makefile
@@ -11,6 +11,10 @@ WWW= https://jwilk.net/software/pdf2djvu
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/doc/COPYING
+BROKEN= does not compile with either LLVM or GCC
+DEPRECATED= Port has been abandoned upstream for almost three years: https://groups.io/g/pdf2djvu/message/146
+EXPIRATION_DATE= 2025-08-31
+
BUILD_DEPENDS= ${LOCALBASE}/include/pstreams/pstream.h:devel/pstreams
LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre \
libpoppler.so:graphics/poppler