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
This commit is contained in:
Yasuhiro Kimura 2024-02-08 09:54:29 +09:00
parent cc3d12a651
commit c3223c28db
1 changed files with 5 additions and 0 deletions

View File

@ -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 \