From owner-svn-src-stable-8@FreeBSD.ORG Tue Jul 9 09:18:54 2013 Return-Path: Delivered-To: svn-src-stable-8@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4AC5E748; Tue, 9 Jul 2013 09:18:54 +0000 (UTC) (envelope-from bsd-lists@1command.com) Received: from udns.ultimateDNS.NET (ultimatedns.net [209.180.214.225]) by mx1.freebsd.org (Postfix) with ESMTP id 1E24612A3; Tue, 9 Jul 2013 09:18:53 +0000 (UTC) Received: from udns.ultimateDNS.NET (localhost [127.0.0.1]) by udns.ultimateDNS.NET (8.14.5/8.14.5) with ESMTP id r699Ig1V067198; Tue, 9 Jul 2013 02:18:48 -0700 (PDT) (envelope-from bsd-lists@1command.com) Received: (from www@localhost) by udns.ultimateDNS.NET (8.14.5/8.14.5/Submit) id r699IbPG067197; Tue, 9 Jul 2013 02:18:37 -0700 (PDT) (envelope-from bsd-lists@1command.com) Received: from udns.ultimatedns.net ([209.180.214.225]) (UDNSMS authenticated user chrish) by ultimatedns.net with HTTP; Tue, 9 Jul 2013 02:18:37 -0700 (PDT) Message-ID: Date: Tue, 9 Jul 2013 02:18:37 -0700 (PDT) Subject: perl upgrade woes -- how to best reconcile? From: "Chris H" To: "freebsd-stable" , "svn-src-stable-8" User-Agent: UDNSMS/2.0.3 MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-BeenThere: svn-src-stable-8@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for only the 8-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jul 2013 09:18:54 -0000 Greetings, As my upgrade also required the change to subversion, it's been quite a challenge. I've nearly sorted out all the loose ends. But have a real issue with the path change for Perl. Yes, I've read UPDATING. For the most part, I upgraded all the ports via portmaster(8). But apparently that doesn't get it. While Perl seems to work, I receive a few errors, and have nearly no access to the (info|man)pages. An example error: perlinfo Date::Manip::Offset Subroutine path redefined at /usr/local/lib/perl5/5.12/BSDPAN/BSDPAN.pm line 29. Subroutine canonical_path redefined at /usr/local/lib/perl5/5.12/BSDPAN/BSDPAN.pm line 33. Subroutine perl_version redefined at /usr/local/lib/perl5/5.12/BSDPAN/BSDPAN.pm line 42. Subroutine perl_arch redefined at /usr/local/lib/perl5/5.12/BSDPAN/BSDPAN.pm line 47. Subroutine builds_port redefined at /usr/local/lib/perl5/5.12/BSDPAN/BSDPAN.pm line 51. Subroutine builds_standalone redefined at /usr/local/lib/perl5/5.12/BSDPAN/BSDPAN.pm line 66. How do I best sort this all out. I _really_ miss the perl_after_upgrade script, that used to accompany this process. Thank you for all your time, and consideration. --chris