Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Feb 2015 09:29:13 +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: r379337 - head/www/p5-CGI-Deurl-XS
Message-ID:  <201502190929.t1J9TDdN055503@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Thu Feb 19 09:29:12 2015
New Revision: 379337
URL: https://svnweb.freebsd.org/changeset/ports/379337
QAT: https://qat.redports.org/buildarchive/r379337/

Log:
  www/p5-CGI-Deurl-XS: make jobs unsafe with prejudice
  
  This port has failed under multi-job conditions for me around 10 times.
  As earlier promised, I'm started setting jobs-unsafe on perl ports.
  
  This one tries to create the libparser.a static library prematurely and
  files with "Archive has no index" during linking.

Modified:
  head/www/p5-CGI-Deurl-XS/Makefile

Modified: head/www/p5-CGI-Deurl-XS/Makefile
==============================================================================
--- head/www/p5-CGI-Deurl-XS/Makefile	Thu Feb 19 09:29:08 2015	(r379336)
+++ head/www/p5-CGI-Deurl-XS/Makefile	Thu Feb 19 09:29:12 2015	(r379337)
@@ -16,4 +16,6 @@ LICENSE_COMB=	dual
 USES=		perl5
 USE_PERL5=	configure
 
+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?201502190929.t1J9TDdN055503>