git: 4c38e4811374 - main - devel/llama.el: Change value of MAKE_JOBS_UNSAFE to error message it fixes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 06 Feb 2025 05:14:16 UTC
The branch main has been updated by yasu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4c38e48113749ab5eb3962a2f6cc767e4727720c
commit 4c38e48113749ab5eb3962a2f6cc767e4727720c
Author: Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2025-02-06 03:33:02 +0000
Commit: Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2025-02-06 05:09:19 +0000
devel/llama.el: Change value of MAKE_JOBS_UNSAFE to error message it fixes
Reported by: danfe
Fixes: 00c9d9985b24 devel/llama.el: Mark MAKE_JOBS_UNSAFE
---
devel/llama.el/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/llama.el/Makefile b/devel/llama.el/Makefile
index ed38bed119f4..d72458a492eb 100644
--- a/devel/llama.el/Makefile
+++ b/devel/llama.el/Makefile
@@ -20,7 +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
+MAKE_JOBS_UNSAFE= Opening input file: No such file or directory, /wrkdirs/usr/ports/devel/llama.el/work-nox/llama-0.6.0/.#llama-autoloads.el
NO_ARCH= yes
PLIST_FILES= ${EMACS_VERSION_SITE_LISPDIR}/llama-autoloads.el \