svn commit: r379337 - head/www/p5-CGI-Deurl-XS
John Marino
marino at FreeBSD.org
Thu Feb 19 09:29:13 UTC 2015
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>
More information about the svn-ports-head
mailing list