From owner-freebsd-emulation@FreeBSD.ORG Wed May 26 09:14:24 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 4A420106566B for ; Wed, 26 May 2010 09:14:24 +0000 (UTC) (envelope-from gljennjohn@googlemail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id C7B268FC17 for ; Wed, 26 May 2010 09:14:23 +0000 (UTC) Received: by fxm17 with SMTP id 17so1429183fxm.13 for ; Wed, 26 May 2010 02:14:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:in-reply-to:references:reply-to:x-mailer:mime-version :content-type:content-transfer-encoding; bh=/V7MsuhkomjjAf+Mx+EMjn8rh7bQP/NdwyXIV8QRiAk=; b=JpgYgKCABYDXNpjQoJpNET1sMV+oe4KF3GA6S/5N+KLMyYNr6sKEmmjpmlF9WxjkuV SbMKVp5dnvVUvY7ztj4ttPw/liWtlAtpDdk6jRynKqBbbM6uZ+e6l7xWnLuP1vxCTNRz bknUnVKZPem2wfI5bPwAYV6kN7OX+uDcZwg9E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:reply-to :x-mailer:mime-version:content-type:content-transfer-encoding; b=OEMV6j5cH4nq7PAEArOf0D9JT+nT29hVWUQzQr6kf2h3wiv4GQrNIZoDfxFZIMpRBt Lb3CHdZsFVpamKU5OyPszBaQG4mCSkLUmUQ7Irfm/GHMjnfWOYs+cjjWB9eegIrpM32m mv1wYkTytYxA69KWV9Nr+NnHjtbtKfVZ+G0BI= Received: by 10.223.64.194 with SMTP id f2mr7394926fai.2.1274865262564; Wed, 26 May 2010 02:14:22 -0700 (PDT) Received: from ernst.jennejohn.org (p578E2F2C.dip.t-dialin.net [87.142.47.44]) by mx.google.com with ESMTPS id 2sm29097557faf.15.2010.05.26.02.14.21 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 26 May 2010 02:14:22 -0700 (PDT) Date: Wed, 26 May 2010 11:14:20 +0200 From: Gary Jennejohn To: Anna Davour Message-ID: <20100526111420.712df3da@ernst.jennejohn.org> In-Reply-To: References: X-Mailer: Claws Mail 3.7.5 (GTK+ 2.18.7; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@FreeBSD.org Subject: Re: How to deal with pango integer overflow problem? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gljennjohn@googlemail.com 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:14:24 -0000 On Wed, 26 May 2010 10:21:59 +0200 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. > You have two possiblities a) NO_IGNORE=1 make ... in linux-f10-pango b) edit the Makefile for linux-f10-pango and comment out the IGNORE line -- Gary Jennejohn