Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jun 2023 07:14:32 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: 78384c5fabef - main - devel/git-modes: Mark MAKE_JOBS_UNSAFE
Message-ID:  <202306070714.3577EWFb068482@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=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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306070714.3577EWFb068482>