svn commit: r406883 - head/www/webstone

John Marino marino at FreeBSD.org
Thu Jan 21 22:24:48 UTC 2016


Author: marino
Date: Thu Jan 21 22:24:47 2016
New Revision: 406883
URL: https://svnweb.freebsd.org/changeset/ports/406883

Log:
  www/webstone is not jobs safe
  
  I'm not sure what changed, but recently this port fails quite often
  in a multijob environment.  It appears to be trying to link before
  all the object files are created.

Modified:
  head/www/webstone/Makefile

Modified: head/www/webstone/Makefile
==============================================================================
--- head/www/webstone/Makefile	Thu Jan 21 22:17:04 2016	(r406882)
+++ head/www/webstone/Makefile	Thu Jan 21 22:24:47 2016	(r406883)
@@ -22,6 +22,8 @@ CONFIGURE_WRKSRC=	${WRKSRC}/src
 BUILD_WRKSRC=	${WRKSRC}/src
 ALL_TARGET=	install
 
+MAKE_JOBS_UNSAFE=	yes
+
 post-patch:
 	@${FIND} ${WRKSRC}/bin -name "*.pl" -o -name "*.wpl" | ${XARGS} \
 		${REINPLACE_CMD} -i '' -e '1s|.*perl.*|#!${perl_CMD}|'


More information about the svn-ports-all mailing list