git: 98366bb9e44f - main - misc/mxnet: Broken on 15; Add deprecation notice

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 01 Nov 2024 03:55:04 UTC
The branch main has been updated by yuri:

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

commit 98366bb9e44f058c2f4e31314f8d3d000b05175e
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-11-01 02:54:41 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-11-01 03:54:54 +0000

    misc/mxnet: Broken on 15; Add deprecation notice
    
    Reported by:    fallout
---
 misc/mxnet/Makefile | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/misc/mxnet/Makefile b/misc/mxnet/Makefile
index ee952c7fc9b0..22f8a44aba21 100644
--- a/misc/mxnet/Makefile
+++ b/misc/mxnet/Makefile
@@ -5,15 +5,20 @@ CATEGORIES=	misc # machine-learning
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Apache MXNet: Ultra-scalable deep learning framework
-WWW=		https://mxnet.apache.org/
+WWW=		https://mxnet.apache.org/ \
+		https://github.com/apache/mxnet
 
 LICENSE=	APACHE20
 
+BROKEN_FreeBSD_15=	compilation fails with clang-19, but the MXNet project has been retired by Apache and the port should probably be removed soon
 BROKEN_i386=	https://github.com/apache/incubator-mxnet/issues/20832
 .if !exists(/usr/include/omp.h)
 BROKEN=		requires OpenMP support that is missing on this architecture
 .endif
 
+DEPRECATED=		Project has been retired by Apache, see https://attic.apache.org/projects/mxnet.html
+EXPIRATION_DATE=	2025-04-01
+
 BUILD_DEPENDS=	googletest>0:devel/googletest
 LIB_DEPENDS=	libdmlc.so:devel/dmlc-core \
 		liblapack.so:math/lapack \