From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 17:17:05 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 134CF83F for ; Tue, 6 Nov 2012 17:17:05 +0000 (UTC) (envelope-from jinsong.zhao@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id D67C18FC18 for ; Tue, 6 Nov 2012 17:17:04 +0000 (UTC) Received: by mail-pb0-f54.google.com with SMTP id rp8so592504pbb.13 for ; Tue, 06 Nov 2012 09:17:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=3jdcMi04OgnxnhcXlLPDtV7QUxKwRsY+3X00FusfdcA=; b=mos7DN49LvxmyQCYRZVwUazWpRKUyHs+Wwn7eZHzBLZCAlnixdboy7Um9tQme8/SlP jQsSORkeZs9LELJzjRzJcV88c5sMeJO5qJnx0gYS+6sUngOzMGk7Rxa61jBsi9wLxPOd uCNpQ/1POiSQUkTsNR1fM41Kd74M2yltvfqGX8G7ks2EP/07HwXLd6TdXkvRJum01cQW Sy+wLuTRhC/nbjmg4Iv8SjKgOZRKKyUTMvpPGib2mVaw7ReOICCCGh+owPxQwwslSe6v maYpaMcrqC4c10zROh8f/6uBAl5qegZzLEm6G73rKDEDaDypa/4yMIrbZimqHJBRs6wK L4lA== Received: by 10.66.77.39 with SMTP id p7mr4524705paw.8.1352222224302; Tue, 06 Nov 2012 09:17:04 -0800 (PST) Received: from [192.168.1.102] ([220.249.99.227]) by mx.google.com with ESMTPS id ox8sm6145678pbc.31.2012.11.06.09.17.02 (version=SSLv3 cipher=OTHER); Tue, 06 Nov 2012 09:17:03 -0800 (PST) Sender: Jinsong Zhao Message-ID: <5099460E.50307@yeah.net> Date: Wed, 07 Nov 2012 01:17:02 +0800 From: Jinsong Zhao User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Upgrading Using "FreeBSD Update" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Nov 2012 17:17:05 -0000 Hi there, I am going to upgrade my FreeBSD 8.2-RELEASE to 9.1-RELEASE according to http://www.freebsd.org/releases/9.0R/installation.html However, I don't know how to follow the step below: ##----start here----## # freebsd-update install At this point, users of systems being upgraded from FreeBSD 8.2-RELEASE or earlier will be prompted by freebsd-update(8) to rebuild all third-party applications (e.g., ports installed from the ports tree) due to updates in system libraries. After updating installed third-party applications (and again, only if freebsd-update(8) printed a message indicating that this was necessary), run freebsd-update(8) again so that it can delete the old (no longer used) system libraries: ##----end here----## My questions is: how to rebuild all third-party applications? I have kept the ports tree up to date using # portsnap fetch update and # portmaster -Ga every day. Any help will be really appreciated. Regards, Jinsong