Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Nov 2013 16:49:08 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334225 - head/benchmarks/slowloris
Message-ID:  <201311181649.rAIGn8tK086506@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Nov 18 16:49:08 2013
New Revision: 334225
URL: http://svnweb.freebsd.org/changeset/ports/334225

Log:
  The default perl threads option changed.
  
  Approved by:	with perl@ hat.

Modified:
  head/benchmarks/slowloris/Makefile

Modified: head/benchmarks/slowloris/Makefile
==============================================================================
--- head/benchmarks/slowloris/Makefile	Mon Nov 18 16:46:54 2013	(r334224)
+++ head/benchmarks/slowloris/Makefile	Mon Nov 18 16:49:08 2013	(r334225)
@@ -20,13 +20,15 @@ PLIST_FILES=	bin/slowloris
 NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
-PERL_THREADS=	no
+PERL_THREADS=	yes
 
 .if exists(${PERL})
 PERL_THREADS!=	${PERL} -V::usethreads
 .if ${PERL_THREADS} == "'define';"
 RUN_DEPENDS+=	p5-threads-shared>=0:${PORTSDIR}/devel/p5-threads-shared
 PERL_THREADS=	yes
+.else
+PERL_THREADS=	no
 .endif
 .endif
 



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