From owner-freebsd-questions@FreeBSD.ORG Sun Feb 22 04:11:49 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C10E67FB for ; Sun, 22 Feb 2015 04:11:49 +0000 (UTC) Received: from mail-vc0-x232.google.com (mail-vc0-x232.google.com [IPv6:2607:f8b0:400c:c03::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6FE0F6CF for ; Sun, 22 Feb 2015 04:11:49 +0000 (UTC) Received: by mail-vc0-f178.google.com with SMTP id hq11so5390077vcb.9 for ; Sat, 21 Feb 2015 20:11:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type; bh=Dprep2eA6Ok+7/fOmOyCi7R7m2SiXwkw3ypz+0BVuWU=; b=gMVBKxvo4vyRglsVWhzjQq3+MuyWGqntIqOIYDR9TLcGkRjtQB0Ud321DIAqN1sdAh Z/9X32ioB3a4KC6s8R8MPds/OURnVlFL7hoa5zYK8GmQC38AYw/lwFWWdYPaVmWNaIY0 T/yrDTLV2QnjCSoJinhXi/WYVDsPB7xLvXbCqaliQ7Nd/XFk/yM/Ba7BCFCcaMgI6urC ZbCi+VJKu67fxMQaCJ4NK600ude0KeQ2R1DyjiNBb3NMpKkGrZg/LFaTyWQEWCE+qSgw /HZplCJ48vvop4Nj9WNl2vt4VhCg7S7hBH6KVgBwXT+a7t67ZI5YDOOgNOc+42GEC3EW xJiw== X-Received: by 10.52.248.179 with SMTP id yn19mr5003422vdc.32.1424578308308; Sat, 21 Feb 2015 20:11:48 -0800 (PST) Received: from [127.0.0.1] (ool-44c7befc.dyn.optonline.net. [68.199.190.252]) by mx.google.com with ESMTPSA id tb3sm241073vdb.23.2015.02.21.20.11.47 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 21 Feb 2015 20:11:47 -0800 (PST) Message-ID: <54E9570B.8070206@gmail.com> Date: Sat, 21 Feb 2015 23:11:55 -0500 From: Stephen Cook User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Ben Woods Subject: Re: Upgrade from 9.1 to 10.1 broke my ports References: <54E93745.3000709@gmail.com> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Feb 2015 04:11:49 -0000 That worked, thank you very much! -- Stephen On 2/21/2015 10:45 PM, Ben Woods wrote: > Have you tried running pkg2ng? > > On Sunday, February 22, 2015, Stephen Cook > wrote: > > Hello! > > I recently used freebsd-update to upgrade my hosted FreeBSD box > (well, VPS) from 9.1-RELEASE to 10.1-RELEASE. > > One of the steps is to update any ports installed, before running > "freebsd-update install" again. However, it seems that any ports I > had installed are forgotten. That is, I can still use the programs > themselves, but portmaster, pkg info, etc all think there are none > installed. So, I can't update or uninstall them. > > Any ideas how I can fix this? Thanks! >