From owner-freebsd-questions@FreeBSD.ORG Mon Apr 11 19:56:41 2005 Return-Path: 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 CFA7216A4CE for ; Mon, 11 Apr 2005 19:56:41 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75F1E43D46 for ; Mon, 11 Apr 2005 19:56:41 +0000 (GMT) (envelope-from tommoyer@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so1466198wra for ; Mon, 11 Apr 2005 12:56:41 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=Y1Kd+oj2RShv3E1zt8ZqYbp5O1oTs9GGTNhmWsuRoZEBbWl8rAxL49inQypZf/pNWUB8kFYM0TDwbgBgffJe6b8hVmOF1b4E4yX710zF57A5I82QiULoRnm4roJ42EqdSIIFABaaBMDo/zBJDvZIFqLsw/JUSEb1TdY0b90ZXFo= Received: by 10.54.31.61 with SMTP id e61mr774024wre; Mon, 11 Apr 2005 12:55:45 -0700 (PDT) Received: by 10.54.41.45 with HTTP; Mon, 11 Apr 2005 12:55:13 -0700 (PDT) Message-ID: <1486736305041112551a6da2b5@mail.gmail.com> Date: Mon, 11 Apr 2005 14:55:13 -0500 From: Tom Moyer To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Question about Ports and Packages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tom Moyer List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2005 19:56:41 -0000 I'm using FreeBSD 5-STABLE installed from 5.4-RC1 and then cvsup'd to 5-STABLE on Friday. Maybe I'm just doing something wrong, but I noticed that when I did pkgdb -F or portsdb -Uu, it seemed to complain about build dependancies missing for packages that I installed from packages. I assumed that it would catch this and not prompt me to fix stale dependacies like that. Along those same lines: I deleted a build dependancy before I decided to skip them, is there any way to fix that automatically? Thanks, Tom