From owner-freebsd-stable@FreeBSD.ORG Thu Aug 6 21:12:32 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 BD4351065676 for ; Thu, 6 Aug 2009 21:12:32 +0000 (UTC) (envelope-from me@pollux.local.net) Received: from smtp5-g21.free.fr (smtp5-g21.free.fr [212.27.42.5]) by mx1.freebsd.org (Postfix) with ESMTP id 1FCF08FC16 for ; Thu, 6 Aug 2009 21:12:29 +0000 (UTC) Received: from smtp5-g21.free.fr (localhost [127.0.0.1]) by smtp5-g21.free.fr (Postfix) with ESMTP id 39813D480E8; Thu, 6 Aug 2009 23:12:25 +0200 (CEST) Received: from pollux.local.net (che78-3-82-246-31-201.fbx.proxad.net [82.246.31.201]) by smtp5-g21.free.fr (Postfix) with ESMTP id 5321DD48103; Thu, 6 Aug 2009 23:12:23 +0200 (CEST) Received: by pollux.local.net (Postfix, from userid 2000) id 705151CDD1; Thu, 6 Aug 2009 23:14:01 +0200 (CEST) Date: Thu, 6 Aug 2009 23:14:01 +0200 From: Harald Weis To: freebsd-stable@freebsd.org Message-ID: <20090806211401.GB2546@pollux.local.net> Mail-Followup-To: freebsd-stable@freebsd.org, Marc Fonvieille References: <20090725013500.GC62402@onelab2.iet.unipi.it> <20090725073805.GA11455@abigail.blackend.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20090725073805.GA11455@abigail.blackend.org> User-Agent: Mutt/1.4.2.3i Cc: Subject: Re: status of flash9/flash10 support in RELENG_7 ? 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: Thu, 06 Aug 2009 21:12:33 -0000 On Sat, Jul 25, 2009 at 09:38:05AM +0200, Marc Fonvieille wrote: > On Sat, Jul 25, 2009 at 03:35:00AM +0200, Luigi Rizzo wrote: > > Does anyone know what is the status of flash9 or flash10 in RELENG_7 ? snip > > > > Is there a recipe for a working flas9 or flash10 operation ? > > > > The Handbook gives a reliable, i.e. reproductible one, recipe: > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/desktop-browsers.html > 6.2.3 Firefox and MacromediaŽ Flash Plugin > > for running Flash 9 under 7.X and with default linux_base. > > I'm also working on an update for 8.X > Many thanks, Marc, for this information. I was not aware (shame on me) that the Handbook does treat this big problem as well. You cannot imagine (nobody can imagine) the number of hours I've spent since ages to get Firefox and Flash9 working on FreeBSD-stable. So, this morning, I've started the n-th trial. Bad luck. It doesn't work anymore for the following two reasons: The first reason is the linux-pango vulnerability encountered with nspluginwrapper. Okey, I knew that already (see http://www.freebsdnews.net/2008/11/04/flash-9-for-freebsd-71-howto/). Overriding the problem (reluctantly) with ``setenv DISABLE_VULNERABILITIES yes'' brought me to the second reason which is even worse. Portmaster is unable to fetch install_flash_player_9.tar.gz and I cannot find the file manually. Seems to have disappeared from earth. I don't know how long I'll be able to resist against buying a MacBook for my wife who does want to see videos ``like anybody else''. Of coarse, this does not mean that everybody has a macintosh:-) By the way, I've tried Ubuntu, I've tried PC_BSD. Not really satisfactory. There is no alternative to FreeBSD. Could anybody out there provide install_flash_player_9.tar.gz for me as a temporary measure ? Harald --