From 5e60eba22387f2c079810d7cb153499862d9b29d Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Sun, 16 Jun 2024 18:05:28 +0200 Subject: [PATCH] devel/dia2code+: Deprecate and set expiration date to 2024-07-16 Deprecate as port fails to build with libxml2 2.13.0 as requested by maintainer PR: 279759 Reviewed by: bofh (via Matrix) --- devel/dia2code+/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/dia2code+/Makefile b/devel/dia2code+/Makefile index 85ab2c3db9b9..305e9f70536d 100644 --- a/devel/dia2code+/Makefile +++ b/devel/dia2code+/Makefile @@ -12,6 +12,9 @@ WWW= https://dia2code.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Fails to build with libxml2 2.13.0 (PR 279759) +EXPIRATION_DATE=2024-07-16 + USES= autoreconf:build compiler:c++11-lib gnome iconv USE_GNOME= libxml2 GNU_CONFIGURE= yes