From owner-svn-ports-head@FreeBSD.ORG Mon Dec 15 14:26:06 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8DF75666; Mon, 15 Dec 2014 14:26:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 78DFA357; Mon, 15 Dec 2014 14:26:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBFEQ6HB009206; Mon, 15 Dec 2014 14:26:06 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBFEQ6jL009204; Mon, 15 Dec 2014 14:26:06 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201412151426.sBFEQ6jL009204@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 15 Dec 2014 14:26:06 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2014 14:26:06 -0000 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 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