Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jan 2016 18:58:03 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r405903 - head/cad/iverilog
Message-ID:  <201601121858.u0CIw35g024594@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601121858.u0CIw35g024594>