From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 14:21:31 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2F6E106567D for ; Mon, 2 Jun 2008 14:21:31 +0000 (UTC) (envelope-from 7yuny1@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.186]) by mx1.freebsd.org (Postfix) with ESMTP id 3D3788FC14 for ; Mon, 2 Jun 2008 14:21:31 +0000 (UTC) (envelope-from 7yuny1@gmail.com) Received: by ti-out-0910.google.com with SMTP id d27so350121tid.3 for ; Mon, 02 Jun 2008 07:21:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=MRUT2jtoj0U6PJgk/21mhgKayE5o82vvrm7JICLfsqE=; b=uwwN8nsNqI+JzHHcTmwi7+DkkfTelIopLf93vjteFjJnT5SZAQrYFEn78+v+y2ALr/izoszPm4rmXku7GE9a4spL9x1bWmgUN2NXcgXD42A7UkENe1t3PVMrt/Y8e0On9Ycm16FETXGPUQ0euK79UXe69gqVSNkMPxByhdbUmHA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=fAR0xZ66roxoUwtE4rDECiigGXMLDBSSzoqu6D+HpiSA133887kQFe+NoFOoP8uOngabiAECMhp7vviPLTWQ1rBPiFxxEAPzweoRsUqHEiSZVMGug/NabDzEP1hUt+8ROxB0/YXc8QydEIAQzYT6pKOgBtWpHb0aqsTvXVDantw= Received: by 10.110.3.15 with SMTP id 15mr1231139tic.10.1212416489876; Mon, 02 Jun 2008 07:21:29 -0700 (PDT) Received: by 10.110.20.20 with HTTP; Mon, 2 Jun 2008 07:21:29 -0700 (PDT) Message-ID: <81a9e3840806020721h6ed0507u71d79e97f737eae@mail.gmail.com> Date: Mon, 2 Jun 2008 22:21:29 +0800 From: "Jyun-Yi Liou" <7yuny1@gmail.com> To: "Yuri Pankov" In-Reply-To: <4843FF92.5010208@gmail.com> MIME-Version: 1.0 References: <81a9e3840806020555x10a91337n11e678c5dc6cffff@mail.gmail.com> <81a9e3840806020642k4017db9chb8c0ba3821466582@mail.gmail.com> <4843FA28.4020609@gmail.com> <81a9e3840806020707j73e789aag3126c12472d5a1c6@mail.gmail.com> <4843FF92.5010208@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: gnash leave a blank page when visit youtube 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, 02 Jun 2008 14:21:31 -0000 2008/6/2 Yuri Pankov : > If you are absolutely sure you want linux-flashplugin7 installed, despite > security vulnerability, you can disable portaudit check (this message comes > from portaudit) with -DDISABLE_VULNERABILITIES (it's documented in ports(7) > manpage). > > HTH, > Yuri Thanks for the hint! I should man 7 ports first :-) best regards, jyuny1