aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-01-12 18:58:03 +0000
committerJohn Marino <marino@FreeBSD.org>2016-01-12 18:58:03 +0000
commit22197ba5c756f582dca3dad010f9aab971bbcc53 (patch)
tree8271aa59aa0d9cd6ddf4ff4c875c6442731430a3 /cad
parent903c15acac332516bdc2451201a56959e3aec5eb (diff)
downloadports-22197ba5c756f582dca3dad010f9aab971bbcc53.tar.gz
ports-22197ba5c756f582dca3dad010f9aab971bbcc53.zip
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.
Notes
Notes: svn path=/head/; revision=405903
Diffstat (limited to 'cad')
-rw-r--r--cad/iverilog/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/cad/iverilog/Makefile b/cad/iverilog/Makefile
index f317b93561a7..e8f6c037f42e 100644
--- a/cad/iverilog/Makefile
+++ b/cad/iverilog/Makefile
@@ -15,6 +15,8 @@ LICENSE= GPLv2
GNU_CONFIGURE= yes
USES= bison gmake
+MAKE_JOBS_UNSAFE= yes
+
.include <bsd.port.options.mk>
.if ${OSVERSION} < 1000033