diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2021-09-27 15:44:26 -0500 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2021-09-27 19:02:36 -0500 |
commit | 8d3d908f8f787efe92a2c4d38d1e450490cf874a (patch) | |
tree | fd1d707283acd07fcf1e6f27b45ee5e5b26e0ea5 | |
parent | devel/google-gdata: Mark DEPRECATED (diff) |
net/irrd-legacy: Mark DEPRECATED
- Requires a complete rewrite to build on modern compilers
- Use net/irrd
-rw-r--r-- | net/irrd-legacy/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/irrd-legacy/Makefile b/net/irrd-legacy/Makefile index d584ccf91961..f527b7747411 100644 --- a/net/irrd-legacy/Makefile +++ b/net/irrd-legacy/Makefile @@ -12,6 +12,8 @@ COMMENT= Internet Routing Registry database server LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}/COPYRIGHT +DEPRECATED= Use net/irrd +EXPIRATION_DATE=2021-10-27 BROKEN_FreeBSD_13= ld: error: duplicate symbol: error_buf BROKEN_FreeBSD_14= ld: error: duplicate symbol: error_buf |