From owner-freebsd-ports@FreeBSD.ORG Fri Oct 1 14:37:38 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CDB22106566C for ; Fri, 1 Oct 2010 14:37:38 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id E89648FC1B for ; Fri, 1 Oct 2010 14:37:37 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id RAA13268; Fri, 01 Oct 2010 17:24:49 +0300 (EEST) (envelope-from avg@icyb.net.ua) Message-ID: <4CA5EF31.9020403@icyb.net.ua> Date: Fri, 01 Oct 2010 17:24:49 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.9) Gecko/20100920 Lightning/1.0b2 Thunderbird/3.1.4 MIME-Version: 1.0 To: Dmitry Marakasov References: <4CA36014.6040201@cineca.it> <20101001110539.GD11112@hades.panopticon> In-Reply-To: <20101001110539.GD11112@hades.panopticon> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: gnash-0.8.7_4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2010 14:37:38 -0000 on 01/10/2010 14:05 Dmitry Marakasov said the following: > * Marco Alberoni (m.alberoni@cineca.it) wrote: > >> Good morning, is there a plan to upgrade the FreeBSD Gnash port to the >> latest version (0.8.8)? > > Gnash port was updated, sorry for delay and thanks for waiting! The following patch is required for compilation with gcc44+. It's definitely an upstream issue: --- libbase/tu_file.h.orig 2010-10-01 16:39:16.419334667 +0300 +++ libbase/tu_file.h 2010-10-01 16:39:55.565197173 +0300 @@ -12,6 +12,7 @@ #include "dsodefs.h" // DSOEXPORT #include "utility.h" #include "IOChannel.h" // for inheritance +#include namespace gnash { -- Andriy Gapon