Date: Tue, 4 Feb 2025 09:56:09 GMT From: Yasuhiro Kimura <yasu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 00c9d9985b24 - main - devel/llama.el: Mark MAKE_JOBS_UNSAFE Message-ID: <202502040956.5149u9BM060694@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=00c9d9985b24a2b82ec5fa009a7e40bc30d8ba66 commit 00c9d9985b24a2b82ec5fa009a7e40bc30d8ba66 Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2025-02-04 09:51:22 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2025-02-04 09:55:38 +0000 devel/llama.el: Mark MAKE_JOBS_UNSAFE It seems parallel build may fail. Reported by: pkg-fallout --- devel/llama.el/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/llama.el/Makefile b/devel/llama.el/Makefile index 5e9216ac0be3..ed38bed119f4 100644 --- a/devel/llama.el/Makefile +++ b/devel/llama.el/Makefile @@ -20,6 +20,7 @@ GH_ACCOUNT= tarsius GH_PROJECT= llama MAKE_ARGS= LOAD_PATH=" -L ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} -L ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/compat -L ." +MAKE_JOBS_UNSAFE= yes NO_ARCH= yes PLIST_FILES= ${EMACS_VERSION_SITE_LISPDIR}/llama-autoloads.el \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502040956.5149u9BM060694>