From owner-freebsd-questions@FreeBSD.ORG Sun Nov 5 17:17:04 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBAAB16A412 for ; Sun, 5 Nov 2006 17:17:04 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99BE243D6D for ; Sun, 5 Nov 2006 17:16:53 +0000 (GMT) (envelope-from tfcheng@gmail.com) Received: by nz-out-0102.google.com with SMTP id o37so563092nzf for ; Sun, 05 Nov 2006 09:16:52 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=ARoGj4cG4w7lW+mCZftdI+QReEre1DxS6Ylf83Et1zPqVEBAlOMOgfByRGHnMUb/+zLs0KkhEfWxQYtWmWzQ2mD6k2GKBYC7LpHAiQlHEESqN2zwfeo/jkqPZzg++PkxDuY6Fq9ixTThBHzok0hGoFDp7HgwpkxzezLdF6Xmol8= Received: by 10.65.211.13 with SMTP id n13mr4054812qbq.1162747012350; Sun, 05 Nov 2006 09:16:52 -0800 (PST) Received: by 10.64.201.10 with HTTP; Sun, 5 Nov 2006 09:16:52 -0800 (PST) Message-ID: Date: Sun, 5 Nov 2006 12:16:52 -0500 From: "Tsu-Fan Cheng" To: FreeBSD MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: portmanager question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Nov 2006 17:17:04 -0000 Hi people, as recently i have problem with firefox, i thought i will try to upgrade my port by my way... as i first run "portmanager -s > log" to see what ports are outdated, and if that port seem critical, I will do "portupgrade -R/-r " to fix it. it's probably not the best, but I decided to give it a try. however, when reading portmanager output, something looks weird. e.g. ...... 00106 ----:libcdio-0.77_1 /sysutils/libcdio MISSING ...... I do have libcdio, as i checked under /var/db/pkg/, so what does this mean?? more here ..... 00032 have:glib-2.12.4 /devel/glib20 built with OLD dependency: icu-3.6 ...... far as i know, icu3.6 is the latest, right?? thank you !! TFC