git: c07ec62a7d38 - main - textproc/libextractor: mark broken and deprecated
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Jul 2023 22:09:30 UTC
The branch main has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=c07ec62a7d3830b4fd3b07eb4e95823d2c3029f8 commit c07ec62a7d3830b4fd3b07eb4e95823d2c3029f8 Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2023-07-02 10:31:01 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2023-07-09 22:08:07 +0000 textproc/libextractor: mark broken and deprecated as a consequence of PR: 272311 --- textproc/libextractor/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/textproc/libextractor/Makefile b/textproc/libextractor/Makefile index abde85e69b0a..7645f06f5cb8 100644 --- a/textproc/libextractor/Makefile +++ b/textproc/libextractor/Makefile @@ -8,6 +8,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Library for keyword extraction WWW= https://www.gnu.org/software/libextractor/ +BROKEN= does not compile with exiv2 0.28 +DEPRECATED= does not compile with exiv2 0.28, and no ports tree users +EXPIRATION_DATE=2023-09-30 + LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING