From owner-freebsd-questions@FreeBSD.ORG Thu Jan 5 19:25:42 2006 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 AB9DF16A420 for ; Thu, 5 Jan 2006 19:25:42 +0000 (GMT) (envelope-from chris@childeric.freeserve.co.uk) Received: from smtp-out5.blueyonder.co.uk (smtp-out5.blueyonder.co.uk [195.188.213.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id D883843D7F for ; Thu, 5 Jan 2006 19:25:39 +0000 (GMT) (envelope-from chris@childeric.freeserve.co.uk) Received: from [192.168.10.60] ([82.35.113.87]) by smtp-out5.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Thu, 5 Jan 2006 19:26:33 +0000 Message-ID: <43BD7295.1040801@childeric.freeserve.co.uk> Date: Thu, 05 Jan 2006 19:25:09 +0000 From: Chris Whitehouse User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051017) X-Accept-Language: en-us, en MIME-Version: 1.0 CC: freebsd-questions@freebsd.org References: <20060104144708.GA5321@panix.com> <20060104180759.T52599@tripel.monochrome.org> <20060105034512.GA9803@panix.com> <200601042114.18534.kstewart@owt.com> In-Reply-To: <200601042114.18534.kstewart@owt.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 05 Jan 2006 19:26:34.0008 (UTC) FILETIME=[F03E4980:01C6122D] Subject: Re: Can't build mplayer-skins: checksum missing error 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: Thu, 05 Jan 2006 19:25:42 -0000 >>>On Wed, 4 Jan 2006, Jesse Sheidlower wrote: >> >>I wish it were possible to just ship mplayer with the default >>skin only, and leave the others in the mplayer-skins port; I >>always have problems with this port and I never use anything >>but the default. But that's another issue. >> Not the answer to your main question but I noticed this in mplayer's Makefile the other day: # WITHOUT_SKINS # default: undefined # removes the run dependency on the mplayer-skins port, _even if_ built with # GUI. This is useful e.g. if you don't want the skins installed system-wide. # Please note that 'gmplayer' *must* have at least one default skin to run. I guess it could go in /etc/make.conf if it's what you want. Chris