git: 524b1f026baf - main - math/R-cran-NMF: Mark BROKEN

From: TAKATSU Tomonari <tota_at_FreeBSD.org>
Date: Sun, 07 May 2023 05:57:54 UTC
The branch main has been updated by tota:

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

commit 524b1f026bafd99d9ef55b2d02ab28dd96597887
Author:     TAKATSU Tomonari <tota@FreeBSD.org>
AuthorDate: 2023-05-07 05:35:49 +0000
Commit:     TAKATSU Tomonari <tota@FreeBSD.org>
CommitDate: 2023-05-07 05:57:10 +0000

    math/R-cran-NMF: Mark BROKEN
    
    - Mark BROKEN: does not build with the follwing error
        utils.cpp:118:20: error: use of undeclared identifier 'DOUBLE_EPS'
              double eps = sqrt(DOUBLE_EPS);
                                ^
    - Drop maintainership
    
    Reported by:    pkg-fallout
---
 math/R-cran-NMF/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/math/R-cran-NMF/Makefile b/math/R-cran-NMF/Makefile
index 46073ed526bb..e36e8dfecf86 100644
--- a/math/R-cran-NMF/Makefile
+++ b/math/R-cran-NMF/Makefile
@@ -4,12 +4,14 @@ PORTREVISION=	4
 CATEGORIES=	math
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
-MAINTAINER=	tota@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Algorithms and Framework for Nonnegative Matrix Factorization
 WWW=		https://cran.r-project.org/web/packages/NMF/
 
 LICENSE=	GPLv2+
 
+BROKEN=		does not build with R 4.3.0+
+
 CRAN_DEPENDS=	R-cran-pkgmaker>=0.20:devel/R-cran-pkgmaker \
 		R-cran-registry>0:devel/R-cran-registry \
 		R-cran-rngtools>=1.2.3:devel/R-cran-rngtools \