svn commit: r374747 - in head: net/p5-Google-SAML-Response textproc/p5-XML-CanonicalizeXML

John Marino marino at FreeBSD.org
Mon Dec 15 14:26:06 UTC 2014


Author: marino
Date: Mon Dec 15 14:26:05 2014
New Revision: 374747
URL: https://svnweb.freebsd.org/changeset/ports/374747
QAT: https://qat.redports.org/buildarchive/r374747/

Log:
  Make jobs unsafe on two ports
  
  Both of these ports have failed repeatedly under multi-job runs, and
  had to be fixed by disabling make jobs.

Modified:
  head/net/p5-Google-SAML-Response/Makefile
  head/textproc/p5-XML-CanonicalizeXML/Makefile

Modified: head/net/p5-Google-SAML-Response/Makefile
==============================================================================
--- head/net/p5-Google-SAML-Response/Makefile	Mon Dec 15 14:07:51 2014	(r374746)
+++ head/net/p5-Google-SAML-Response/Makefile	Mon Dec 15 14:26:05 2014	(r374747)
@@ -25,4 +25,6 @@ TEST_DEPENDS=	p5-Test-Exception>=0:${POR
 USES=		perl5
 USE_PERL5=	configure
 
+MAKE_JOBS_UNSAFE=	yes
+
 .include <bsd.port.mk>

Modified: head/textproc/p5-XML-CanonicalizeXML/Makefile
==============================================================================
--- head/textproc/p5-XML-CanonicalizeXML/Makefile	Mon Dec 15 14:07:51 2014	(r374746)
+++ head/textproc/p5-XML-CanonicalizeXML/Makefile	Mon Dec 15 14:26:05 2014	(r374747)
@@ -19,4 +19,6 @@ LIB_DEPENDS=	libxml2.so:${PORTSDIR}/text
 USE_PERL5=	configure
 USES=		perl5
 
+MAKE_JOBS_UNSAFE=	yes
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list