Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Sep 2021 21:20:33 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: f5fa1105b9ed - 2021Q3 - devel/RStudio: Make build print ulimit -n
Message-ID:  <202109042120.184LKXuk058029@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by yuri:

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

commit f5fa1105b9ed5a742fbadaea98df887ec21c5b99
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-08-20 17:50:08 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-09-04 21:20:29 +0000

    devel/RStudio: Make build print ulimit -n
    
    (cherry picked from commit 20c19d31308bfc057ef426e5bc482033a1a516cf)
---
 devel/RStudio/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/RStudio/Makefile b/devel/RStudio/Makefile
index 93735f8082e8..961372fdf98a 100644
--- a/devel/RStudio/Makefile
+++ b/devel/RStudio/Makefile
@@ -113,7 +113,7 @@ post-patch:
 pre-build:
 	@${CP} ${FILESDIR}/global-setenv.h ${WRKSRC}/src/cpp/desktop/
 	@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/cpp/desktop/global-setenv.h
-	@${ECHO} "Current kern.openfiles setting is $$(${SYSCTL} -nh kern.openfiles)." # since build is likely to fail when it is lower than 4096
+	@${ECHO} "Current max open files (ulimit -n) setting is $$(ulimit -n)." # since build is likely to fail when it is lower than 4096
 
 post-install:
 	@(echo "#!/bin/sh"; \



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