From owner-freebsd-current Sun Apr 8 5:26:45 2001 Delivered-To: freebsd-current@freebsd.org Received: from heechee.tobez.org (254.adsl0.ryv.worldonline.dk [213.237.10.254]) by hub.freebsd.org (Postfix) with ESMTP id 7339D37B422 for ; Sun, 8 Apr 2001 05:26:41 -0700 (PDT) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id A2F885517; Sun, 8 Apr 2001 14:26:38 +0200 (CEST) Date: Sun, 8 Apr 2001 14:26:38 +0200 From: Anton Berezin To: Michael Harnois Cc: freebsd-current@freebsd.org Subject: Re: perl broken? Message-ID: <20010408142638.B89950@heechee.tobez.org> Mail-Followup-To: Anton Berezin , Michael Harnois , freebsd-current@freebsd.org References: <867l0wgis5.fsf@mharnois.workgroup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <867l0wgis5.fsf@mharnois.workgroup.net>; from mdharnois@home.com on Sat, Apr 07, 2001 at 10:41:30PM -0500 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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