git: 86be50192c1a - main - textproc/liblingoteach: 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:55 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=86be50192c1a97237c9923dc878cae46e2f6a3f2 commit 86be50192c1a97237c9923dc878cae46e2f6a3f2 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-06-16 16:20:58 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-06-16 16:35:52 +0000 textproc/liblingoteach: Deprecate and set expiration date to 2024-07-16 Abandonware, last activity 18+ years ago and fails to build with libxml2 2.13.0 PR: 279705 --- textproc/liblingoteach/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/textproc/liblingoteach/Makefile b/textproc/liblingoteach/Makefile index db23e51c4e21..b213914ccb44 100644 --- a/textproc/liblingoteach/Makefile +++ b/textproc/liblingoteach/Makefile @@ -8,6 +8,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Library for parsing lesson files based on the LingoTeach DTD WWW= http://www.lingoteach.org +DEPRECATED= Abandonware, last activity 18+ years ago and fails to build with libxml2 2.13.0 (PR 279705) +EXPIRATION_DATE=2024-07-16 + USES= gmake gnome libtool pathfix pkgconfig USE_GNOME= libxml2 GNU_CONFIGURE= yes