games/blackshadeselite is not jobs safe.
This one has failed on me multiple times under high contention. It appears that its is trying to create objects files in the objs directory before that directory is created (a race between c++ and mkdir)
This commit is contained in:
parent
f63908c538
commit
41495352f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398277
@ -30,6 +30,8 @@ PORTDATA= *
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
post-extract:
|
||||
@${FIND} ${WRKSRC}/Data -name '._*' -delete
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user