From owner-freebsd-questions@FreeBSD.ORG Sun Dec 11 14:39:05 2005 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 5C1CD16A41F for ; Sun, 11 Dec 2005 14:39:05 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id C714E43D81 for ; Sun, 11 Dec 2005 14:38:57 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 32387 invoked from network); 11 Dec 2005 14:38:57 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 11 Dec 2005 14:38:57 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 23A572841D; Sun, 11 Dec 2005 09:38:56 -0500 (EST) Sender: lowell@be-well.ilk.org To: Ian Moore References: <200512110916.28583.no-spam@swiftdsl.com.au> From: Lowell Gilbert Date: 11 Dec 2005 09:38:56 -0500 In-Reply-To: <200512110916.28583.no-spam@swiftdsl.com.au> Message-ID: <44slszd7gf.fsf@be-well.ilk.org> Lines: 29 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Removing a port without upsetting dependencies 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, 11 Dec 2005 14:39:05 -0000 Ian Moore writes: > Hi, > I have mplayer installed and at one stage I installed the mplayer-skins port > as well. Then I got sick of dealing with the skins port being broken a lot > because the source files are often unfetchable, so I removed the port (I > can't remember what method I used to do that now). > > Ever since, when I do a portupgrade & mplayer or various ports that it is a > dependency of get updated, my ports database gets upset because those ports > are marked as having mplayer-skins as a stale dependency. > > For example, today I have: > Stale dependency: mplayerplug-in-3.17 --> mplayer-skins-1.1.2_1 -- manually > run 'pkgdb -F' to fix, or specify -O to force. > > I generally either delete the dependency or link it to mplayer-gtk-esound, but > the dependency comes back next time mplayerplug-in gets updated. > > I assume I've just used the wrong method for deleting the mplayer-skins port & > I need to re-install & delete it the correct way. If I'm right, how should I > do that? > > If not, is there a way I can permanently remove the mplayer-skins port and not > have it appear as a dependency of other ports? Modify those "other ports," I guess. That's kind of what dependency means; they "depend" on the dependencies...