Date: Sun, 16 Jul 2023 11:24:54 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: 4e449bdbe7cf - main - net/aoe: Mark DEPRECATED Message-ID: <202307161124.36GBOsC1066184@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=4e449bdbe7cf91a0c9197093765d07240ac79abc commit 4e449bdbe7cf91a0c9197093765d07240ac79abc Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-16 01:26:15 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-16 11:24:43 +0000 net/aoe: Mark DEPRECATED - Broken on all supported releases - Set EXPIRATION_DATE to 2023-08-15 --- net/aoe/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/aoe/Makefile b/net/aoe/Makefile index bca0fb2b533f..d31894b2cad7 100644 --- a/net/aoe/Makefile +++ b/net/aoe/Makefile @@ -9,6 +9,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= FreeBSD driver for ATA over Ethernet (AoE) WWW= http://www.coraid.com/support/freebsd/ +DEPRECATED= Broken in all supported releases for more than an year +EXPIRATION_DATE= 2023-08-15 BROKEN_aarch64= fails to compile: redefinition of frame BROKEN_armv6= fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99 BROKEN_armv7= fails to compile: redefinition of frame
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307161124.36GBOsC1066184>