Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Nov 2024 10:45:14 GMT
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 721f1c601e09 - main - devel/raknet: Deprecate port
Message-ID:  <202411301045.4AUAjEd0062618@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=721f1c601e0990305e2ec6e208ac877c263fee9b

commit 721f1c601e0990305e2ec6e208ac877c263fee9b
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2024-11-30 10:39:26 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2024-11-30 10:44:58 +0000

    devel/raknet: Deprecate port
    
    This is unmaintained upstream and with GCC 11 requires an end-of-life
    toolchain, so deprecate with an expiration period on 1.5 months.
    
    PR:             266190
    Approved by:    martymac (maintainer)
---
 devel/raknet/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/raknet/Makefile b/devel/raknet/Makefile
index 48c807029eb0..0ebf8954d646 100644
--- a/devel/raknet/Makefile
+++ b/devel/raknet/Makefile
@@ -21,6 +21,8 @@ LICENSE_NAME_SpecialAuth=	Special authorization from developer
 LICENSE_FILE_SpecialAuth=	${FILESDIR}/SpecialAuth.mbox
 LICENSE_PERMS_SpecialAuth=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
+DEPRECATED=		Unmaintained upstream, only builds with EOL toolchain
+EXPIRATION_DATE=	2025-01-15
 NOT_FOR_ARCHS=		aarch64 mips mips64
 NOT_FOR_ARCHS_REASON=	fails to compile: error: Add your platform to the list
 



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