svn commit: r403858 - head/devel/jwasm

John Marino marino at FreeBSD.org
Wed Dec 16 13:48:40 UTC 2015


Author: marino
Date: Wed Dec 16 10:13:59 2015
New Revision: 403858
URL: https://svnweb.freebsd.org/changeset/ports/403858

Log:
  devel/jwasm is not jobs safe
  
  It tries to build object files in GccUnixR directory without checking
  if the directory was successfully created (a race).

Modified:
  head/devel/jwasm/Makefile

Modified: head/devel/jwasm/Makefile
==============================================================================
--- head/devel/jwasm/Makefile	Wed Dec 16 09:50:13 2015	(r403857)
+++ head/devel/jwasm/Makefile	Wed Dec 16 10:13:59 2015	(r403858)
@@ -22,6 +22,8 @@ MAKEFILE=	GccUnix.mak
 PORTDOCS=	*
 PLIST_FILES=	bin/jwasm
 
+MAKE_JOBS_UNSAFE=	yes
+
 post-patch:
 	@${REINPLACE_CMD} -e \
 		'/^extra_c_flags/s|-O2|$$(CFLAGS)| ; \


More information about the svn-ports-all mailing list