diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2025-06-16 22:20:50 +0200 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2025-06-16 22:43:53 +0200 |
commit | 926dafccf97888d40b80b7a15138a8a2ff69d4bc (patch) | |
tree | 58d58443cfbf4d269ce525dd275b45bd9c5eeb55 | |
parent | devel/qmake: Deprecate and set expiration date to 2025-07-31 (diff) |
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
-rw-r--r-- | net/linknx/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |