From owner-freebsd-perl@FreeBSD.ORG Mon Apr 1 17:24:58 2013 Return-Path: Delivered-To: freebsd-perl@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 8D12194 for ; Mon, 1 Apr 2013 17:24:58 +0000 (UTC) (envelope-from phoffman@proper.com) Received: from hoffman.proper.com (IPv6.Hoffman.Proper.COM [IPv6:2605:8e00:100:41::81]) by mx1.freebsd.org (Postfix) with ESMTP id 6501B402 for ; Mon, 1 Apr 2013 17:24:58 +0000 (UTC) Received: from [10.20.30.90] (50-1-98-12.dsl.dynamic.sonic.net [50.1.98.12]) (authenticated bits=0) by hoffman.proper.com (8.14.5/8.14.5) with ESMTP id r31HOuAU052561 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Mon, 1 Apr 2013 10:24:57 -0700 (MST) (envelope-from phoffman@proper.com) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Subject: Re: Confused about what to do after a version upgrade From: Paul Hoffman In-Reply-To: <1E4289FD-35A8-4133-96C2-78E71E940504@proper.com> Date: Mon, 1 Apr 2013 10:24:55 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <6E0B23E7-5AC0-43F0-BAD4-0CD972C367E2@proper.com> References: <1E4289FD-35A8-4133-96C2-78E71E940504@proper.com> To: freebsd-perl@freebsd.org X-Mailer: Apple Mail (2.1503) X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Apr 2013 17:24:58 -0000 Thanks for the replies. I chose Markus' solution: > pkg_deinstall -f perl-5.8.9_7 > pkgdb -F > ^^that should fix it after smashing by pkg_deinstall -f it ;) > if problems, you need to rebuild the new perl again.... over Milki's: > Portupgrade users: > 0) Fix pkgdb.db (for safety): > pkgdb -Ff >=20 > 1) Reinstall new version of Perl (5.16): > env DISABLE_CONFLICTS=3D1 portupgrade -o lang/perl5.16 -f = perl-5.12.\* >=20 > 2) Reinstall everything that depends on Perl: > portupgrade -fr perl ...but suspect I should have chosen Milki's. In fact, I did have to = rebuild the new perl after the two steps in Markus' solution. Thanks for the quick responses! --Paul Hoffman=