svn commit: r389599 - head/graphics/flasm

John Marino marino at FreeBSD.org
Sun Jun 14 08:04:56 UTC 2015


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
 


More information about the svn-ports-all mailing list