From owner-freebsd-questions@FreeBSD.ORG Sun Feb 22 01:56:16 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1DA3B5F8 for ; Sun, 22 Feb 2015 01:56:16 +0000 (UTC) Received: from mail-vc0-x22c.google.com (mail-vc0-x22c.google.com [IPv6:2607:f8b0:400c:c03::22c]) (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 C4D7B7EB for ; Sun, 22 Feb 2015 01:56:15 +0000 (UTC) Received: by mail-vc0-f172.google.com with SMTP id kv7so5281528vcb.3 for ; Sat, 21 Feb 2015 17:56:14 -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:subject :content-type:content-transfer-encoding; bh=EXc5npywUh8PSIgqq/WuJpu28G1i25WewzqTlAkK/wg=; b=Lf2IvAbAnljCOLdd00GujC5HSWR/KW0/697LKsFJr0UByD/bs47mc7WuqDw/1Uo6u9 Mlh+v4ocor1I++1XEPFgeafkMey9bBI4qb5PYJ7pBSWOikY4MXJi78IO3IZ+qr6VJBI8 mbHQmNpx4QZ/93jCbL68nHiN2ED1NeFAxZDy/vybt1iouNp4TvdiQMAZoSRlojBXi9Fn gx7jBPXOrJWEDx1qbUnawiK2TaE5dVbv6V3D37XsQYP5fVKndEvWe4aK3z7oQ14AW7LQ /epF9ZLX2Bh1dFR77exq5iPHoQu3IT33IfB8MARjtMjxGLlKWBdERaXeO+FUljPpReQl aDqw== X-Received: by 10.52.136.98 with SMTP id pz2mr4632026vdb.26.1424570174663; Sat, 21 Feb 2015 17:56:14 -0800 (PST) Received: from [127.0.0.1] (ool-44c7befc.dyn.optonline.net. [68.199.190.252]) by mx.google.com with ESMTPSA id j5sm5367597vdy.0.2015.02.21.17.56.13 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 21 Feb 2015 17:56:13 -0800 (PST) Message-ID: <54E93745.3000709@gmail.com> Date: Sat, 21 Feb 2015 20:56:21 -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: FreeBSD Questions Subject: Upgrade from 9.1 to 10.1 broke my ports Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit 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 01:56:16 -0000 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! -- Stephen