From 926dafccf97888d40b80b7a15138a8a2ff69d4bc Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Mon, 16 Jun 2025 22:20:50 +0200 Subject: [PATCH] net/linknx: Deprecate and set expiration date to 2025-07-31 Outdated and unsupported upstream, project is now located at https://github.com/linknx/linknx if someone wants to pick it up PR: 287187 Approved by: maintainer timeout, 2+ weeks --- net/linknx/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/linknx/Makefile b/net/linknx/Makefile index 9d4b7147a9c5..322311d5fc80 100644 --- a/net/linknx/Makefile +++ b/net/linknx/Makefile @@ -9,6 +9,9 @@ WWW= https://linknx.sourceforge.net/ LICENSE= GPLv2 +DEPRECATED= Outdated and unsupported upstream +EXPIRATION_DATE=2025-07-31 + BROKEN_armv6= fails to configure: checking for GNU Pth... Segmentation fault BROKEN_armv7= fails to configure: checking for GNU Pth... Segmentation fault BROKEN_mips= fails to configure: checking for GNU Pth... Segmentation fault