git: 78384c5fabef - main - devel/git-modes: Mark MAKE_JOBS_UNSAFE
Date: Wed, 07 Jun 2023 07:14:32 UTC
The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=78384c5fabef5d96a08c0fda69108883c9e9b845 commit 78384c5fabef5d96a08c0fda69108883c9e9b845 Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2023-06-07 07:09:16 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2023-06-07 07:13:32 +0000 devel/git-modes: Mark MAKE_JOBS_UNSAFE It seems parallel build sometimes fails. Reported by: pkg-fallout --- devel/git-modes/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/git-modes/Makefile b/devel/git-modes/Makefile index dce9f7ebbfcb..aea07ed6d9fa 100644 --- a/devel/git-modes/Makefile +++ b/devel/git-modes/Makefile @@ -20,6 +20,7 @@ USE_GITHUB= yes GH_ACCOUNT= magit MAKE_ENV+= LOAD_PATH="-L ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/compat" +MAKE_JOBS_UNSAFE= yes NO_ARCH= yes