From owner-freebsd-ports@FreeBSD.ORG Wed Apr 13 21:07:04 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 1418516A4CE for ; Wed, 13 Apr 2005 21:07:04 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7674C43D1F for ; Wed, 13 Apr 2005 21:07:03 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by rproxy.gmail.com with SMTP id j1so241779rnf for ; Wed, 13 Apr 2005 14:07:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=Xzm2lFYegzSLPIvQFNShWO0R+OgolzFNZel6lx2vQQdfxG2IDNY215DAQGYpLFpVG1Cj9o9vA/dcVYFcHpeJQkAVmy/S/EQt2JPLU0QEbyGeLMuXCL8s27fU6Z5IpBt493/go5zTbOlqzMvebZIZ8PcIMCKmkfocZSGZAsD9FMU= Received: by 10.38.96.65 with SMTP id t65mr1067316rnb; Wed, 13 Apr 2005 14:07:02 -0700 (PDT) Received: from ?192.168.1.10? ([4.27.46.32]) by mx.gmail.com with ESMTP id 3sm122324rns.2005.04.13.14.07.01; Wed, 13 Apr 2005 14:07:01 -0700 (PDT) From: "Michael C. Shultz" To: freebsd-ports@freebsd.org Date: Wed, 13 Apr 2005 14:07:10 -0700 User-Agent: KMail/1.8 References: <1113418407.97195.3.camel@server.mcneil.com> In-Reply-To: <1113418407.97195.3.camel@server.mcneil.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504131407.11323.ringworm01@gmail.com> Subject: Re: 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 21:07:04 -0000 On Wednesday 13 April 2005 11:53 am, Sean McNeil wrote: > 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 I'm not sure what you mean by keeping /usr/local/lib/compat/pkg "clean" but sysutils/portmanager will solve the second part of your question "I guess I have to somehow force the update of packages that depend on a package just updated" -Mike