From aefaf2c8e44f78da3052bf453bf4dc07e462c562 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Fri, 28 Mar 2025 18:19:35 +0100 Subject: [PATCH] net/libtnl: Mark DEPRECATED - IGNORE on i386 as it fails to build with upcoming switch to c++17 - Last upstream release was in 2005 - Set EXPIRATION_DATE 2025-04-27 If someone needs this port feel free to fix build, undeprecate and takeover maintainership. PR: 285141 Reported by: exp-run --- net/libtnl/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net/libtnl/Makefile b/net/libtnl/Makefile index e38799397676..88fb8d4e7d82 100644 --- a/net/libtnl/Makefile +++ b/net/libtnl/Makefile @@ -12,8 +12,11 @@ WWW= https://sourceforge.net/projects/opentnl/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/../LICENSE.txt +DEPRECATED= Unmaintained upstream and no consumers in the ports tree +EXPIRATION_DATE=2025-04-28 + # Other arches can be added easily, provided there is hardware to test: -ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 powerpc64le +ONLY_FOR_ARCHS= amd64 powerpc powerpc64 powerpc64le USES= uidfix USE_GCC= yes