From owner-freebsd-perl@FreeBSD.ORG Mon Jun 9 14:39:33 2014 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D8D56D01; Mon, 9 Jun 2014 14:39:33 +0000 (UTC) Received: from f10.opsec.eu (f10.opsec.eu [IPv6:2001:14f8:200:4::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 993C92ADF; Mon, 9 Jun 2014 14:39:33 +0000 (UTC) Received: from pi by f10.opsec.eu with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1Wu0jQ-000OJv-Be; Mon, 09 Jun 2014 16:39:28 +0200 Date: Mon, 9 Jun 2014 16:39:28 +0200 From: Kurt Jaeger To: Frederic Culot , Philippe =?iso-8859-1?Q?Aud=E9oud?= , perl@freebsd.org Subject: PR 185541, lang/perl5.20, annoying bug in Math/BigInt.pm Message-ID: <20140609143928.GB3484@f10.opsec.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Cc: pi@FreeBSD.org X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.18 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: Mon, 09 Jun 2014 14:39:33 -0000 Hi! A very small patch for lang/perl5.20 which fixes an annoying bug as described in 185541 and in the Perl RT: https://rt.cpan.org/Public/Bug/Display.html?id=80182 A similar patch can be applied to lang/perl5.16 and lang/perl5.18. Should I provide poudriere logs as well ? Can this small patch be applied ? 0) poudriere: http://people.freebsd.org/~pi/misc/perl5.20-5.20.0_2.log 1) commit log: ------------ lang/perl5.20: PR 185541, fix Math/BigInt.pm PR: lang/perl5.20 Approved-by: TODO (maintainer), TODO (mentors) ------------ 2) svn diff: ------------ Index: Makefile =================================================================== --- Makefile (revision 357154) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= perl PORTVERSION= ${PERL_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang devel perl5 MASTER_SITES= CPAN \ ${MASTER_SITE_LOCAL:S/$/:local/} \ Index: patch-BigInt.pm =================================================================== --- patch-BigInt.pm (revision 0) +++ patch-BigInt.pm (working copy) @@ -0,0 +1,11 @@ +--- dist/Math-BigInt/lib/Math/BigInt.pm-orig 2014-06-09 16:22:23.000000000 +0200 ++++ dist/Math-BigInt/lib/Math/BigInt.pm 2014-06-09 16:22:54.000000000 +0200 +@@ -62,7 +62,7 @@ + '>>=' => sub { $_[0]->brsft($_[1]); }, + + # not supported by Perl yet +-'..' => \&_pointpoint, ++# '..' => \&_pointpoint, + + '<=>' => sub { my $rc = $_[2] ? + ref($_[0])->bcmp($_[1],$_[0]) : Property changes on: patch-BigInt.pm ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property ------------ -- pi@FreeBSD.org +49 171 3101372 6 years to go !