From owner-freebsd-perl@FreeBSD.ORG Sat Nov 29 14:48:54 2014 Return-Path: Delivered-To: perl@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 41C73F2B; Sat, 29 Nov 2014 14:48:54 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 09457F15; Sat, 29 Nov 2014 14:48:54 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 45B15BDC2E; Sat, 29 Nov 2014 15:48:51 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 23C75BDC25; Sat, 29 Nov 2014 15:48:51 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id E10CA1D379E7; Sat, 29 Nov 2014 15:48:32 +0100 (CET) Date: Sat, 29 Nov 2014 15:48:32 +0100 From: Mathieu Arnold To: Andrey Chernov , perl@FreeBSD.org Subject: Re: MULTIPLICITY is always ON in perl5.18 Message-ID: <37FC9736CF0DB976B79D86C6@atuin.in.mat.cc> In-Reply-To: <5478CFA9.7010004@freebsd.org> References: <5478CFA9.7010004@freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2014 14:48:54 -0000 +--On 28 novembre 2014 22:40:25 +0300 Andrey Chernov wrote: | Hi. | I don't check MULTIPLICITY knob in port's config, but after compiling on | -stable I got | ... | useithreads=define, usemultiplicity=define | ... | Compile-time options: HAS_TIMES MULTIPLICITY PERLIO_LAYERS | ... | lines. Perhaps | MULTIPLICITY_CONFIGURE_OFF= -Dusemultiplicity=n | should be added to Makefile Hum, yes, you're right. The bug was already there for perl 5.14 and 5.16 though. -- Mathieu Arnold