aboutsummaryrefslogtreecommitdiff
path: root/editors/tamago
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@FreeBSD.org>2024-02-08 00:54:29 +0000
committerYasuhiro Kimura <yasu@FreeBSD.org>2024-02-28 00:51:29 +0000
commitc3223c28db412e32aad37a9da5dc754477466b62 (patch)
tree1fe250631403c1b5af39fb2040a2be74c2e955a4 /editors/tamago
parentcc3d12a65165f8c3011b9e6f3d40e38757135e4e (diff)
downloadports-c3223c28db412e32aad37a9da5dc754477466b62.tar.gz
ports-c3223c28db412e32aad37a9da5dc754477466b62.zip
editors/tamago: Mark MAKE_JOBS_UNSAFE
Sometimes parallel build fails with such error as following: egg-com.el:35:11: Error: Loading file /wrkdirs/usr/ports/editors/tamago/work-devel_nox/tamago-4.0.6.0.20041122.19.15/egg-edep.elc failed to provide feature `egg-edep' PR: 276882 Approved by: maintainer timeout
Diffstat (limited to 'editors/tamago')
-rw-r--r--editors/tamago/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/tamago/Makefile b/editors/tamago/Makefile
index 2076441e93f7..541de024937c 100644
--- a/editors/tamago/Makefile
+++ b/editors/tamago/Makefile
@@ -18,6 +18,11 @@ GH_ACCOUNT= hrs-allbsd
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-lispdir="${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}"
CONFIGURE_ENV= EMACS="${EMACS_CMD}"
+
+# Sometimes parallel build fails with such error as following:
+# egg-com.el:35:11: Error: Loading file /wrkdirs/usr/ports/editors/tamago/work-devel_nox/tamago-4.0.6.0.20041122.19.15/egg-edep.elc failed to provide feature `egg-edep'
+MAKE_JOBS_UNSAFE= yes
+
PLIST_SUB= ELISPDIR="${EMACS_VERSION_SITE_LISPDIR}"
PORTDOCS= AUTHORS ChangeLog ChangeLog.1997-1998 \
ChangeLog.2000-2001 ChangeLog.2002-2004 \