git: 3c32a4025e54 - main - devel/{forge-devel,magit-devel}: Mark MAKE_JOBS_UNSAFE again

From: Yasuhiro Kimura <yasu_at_FreeBSD.org>
Date: Thu, 13 Jan 2022 10:00:49 UTC
The branch main has been updated by yasu:

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

commit 3c32a4025e54ee64bd20f0ae07f7effdb3638919
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2022-01-13 09:55:02 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2022-01-13 09:59:43 +0000

    devel/{forge-devel,magit-devel}: Mark MAKE_JOBS_UNSAFE again
    
    Unfortunately parallel build still fails if Emacs is build with native
    compilation enabled.
---
 devel/forge-devel/Makefile | 2 ++
 devel/magit-devel/Makefile | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/devel/forge-devel/Makefile b/devel/forge-devel/Makefile
index 8ac737d4c40c..cf1573aaf71d 100644
--- a/devel/forge-devel/Makefile
+++ b/devel/forge-devel/Makefile
@@ -34,6 +34,8 @@ GH_ACCOUNT=	magit
 
 MAKE_ENV+=	INSTALL_INFO=install-info \
 		LOAD_PATH="${_LOAD_PATH}"
+# Parallel build fails if Emacs is built with native compilation enabled
+MAKE_JOBS_UNSAFE=	yes
 ALL_TARGET=	lisp info
 
 CONFLICTS=	forge-emacs*
diff --git a/devel/magit-devel/Makefile b/devel/magit-devel/Makefile
index 013431f669b1..c696eb070be1 100644
--- a/devel/magit-devel/Makefile
+++ b/devel/magit-devel/Makefile
@@ -27,6 +27,8 @@ MAKE_ENV+=	docdir=${DOCSDIR} \
 		lispdir=${PREFIX}/${_ELISPDIR} \
 		LOAD_PATH="-L ${WRKSRC}/lisp -L ${PREFIX}/${EMACS_SITE_LISPDIR} -L ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} -L ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/ghub" \
 		VERSION=${PORTVERSION}
+# Parallel build fails if Emacs is built with native compilation enabled
+MAKE_JOBS_UNSAFE=	yes
 
 CONFLICTS_INSTALL=	magit-emacs*