mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
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:
parent
cc3d12a651
commit
c3223c28db
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user