cad/iverilog is not jobs safe

This port has failed multiple times for me.
It intends to create a directory called "dep" and then move files into
it, but sometimes the file is moved before directory is created, becomes
renamed to "dep" and then mkdir fails because dep already exists.
This commit is contained in:
John Marino 2016-01-12 18:58:03 +00:00
parent 903c15acac
commit 22197ba5c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405903

View File

@ -15,6 +15,8 @@ LICENSE= GPLv2
GNU_CONFIGURE= yes
USES= bison gmake
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.options.mk>
.if ${OSVERSION} < 1000033