Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Apr 2001 14:26:38 +0200
From:      Anton Berezin <tobez@tobez.org>
To:        Michael Harnois <mdharnois@home.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: perl broken?
Message-ID:  <20010408142638.B89950@heechee.tobez.org>
In-Reply-To: <867l0wgis5.fsf@mharnois.workgroup.net>; from mdharnois@home.com on Sat, Apr 07, 2001 at 10:41:30PM -0500
References:  <867l0wgis5.fsf@mharnois.workgroup.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Apr 07, 2001 at 10:41:30PM -0500, Michael Harnois wrote:
> Different ports, similar problem:
> 
> /usr/bin/perl5 -I/usr/libdata/perl/5.6.0/mach -I/usr/libdata/perl/BSDPAN    IMAP.xs > IMAP.xsc && mv IMAP.xsc IMAP.c

Arrrgggghgh.  Thanks for the report.

Please try the following patch:

--- /usr/libdata/perl/BSDPAN/BSDPAN/Override.pm	Thu Apr  5 22:21:44 2001
+++ /usr/libdata/perl/BSDPAN/BSDPAN/Override.pm	Sun Apr  8 14:22:21 2001
@@ -102,6 +102,7 @@
 		eval "*\$name = sub {
 			\\\$repsub2->(
 				\\\$real_addr, \\\@_) };";
+		\@r;
 		}, \@_)
 };
 EOF

Cheers,
+Anton.
-- 
May the tuna salad be with you.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010408142638.B89950>