git: e50151389fed - main - misc/glow: deprecate

From: Antoine Brodin <antoine_at_FreeBSD.org>
Date: Mon, 20 Feb 2023 17:20:47 UTC
The branch main has been updated by antoine:

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

commit e50151389fed18ba17451daa698126488b57d709
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2023-02-20 16:50:38 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2023-02-20 17:09:26 +0000

    misc/glow: deprecate
---
 misc/glow/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/misc/glow/Makefile b/misc/glow/Makefile
index 978e8b409d41..938bb09e09c1 100644
--- a/misc/glow/Makefile
+++ b/misc/glow/Makefile
@@ -13,6 +13,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_i386=	non-constant-expression cannot be narrowed from type 'dim_t', see https://github.com/pytorch/glow/issues/4024
 BROKEN=		does not link: undefined reference to typeinfo for snappy::Source
+DEPRECATED=	Broken since 2021
+EXPIRATION_DATE=	2023-03-21
 
 LIB_DEPENDS=	libLLVM-${LLVM_VER:R}.so:devel/llvm${LLVM_VER:S/.//} \
 		libboost_system.so:devel/boost-libs \