Date: Sun, 26 Mar 2023 17:35:54 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: 478d2e48aa4c - main - www/qt5-webengine: Add comment about the need to have special setting in poudriere.conf Message-ID: <202303261735.32QHZsHr099761@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=478d2e48aa4c5ad10302add54513c371a8b96a64 commit 478d2e48aa4c5ad10302add54513c371a8b96a64 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-03-26 17:27:11 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-03-26 17:35:49 +0000 www/qt5-webengine: Add comment about the need to have special setting in poudriere.conf Based on https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270041#c2 --- www/qt5-webengine/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/qt5-webengine/Makefile b/www/qt5-webengine/Makefile index 1868b13c8b96..b41e263da4d2 100644 --- a/www/qt5-webengine/Makefile +++ b/www/qt5-webengine/Makefile @@ -14,6 +14,9 @@ # to lag behind the rest of the official Qt5 ones, which is why we set # QT5_VERSION and DISTINFO_FILE here. +# In order to successfully build this port in pousriere you need to add +# MAX_FILES_qt5_webengine=4096 to /usr/local/etc/poudriere.conf + PORTNAME= webengine DISTVERSION= ${QT5_VERSION} PORTREVISION= 0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303261735.32QHZsHr099761>