git: 20ee0c7068c5 - main - textproc/diffmark: Deprecate and set expiration date to 2024-07-16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 16 Jun 2024 16:37:52 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=20ee0c7068c50c85dabfb99e1d3a86ada9fdab32 commit 20ee0c7068c50c85dabfb99e1d3a86ada9fdab32 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-06-16 16:13:14 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-06-16 16:35:52 +0000 textproc/diffmark: Deprecate and set expiration date to 2024-07-16 Deprecate as port fails to build with libxml2 2.13.0 and upstream is gone PR: 279705 --- textproc/diffmark/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/textproc/diffmark/Makefile b/textproc/diffmark/Makefile index c0845d56cbe8..b244d87a2d48 100644 --- a/textproc/diffmark/Makefile +++ b/textproc/diffmark/Makefile @@ -9,6 +9,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= XML diff and merge package WWW= http://www.mangrove.cz/diffmark/ +BROKEN= Unfetchable +DEPRECATED= Fails to build with libxml2 2.13.0 (PR 279705) +EXPIRATION_DATE=2024-07-16 + USES= gnome libtool pkgconfig USE_GNOME= libxml2 GNU_CONFIGURE= yes