git: e7864a90de86 - 2021Q3 - devel/RStudio: Make build to print the limit on number of open files.

Yuri Victorovich yuri at FreeBSD.org
Sat Sep 4 21:20:32 UTC 2021


The branch 2021Q3 has been updated by yuri:

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

commit e7864a90de86ab0c6ddb07b94782e714fbd09320
Author:     Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-08-20 17:24:11 +0000
Commit:     Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-09-04 21:20:29 +0000

    devel/RStudio: Make build to print the limit on number of open files.
    
    (cherry picked from commit 7c33ea3613a04086de4a74b02afc2d483abf3ed3)
---
 devel/RStudio/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/RStudio/Makefile b/devel/RStudio/Makefile
index d0067d59bdae..93735f8082e8 100644
--- a/devel/RStudio/Makefile
+++ b/devel/RStudio/Makefile
@@ -113,6 +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
 
 post-install:
 	@(echo "#!/bin/sh"; \


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