Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 May 2010 11:03:22 +0200
From:      Maciej Suszko <maciej@suszko.eu>
To:        freebsd-emulation@FreeBSD.org
Subject:   Re: How to deal with pango integer overflow problem?
Message-ID:  <20100526110322.3f7d7496@helium>
In-Reply-To: <AANLkTilzp_imxK5158fQz97RcvK9mudKgHlsM_Xbk-7z@mail.gmail.com>
References:  <AANLkTilzp_imxK5158fQz97RcvK9mudKgHlsM_Xbk-7z@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Anna Davour <landetannien@gmail.com> 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100526110322.3f7d7496>