git: 20c19d31308b - main - devel/RStudio: Make build print ulimit -n

Yuri Victorovich yuri at FreeBSD.org
Fri Aug 20 17:51:18 UTC 2021


The branch main has been updated by yuri:

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

commit 20c19d31308bfc057ef426e5bc482033a1a516cf
Author:     Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-08-20 17:50:08 +0000
Commit:     Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-08-20 17:50:08 +0000

    devel/RStudio: Make build print ulimit -n
---
 devel/RStudio/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/RStudio/Makefile b/devel/RStudio/Makefile
index 826938b356f4..90878ed2b596 100644
--- a/devel/RStudio/Makefile
+++ b/devel/RStudio/Makefile
@@ -114,7 +114,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"; \


More information about the dev-commits-ports-main mailing list