From owner-freebsd-perl@FreeBSD.ORG Mon Dec 12 01:40:41 2005 Return-Path: X-Original-To: perl@FreeBSD.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 919C016A41F; Mon, 12 Dec 2005 01:40:41 +0000 (GMT) (envelope-from kuriyama@imgsrc.co.jp) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [210.226.20.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C56343D55; Mon, 12 Dec 2005 01:40:40 +0000 (GMT) (envelope-from kuriyama@imgsrc.co.jp) Received: from localhost (localhost [127.0.0.1]) by black.imgsrc.co.jp (Postfix) with ESMTP id 53EC350DCD; Mon, 12 Dec 2005 10:40:39 +0900 (JST) Received: from pink.imgsrc.co.jp (unknown [IPv6:2001:218:422:1::36]) by black.imgsrc.co.jp (Postfix) with ESMTP id B249550DCA; Mon, 12 Dec 2005 10:40:37 +0900 (JST) Date: Mon, 12 Dec 2005 10:40:37 +0900 Message-ID: <7mu0dfks8a.wl%kuriyama@imgsrc.co.jp> From: Jun Kuriyama To: Kris Kennaway , skv@FreeBSD.org In-Reply-To: <20051206034743.GD59270@xor.obsecurity.org> References: <20051206034743.GD59270@xor.obsecurity.org> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by amavisd 0.1 Cc: perl@FreeBSD.org Subject: Re: [ports-i386@pointyhat.freebsd.org: p5-App-Info-0.45 failed on i386 4] X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 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, 12 Dec 2005 01:40:41 -0000 At Mon, 5 Dec 2005 22:47:43 -0500, Kris Kennaway wrote: > Dozens of perl ports are now broken like this on 4.x..someone please investigate. It seems p5-podlators (Pod::Man) dying on 4.x. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/p5-podlators/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 2 Dec 2005 17:37:18 -0000 1.10 +++ Makefile 12 Dec 2005 01:35:46 -0000 @@ -7,6 +7,7 @@ PORTNAME= podlators PORTVERSION= 2.00 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Pod Index: files/patch-Man.pm =================================================================== RCS file: files/patch-Man.pm diff -N files/patch-Man.pm --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-Man.pm 12 Dec 2005 01:35:27 -0000 @@ -0,0 +1,11 @@ +--- lib/Pod/Man.pm.orig Mon Dec 12 10:35:06 2005 ++++ lib/Pod/Man.pm Mon Dec 12 10:35:12 2005 +@@ -300,7 +300,7 @@ + } + } elsif ($self->can ("end_$method")) { + my $method = 'end_' . $method; +- $self->$method; ++ $self->$method(); + } else { + DEBUG > 2 and print "No $method end method, skipping\n"; + } -- Jun Kuriyama // IMG SRC, Inc. // FreeBSD Project