From owner-freebsd-current@FreeBSD.ORG Sun Mar 16 17:09:21 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CF771F7E for ; Sun, 16 Mar 2014 17:09:21 +0000 (UTC) Received: from nm18-vm5.access.bullet.mail.gq1.yahoo.com (nm18-vm5.access.bullet.mail.gq1.yahoo.com [216.39.63.136]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9ACAAD7A for ; Sun, 16 Mar 2014 17:09:21 +0000 (UTC) Received: from [216.39.60.166] by nm18.access.bullet.mail.gq1.yahoo.com with NNFMP; 16 Mar 2014 17:07:32 -0000 Received: from [67.195.23.147] by tm2.access.bullet.mail.gq1.yahoo.com with NNFMP; 16 Mar 2014 17:07:32 -0000 Received: from [127.0.0.1] by smtp119.sbc.mail.gq1.yahoo.com with NNFMP; 16 Mar 2014 17:07:32 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bellsouth.net; s=s1024; t=1394989652; bh=Q+54zySMh2feyx3K2ubrwLAn4zZWyJ2XNwvmXha1ulY=; h=X-Yahoo-Newman-Id:Message-ID:Date:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:From:To:References:Subject; b=Qz8f5EAtQGsk5SpF/wK8iXVFWN+W8YW4PNf/9Hule67FB4qBbxu6UrYMI7QGMdZ7/fJjF/slKhZK93Wf6GcE4b6TARi1hEayL8D5gWVmUQSfZjdCPPqJeJLffipNVrvLhq+4LdRRLdsr+YgrVNJ8SnDTvVJdp5w6uH49RgYKWjU= X-Yahoo-Newman-Id: 111175.30004.bm@smtp119.sbc.mail.gq1.yahoo.com Message-ID: <111175.30004.bm@smtp119.sbc.mail.gq1.yahoo.com> Date: Sun, 16 Mar 2014 17:07:32 +0000 (UTC) X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: hVgjcAMVM1nRk8UJeMBIGO.AjyaH0RuNJbVIblTfHNJGJLM w9321cV5tWSDR09K9A39kcfKB3od.Fne0v39ALWN_L2CnpXS5eToRHMZPUbk yIYB4bveek8dx4Swzg9lA0f7XD4qc9hkGiRB2S26BOWav.2OU3A_PqeejiFU 86JcWZRJ2bX1gstt0utfoQNDmD_KglzqtwsN1JgZ7UkjZIX7mLKbX1n21LMX .jWureLVC0BNNmShJWxyyxK64FQVBlvtiC8lJrwL75vvyBOX.1O0a7AxzkX4 DmHZVAjqkibBCVtzeSoP6Jm3PijvAR3dcGhb_kIiaGLtltNKBXtba2qNncBI m_gmclNA_yETCdHbS_aZxFyPLT9aFDU8wZhHeP6JdpZj_PWba4EqzBWl4QD2 3UTNmb1NZXkImTu5H3v5vs3ukw6W.IRulkP2VHmXekqiQ6tB3Eod6IV15ZSs klOgE1UfjtELCo5uHhZ17D1rhEHKk6wnDQxV5mgjLUa2V90oW_G5_SibCWpn mFdu.KbtHUihZJdCr7fQKGP3ag9DUtC9jyI9zUv1_jBEollnlsadMQ_kO3Uk DAtHT4_mKqM3GnOCsDfocak84 X-Yahoo-SMTP: Kz_aW1.swBBYof3zAD7.RWzXz9ZAQVDMml1VADsbgPT4Kq79LC0- X-Rocket-Received: from localhost (mueller6724@96.28.178.143 with plain [67.195.15.66]) by smtp119.sbc.mail.gq1.yahoo.com with SMTP; 16 Mar 2014 17:07:32 +0000 UTC From: "Thomas Mueller" To: freebsd-current@freebsd.org References: <20140316134151.M76395@i805.com.br> Subject: Re: gnash broken X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Mar 2014 17:09:21 -0000 > Hi all, the gnash port is broken from two months ago , because have problem > with the boost ports (link problem) > Have other ports to emulate flash as browser plugins? > Rizzo I have gnash 0.8.10_7 installed on FreeBSD 9.2-STABLE, and it quit working with the last update. Before then, it worked on YouTube but very little else. There is swfdec, but I never got that to run, maybe because gnash as plugin prevented swfdec from activating. There is also lightsparc, but I haven't found that in FreeBSD ports collection, or NetBSD pkgsrc either. Maybe build and install wine and download 32-bit Adobe Flash plugin? Wine only runs on i386 but can be run from amd64 using /compat/i386. Tom