From owner-freebsd-questions@FreeBSD.ORG Mon Dec 12 02:10:22 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 A4DF516A41F for ; Mon, 12 Dec 2005 02:10:22 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3371D43D46 for ; Mon, 12 Dec 2005 02:10:21 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id 3729FD1E801 for ; Sun, 11 Dec 2005 21:10:20 -0500 (EST) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Sun, 11 Dec 2005 21:10:20 -0500 X-Sasl-enc: hpSCZmwdrp4ROrJg3eK0AVuqb5gRe/tOII+LaqarXGjc 1134353417 Received: from gumby.localdomain (88-104-202-251.dynamic.dsl.as9105.com [88.104.202.251]) by frontend2.messagingengine.com (Postfix) with ESMTP id 75DA65713C0 for ; Sun, 11 Dec 2005 21:10:17 -0500 (EST) From: RW To: freebsd-questions@freebsd.org Date: Mon, 12 Dec 2005 02:10:16 +0000 User-Agent: KMail/1.8.3 References: <200512110916.28583.no-spam@swiftdsl.com.au> In-Reply-To: <200512110916.28583.no-spam@swiftdsl.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512120210.17457.list-freebsd-2004@morbius.sent.com> 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: Mon, 12 Dec 2005 02:10:22 -0000 On Saturday 10 December 2005 22:46, Ian Moore wrote: > 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). A much better solution is to: cd /usr/ports/multimedia/mplayer-skins && make config then deselect everything, but the default skin. Since I did that I haven't had any problem with unfetchable skins.