Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jun 2015 08:04:55 +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: r389599 - head/graphics/flasm
Message-ID:  <201506140804.t5E84tpd038953@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Jun 14 08:04:55 2015
New Revision: 389599
URL: https://svnweb.freebsd.org/changeset/ports/389599

Log:
  graphics/flasm is not jobs safe (easily reproducible)
  
  This port has failed on me at least 4 times that's I've recorded.  It
  seems to be trying to use bison output before it's generated (e.g.
  bison --defines --debug assembler.y which is executed twice).

Modified:
  head/graphics/flasm/Makefile

Modified: head/graphics/flasm/Makefile
==============================================================================
--- head/graphics/flasm/Makefile	Sun Jun 14 07:32:08 2015	(r389598)
+++ head/graphics/flasm/Makefile	Sun Jun 14 08:04:55 2015	(r389599)
@@ -17,6 +17,8 @@ PLIST_FILES=	bin/flasm
 
 MAKE_ARGS=	CFLAGS="${CFLAGS}"
 
+MAKE_JOBS_UNSAFE=	yes
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/flasm ${STAGEDIR}${PREFIX}/bin
 



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