Date: Thu, 21 Jan 2016 22:24: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: r406883 - head/www/webstone Message-ID: <201601212224.u0LMOl8p007014@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}|'
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601212224.u0LMOl8p007014>