Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Sep 2021 00:02:45 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8d3d908f8f78 - main - net/irrd-legacy: Mark DEPRECATED
Message-ID:  <202109280002.18S02jIa089549@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8d3d908f8f787efe92a2c4d38d1e450490cf874a

commit 8d3d908f8f787efe92a2c4d38d1e450490cf874a
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2021-09-27 20:44:26 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2021-09-28 00:02:36 +0000

    net/irrd-legacy: Mark DEPRECATED
    
    - Requires a complete rewrite to build on modern compilers
    - Use net/irrd
---
 net/irrd-legacy/Makefile | 2 ++
 1 file changed, 2 insertions(+)

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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109280002.18S02jIa089549>