From owner-freebsd-emulation@FreeBSD.ORG Wed May 26 09:20:55 2010 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4AD9F106564A for ; Wed, 26 May 2010 09:20:55 +0000 (UTC) (envelope-from maciej@suszko.eu) Received: from mail.suszko.eu (suszko.eu [174.136.96.226]) by mx1.freebsd.org (Postfix) with ESMTP id 347548FC0C for ; Wed, 26 May 2010 09:20:54 +0000 (UTC) Received: from oxygen.suszko.eu (localhost [127.0.0.1]) by mail.suszko.eu (Postfix) with ESMTP id A39D53F913 for ; Wed, 26 May 2010 08:57:03 +0000 (UTC) X-Virus-Scanned: amavisd-new using ClamaAV Received: from helium (biuro.easygo.pl [81.95.206.139]) by mail.suszko.eu (Postfix) with ESMTPSA id C15DF3F564 for ; Wed, 26 May 2010 08:57:02 +0000 (UTC) Date: Wed, 26 May 2010 11:03:22 +0200 From: Maciej Suszko To: freebsd-emulation@FreeBSD.org Message-ID: <20100526110322.3f7d7496@helium> In-Reply-To: References: X-Mailer: Claws Mail 3.7.5 (GTK+ 2.18.7; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: Re: How to deal with pango integer overflow problem? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 May 2010 09:20:55 -0000 Anna Davour wrote: > Dear maintainer(s), > > When i try to make the flash plugin for firefox work on my newly > installed FreeBSD machine, I fail because linux-f10-pango (1.22.3_1) > is marked as IGNORE, apparently because of the integer overflow > problem. I need this to install the nspluginwrapper, following the > recipe in the Handbook > http://www.freebsd.org/doc/en/books/handbook/desktop-browsers.html > > The error message says > => Please update your ports tree and try again. > > Since I just did that ten minutes ago I now have no ideas for how to > deal with this, except by sending you a question. cd /usr/ports/x11-toolkits/linux-f10-pango && \ make -DNO_IGNORE install clean or if you use portinstall: portinstall -m '-DNO_IGNORE' x11-toolkits/linux-f10-pango If you you use portaudit, add -DDISABLE_VULNERABILITIES -- regards, Maciej Suszko.