aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-01-13 02:58:03 +0800
committermarino <marino@FreeBSD.org>2016-01-13 02:58:03 +0800
commit77f1a738b8229fd3f2554645bb8a1c67bd12c876 (patch)
tree8271aa59aa0d9cd6ddf4ff4c875c6442731430a3 /cad
parent00c3e3fa000f3e0fa70e4e8c9e326d7310a75e55 (diff)
downloadfreebsd-ports-gnome-77f1a738b8229fd3f2554645bb8a1c67bd12c876.tar.gz
freebsd-ports-gnome-77f1a738b8229fd3f2554645bb8a1c67bd12c876.tar.zst
freebsd-ports-gnome-77f1a738b8229fd3f2554645bb8a1c67bd12c876.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.
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