svn commit: r405903 - head/cad/iverilog

John Marino marino at FreeBSD.org
Tue Jan 12 18:58:04 UTC 2016


Author: marino
Date: Tue Jan 12 18:58:03 2016
New Revision: 405903
URL: https://svnweb.freebsd.org/changeset/ports/405903

Log:
  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.

Modified:
  head/cad/iverilog/Makefile

Modified: head/cad/iverilog/Makefile
==============================================================================
--- head/cad/iverilog/Makefile	Tue Jan 12 18:57:41 2016	(r405902)
+++ head/cad/iverilog/Makefile	Tue Jan 12 18:58:03 2016	(r405903)
@@ -15,6 +15,8 @@ LICENSE=	GPLv2
 GNU_CONFIGURE=	yes
 USES=		bison gmake
 
+MAKE_JOBS_UNSAFE=	yes
+
 .include <bsd.port.options.mk>
 
 .if ${OSVERSION} < 1000033


More information about the svn-ports-all mailing list