Date: Thu, 13 Oct 2022 02:09:04 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: 814a13d51776 - main - databases/emacsql: Mark MAKE_JOBS_UNSAFE Message-ID: <202210130209.29D294C9004027@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=814a13d517766115be6205981d361e92d34f4e28 commit 814a13d517766115be6205981d361e92d34f4e28 Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2022-10-13 02:04:38 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2022-10-13 02:07:54 +0000 databases/emacsql: Mark MAKE_JOBS_UNSAFE Paralell build may fail after updated to 3.1.0. Reported by: pkg-fallout --- databases/emacsql/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/databases/emacsql/Makefile b/databases/emacsql/Makefile index 7bc1c002c5ad..31d4e4506305 100644 --- a/databases/emacsql/Makefile +++ b/databases/emacsql/Makefile @@ -20,6 +20,7 @@ USE_GITHUB= yes GH_ACCOUNT= magit MAKE_ENV+= LOAD_PATH="-L ${PREFIX}/${EMACS_SITE_LISPDIR} -L ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}" +MAKE_JOBS_UNSAFE= yes TEST_TARGET= test CONFLICTS_INSTALL= emacsql emacsql-emacs_*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210130209.29D294C9004027>