Date: Fri, 20 Aug 2021 17:25:10 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7c33ea3613a0 - main - devel/RStudio: Make build to print the limit on number of open files. Message-ID: <202108201725.17KHPAb8042811@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=7c33ea3613a04086de4a74b02afc2d483abf3ed3 commit 7c33ea3613a04086de4a74b02afc2d483abf3ed3 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-08-20 17:24:11 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-08-20 17:25:09 +0000 devel/RStudio: Make build to print the limit on number of open files. --- devel/RStudio/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/RStudio/Makefile b/devel/RStudio/Makefile index 9b17c8aa72ed..826938b356f4 100644 --- a/devel/RStudio/Makefile +++ b/devel/RStudio/Makefile @@ -114,6 +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 post-install: @(echo "#!/bin/sh"; \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108201725.17KHPAb8042811>