From owner-freebsd-stable@FreeBSD.ORG Wed Jul 1 21:05:38 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29C6F1065674 for ; Wed, 1 Jul 2009 21:05:38 +0000 (UTC) (envelope-from me@pollux.local.net) Received: from smtp4-g21.free.fr (smtp4-g21.free.fr [212.27.42.4]) by mx1.freebsd.org (Postfix) with ESMTP id 992D58FC0C for ; Wed, 1 Jul 2009 21:05:34 +0000 (UTC) (envelope-from me@pollux.local.net) Received: from smtp4-g21.free.fr (localhost [127.0.0.1]) by smtp4-g21.free.fr (Postfix) with ESMTP id 0F3744C8190 for ; Wed, 1 Jul 2009 23:05:30 +0200 (CEST) Received: from pollux.local.net (che78-3-82-246-30-233.fbx.proxad.net [82.246.30.233]) by smtp4-g21.free.fr (Postfix) with ESMTP id E2F694C81A4 for ; Wed, 1 Jul 2009 23:05:27 +0200 (CEST) Received: by pollux.local.net (Postfix, from userid 2000) id 0734D1CDEA; Wed, 1 Jul 2009 23:05:29 +0200 (CEST) Date: Wed, 1 Jul 2009 23:05:28 +0200 From: Harald Weis To: freebsd-stable@freebsd.org Message-ID: <20090701210528.GC1846@pollux.local.net> Mail-Followup-To: freebsd-stable@freebsd.org References: <20090701111437.GB1846@pollux.local.net> <20090701170012.CAF421CC09@ptavv.es.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090701170012.CAF421CC09@ptavv.es.net> User-Agent: Mutt/1.4.2.3i Subject: Re: Vulnerability question X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2009 21:05:38 -0000 On Wed, Jul 01, 2009 at 10:00:12AM -0700, Kevin Oberman wrote: > > > Good catch! I think that is indeed the problem. I disabled realplayer > > > support for mplayer ages ago, so it doesn't show up in my list. > > > > How do you do that precisely ? > > ``WITH_REALPLAYER=no'' in /etc/make.conf ? > > cd /us/ports/multimedia/mplayer > make config > Scroll down to the "REALPLAYER Enable real player plugin" line > to un-check the line > > make > make deinstall > make reinstall > make clean > > Or use 'portupgrade -f' AFTER the 'make config'. That's not what I meant. Every time I do ``portsnap fetch update'' mplayer's Makefile contains the ``real player plugin'' option set to ``on''. If for some reason I've got to reinstall mplayer with (my preferred) ``portmaster --force-config [-d|-D] multimedia/mplayer'', then I would like to have the realplay option already unchecked. This is the way I interpreted Roland's ``so it doesn't show up in my list''. I thought the WITH_REALPLAYER=no line in make.conf could do this job, couldn't it? Harald