From owner-freebsd-ports Mon Aug 5 10:52: 0 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3653137B400 for ; Mon, 5 Aug 2002 10:51:58 -0700 (PDT) Received: from lilbuddy.antsclimbtree.com (dsl-64-130-38-189.telocity.com [64.130.38.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7AFE43E3B for ; Mon, 5 Aug 2002 10:51:57 -0700 (PDT) (envelope-from mark@antsclimbtree.com) Received: from meemee.antsclimbtree.com (meemee.antsclimbtree.com [192.168.1.2]) (authenticated bits=0) by lilbuddy.antsclimbtree.com (8.12.3/8.12.3) with ESMTP id g75HpwIP066364; Mon, 5 Aug 2002 10:51:59 -0700 (PDT) (envelope-from mark@antsclimbtree.com) Date: Mon, 5 Aug 2002 10:51:56 -0700 Subject: Re: SpamAssassin / p5-PodParser fail Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) Cc: To: chris.laco@threetech.com From: Mark Edwards In-Reply-To: <1144.208.44.49.5.1028551977.squirrel@mail.chrislaco.com> Message-Id: <08A712F1-A89C-11D6-9FDD-000A278CC960@antsclimbtree.com> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.482) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Monday, August 5, 2002, at 05:52 AM, Christopher H. Laco wrote: > See: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/39337 > > I think there are now 2 ways around this: > > #1 cvsup your source and rebuild the base Perl. The @INC order has changed. > > #2 cvsup your ports tree and rebuild p5-Spamassassin. IIRC, someone > patched the ports to look in a different spot for the File::Spec module > (ports first, then base). Actually, the fix I came up with was to follow what /usr/ports/devel/p5-File-Spec suggested: Installing /usr/local/lib/perl5/5.00503/man/man3/File::Spec::Mac.3 Installing /usr/local/lib/perl5/5.00503/man/man3/File::Spec.3 Writing /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/File/Spec/.packlist ## Differing version of File/Spec/Mac.pm found. You might like to rm /usr/libdata/perl/5.00503/File/Spec/Mac.pm ## Differing version of File/Spec/OS2.pm found. You might like to rm /usr/libdata/perl/5.00503/File/Spec/OS2.pm ## Differing version of File/Spec/Unix.pm found. You might like to rm /usr/libdata/perl/5.00503/File/Spec/Unix.pm ## Differing version of File/Spec/VMS.pm found. You might like to rm /usr/libdata/perl/5.00503/File/Spec/VMS.pm ## Differing version of File/Spec/Win32.pm found. You might like to rm /usr/libdata/perl/5.00503/File/Spec/Win32.pm ## Running 'make install UNINST=1' will unlink all those files for you. Appending installation info to /usr/local/lib/perllocal.pod I ran those rm commands and after that SpamAssassin compiled fine. I assume those files are going to get replaced next time I make installworld, right? Should I just install the lang/perl5 port? Would that be better in the long run? Thanks. -- Mark Edwards San Francisco, CA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message