svn commit: r430108 - head/www/httest

John Marino marino at FreeBSD.org
Sat Dec 31 13:14:48 UTC 2016


Author: marino
Date: Sat Dec 31 13:14:46 2016
New Revision: 430108
URL: https://svnweb.freebsd.org/changeset/ports/430108

Log:
  www/httest is still not jobs safe
  
  There's a race where it's possible the worker.o object file isn't
  complete before it is linked.

Modified:
  head/www/httest/Makefile

Modified: head/www/httest/Makefile
==============================================================================
--- head/www/httest/Makefile	Sat Dec 31 12:42:59 2016	(r430107)
+++ head/www/httest/Makefile	Sat Dec 31 13:14:46 2016	(r430108)
@@ -34,6 +34,8 @@ PORTEXAMPLES=	*
 
 INSTALL_TARGET=	install-strip
 
+MAKE_JOBS_UNSAFE=	yes
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|`$$APR_CONFIG --cflags`||; s|-llua|-llua-${LUA_VER}|g' ${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|' ${WRKSRC}/generate_modules_c.sh


More information about the svn-ports-head mailing list