[ports-i386@pointyhat.freebsd.org: p5-App-Info-0.45 failed on i386 4]

Jun Kuriyama kuriyama at imgsrc.co.jp
Sun Dec 11 17:40:41 PST 2005


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 at imgsrc.co.jp> // IMG SRC, Inc.
             <kuriyama at FreeBSD.org> // FreeBSD Project


More information about the freebsd-perl mailing list