Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 May 2022 20:17:50 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c56530d00154 - main - devel/RStudio: mark as BROKEN after boost upgrade
Message-ID:  <202205222017.24MKHoGA092509@gitrepo.freebsd.org>

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

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

commit c56530d0015436ae237565790813225a17f82699
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-05-22 19:15:49 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-05-22 20:17:07 +0000

    devel/RStudio: mark as BROKEN after boost upgrade
    
    PR:     246106
---
 devel/RStudio/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/RStudio/Makefile b/devel/RStudio/Makefile
index 321a5145fef3..d4bee621d39e 100644
--- a/devel/RStudio/Makefile
+++ b/devel/RStudio/Makefile
@@ -32,6 +32,8 @@ LIB_DEPENDS=	libR.so:math/R \
 		libuuid.so:misc/e2fsprogs-libuuid \
 		libyaml-cpp.so:devel/yaml-cpp
 
+BROKEN=		Fails to compile: Cannot find module 'fuse-box/sparky'
+
 FLAVORS=	desktop server
 FLAVOR?=	${FLAVORS:[1]}
 server_PKGNAMESUFFIX=	-server



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