mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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:
parent
e9a3575300
commit
aefaf2c8e4
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue