From owner-freebsd-questions@FreeBSD.ORG Sun Oct 22 00:29:10 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 BE38016A415 for ; Sun, 22 Oct 2006 00:29:10 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87C0A43D73 for ; Sun, 22 Oct 2006 00:29:06 +0000 (GMT) (envelope-from tfcheng@gmail.com) Received: by py-out-1112.google.com with SMTP id c59so40741pyc for ; Sat, 21 Oct 2006 17:29:05 -0700 (PDT) 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=kOdFrVy82jRWO+fiPgMyhMUyaFInWw3r9S9nw4Qad8wjpfod8f4r6slAgeiQ6OB4Im/xPHy64coDRfEXMleTXrQMpdxc8hmm7olyeTevbWeVVKFNckAAed2LcEn6hhunrxgMon2+nstCXU4LJy8UnRp78PTDHbMSYlFOfNNwtc8= Received: by 10.65.176.7 with SMTP id d7mr2938971qbp; Sat, 21 Oct 2006 17:29:05 -0700 (PDT) Received: by 10.64.203.17 with HTTP; Sat, 21 Oct 2006 17:29:05 -0700 (PDT) Message-ID: Date: Sat, 21 Oct 2006 20:29:05 -0400 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: portupgrade 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, 22 Oct 2006 00:29:10 -0000 Hi people, I just did the "portupgrade -rf pkg-config\*" to upgrade the apps, but i think some of the upgrades went wrong so there are a whole bunch ports skipped. I noticed glib20 has some compilation error, and probably is the cause to all the rest. To fix this, should I apply the same command or can i use portupgrade -fr glib-2\*" ? thanks!! tfc