From owner-freebsd-ports@FreeBSD.ORG Wed Apr 13 18:53:29 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DD6C16A4CE for ; Wed, 13 Apr 2005 18:53:29 +0000 (GMT) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1ABA43D41 for ; Wed, 13 Apr 2005 18:53:28 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 99B51F1BEC for ; Wed, 13 Apr 2005 11:53:28 -0700 (PDT) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 80840-07 for ; Wed, 13 Apr 2005 11:53:27 -0700 (PDT) Received: from mcneil.com (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 7AD42F1B9F for ; Wed, 13 Apr 2005 11:53:27 -0700 (PDT) From: Sean McNeil To: ports@freebsd.org Content-Type: text/plain Date: Wed, 13 Apr 2005 11:53:27 -0700 Message-Id: <1113418407.97195.3.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com Subject: portupgrade question X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2005 18:53:29 -0000 I am trying to keep my /usr/local/lib/compat/pkg directory clean and would like to know the best way to accomplish this. I was hoping there was a way to tell portupgrade to update any ports that are depenent on one that has been updated. This doesn't do what I'm looking for, however, and I just end up with missing compat libraries: portupgrade -aru I guess I have to somehow force the update of packages that depend on a package just updated. Is there any way I can accomplish this? Sean