Date: Mon, 12 Dec 2005 10:40:37 +0900 From: Jun Kuriyama <kuriyama@imgsrc.co.jp> To: Kris Kennaway <kris@obsecurity.org>, skv@FreeBSD.org Cc: perl@FreeBSD.org Subject: Re: [ports-i386@pointyhat.freebsd.org: p5-App-Info-0.45 failed on i386 4] Message-ID: <7mu0dfks8a.wl%kuriyama@imgsrc.co.jp> In-Reply-To: <20051206034743.GD59270@xor.obsecurity.org> References: <20051206034743.GD59270@xor.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <kuriyama@imgsrc.co.jp> // IMG SRC, Inc.
<kuriyama@FreeBSD.org> // FreeBSD Project
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7mu0dfks8a.wl%kuriyama>
