Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Dec 2022 09:54:29 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: 530ba72d08ba - main - editors/with-editor-devel: Mark MAKE_JOBS_UNSAFE
Message-ID:  <202212080954.2B89sTO8026683@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=530ba72d08ba331390c4890a8de5d0c418d1dfc1

commit 530ba72d08ba331390c4890a8de5d0c418d1dfc1
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2022-12-08 09:43:22 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2022-12-08 09:53:47 +0000

    editors/with-editor-devel: Mark MAKE_JOBS_UNSAFE
    
    It seems parallel build sometimes fails after recent update.
    
    Reported by:    pkg-fallout
---
 editors/with-editor-devel/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/editors/with-editor-devel/Makefile b/editors/with-editor-devel/Makefile
index c0943822ede0..66863787b8cd 100644
--- a/editors/with-editor-devel/Makefile
+++ b/editors/with-editor-devel/Makefile
@@ -20,6 +20,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	magit
 
 MAKE_ENV+=	LOAD_PATH="-L ${WRKSRC}/lisp -L ${PREFIX}/${EMACS_SITE_LISPDIR} -L ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} -L ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/compat"
+MAKE_JOBS_UNSAFE=	yes
 ALL_TARGET=	lisp info
 
 CONFLICTS_INSTALL=	with-editor-emacs*



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