aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2015-02-19 17:29:12 +0800
committermarino <marino@FreeBSD.org>2015-02-19 17:29:12 +0800
commitfec7c97d7c69945fe795a78bcb5873dd251a20c3 (patch)
tree71dbe01497c182f5eed442a3dbd252959b10e7c6 /www
parent32be4b231592615a799b150ba57cb3dfada4986b (diff)
downloadfreebsd-ports-gnome-fec7c97d7c69945fe795a78bcb5873dd251a20c3.tar.gz
freebsd-ports-gnome-fec7c97d7c69945fe795a78bcb5873dd251a20c3.tar.zst
freebsd-ports-gnome-fec7c97d7c69945fe795a78bcb5873dd251a20c3.zip
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.
Diffstat (limited to 'www')
-rw-r--r--www/p5-CGI-Deurl-XS/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/p5-CGI-Deurl-XS/Makefile b/www/p5-CGI-Deurl-XS/Makefile
index 1bbd84102440..2982eb8405df 100644
--- a/www/p5-CGI-Deurl-XS/Makefile
+++ b/www/p5-CGI-Deurl-XS/Makefile
@@ -16,4 +16,6 @@ LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
+MAKE_JOBS_UNSAFE= yes
+
.include <bsd.port.mk>