From owner-freebsd-stable@FreeBSD.ORG Sat Jun 12 16:06:50 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A37D216A4CE for ; Sat, 12 Jun 2004 16:06:50 +0000 (GMT) Received: from haanjdj.demon.nl (haanjdj.demon.nl [82.161.5.221]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5209643D54 for ; Sat, 12 Jun 2004 16:06:50 +0000 (GMT) (envelope-from derkjan@haanjdj.demon.nl) Received: from localhost (localhost [127.0.0.1]) by haanjdj.demon.nl (Postfix) with ESMTP id 7D0F62C280; Sat, 12 Jun 2004 18:06:20 +0200 (CEST) Received: from haanjdj.demon.nl ([127.0.0.1]) by localhost (haanjdj.demon.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00248-02; Sat, 12 Jun 2004 18:06:15 +0200 (CEST) Received: from bogomip (bogomip.badmuts.org [192.168.2.1]) by haanjdj.demon.nl (Postfix) with SMTP id E8EE62C29F; Sat, 12 Jun 2004 18:06:07 +0200 (CEST) Message-ID: <011501c45097$30af86f0$0102a8c0@bogomip> From: "Derkjan de Haan" To: , References: <200406130128.01007.shinjii@virusinfo.rdksupportinc.com> Date: Sat, 12 Jun 2004 18:06:08 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Virus-Scanned: by amavisd-new at haanjdj.demon.nl Subject: Re: perl X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jun 2004 16:06:50 -0000 Have you followed these instructions found in /usr/ports/UPDATING ? (cut and paste from a -CURRENT system, but I think they also apply to 4.X installs) 20040204: AFFECTS: 5.2-CURRENT users who started with a 5.2-RELEASE or older. Change the default version of perl to 5.8. 1) Force perl-5.6.1 to be upgraded with perl-5.8. portupgrade -o lang/perl5.8 -f perl-5.6.1_15 2) Update all p5-* modules. portupgrade -f p5-\* 20040531: AFFECTS: users of lang/perl5.8 lang/perl5.8 has been updated to 5.8.4. you should update everything depending on perl, that is : * first, upgrade your perl5.8 installation. * run "use.perl port", so that the system knows you have 5.8.4. * now, run some magic incantations to upgrade all ports depending on perl, that is run something like : portupgrade -f `(pkg_info -R perl-5.8.4 |tail +4; \ find /usr/local/lib/perl5/site_perl/5.8.2 -type f -print0 \ | xargs -0 pkg_which -fv | sed -e '/: ?/d' -e 's/.*: //')|sort -u` This is likely to fail for a few ports, you'll have to upgrade them afterward. regards, Derkjan ----- Original Message ----- From: "Warren Liddell" To: Sent: Saturday, June 12, 2004 5:28 PM Subject: perl > Has anyone else been having trouble with perl of late with it trying to > install each time a pkg needs it ? > -- > Yours Sincerely > Shinjii > http://virusinfo.rdksupportinc.com > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >