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
This commit is contained in:
Muhammad Moinur Rahman 2025-03-28 18:19:35 +01:00
parent e9a3575300
commit aefaf2c8e4
No known key found for this signature in database
GPG key ID: BDB9B5A617C0BC91

View file

@ -12,8 +12,11 @@ WWW= https://sourceforge.net/projects/opentnl/
LICENSE= GPLv2+ LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/../LICENSE.txt 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: # 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 USES= uidfix
USE_GCC= yes USE_GCC= yes