git: ac3c171160e9 - main - devel/ghub-devel: Mark MAKE_JOBS_UNSAFE

From: Yasuhiro Kimura <yasu_at_FreeBSD.org>
Date: Tue, 13 Sep 2022 17:40:06 UTC
The branch main has been updated by yasu:

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

commit ac3c171160e91cd09bd5f71b48dc52a833d425c0
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2022-09-13 17:19:54 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2022-09-13 17:39:15 +0000

    devel/ghub-devel: Mark MAKE_JOBS_UNSAFE
    
    I have been receiving build error of this port from pkg-fallout. I
    myself can't reproduce it. But I experienced similar problem with
    devel/magit-devel and devel/forge-devel before and it was fixed by
    disabling parallel build. So mark MAKE_JOBS_UNSAFE hoping it also
    fixes build error of this port. At least it doesn't make things worse.
---
 devel/ghub-devel/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/ghub-devel/Makefile b/devel/ghub-devel/Makefile
index 7128edd7451f..f0f6eb68be71 100644
--- a/devel/ghub-devel/Makefile
+++ b/devel/ghub-devel/Makefile
@@ -22,6 +22,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	magit
 
 MAKE_ARGS=	LOAD_PATH="-L ${PREFIX}/${EMACS_SITE_LISPDIR} -L ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} -L ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/compat -L ."
+MAKE_JOBS_UNSAFE=	yes
 ALL_TARGET=	lisp info
 
 CONFLICTS_INSTALL=	ghub-emacs*