Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Dec 2014 14:26:06 +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: r374747 - in head: net/p5-Google-SAML-Response textproc/p5-XML-CanonicalizeXML
Message-ID:  <201412151426.sBFEQ6jL009204@svn.freebsd.org>

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



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