Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Dec 2016 13:14:47 +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: r430108 - head/www/httest
Message-ID:  <201612311314.uBVDElg7096752@repo.freebsd.org>

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



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