From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 1 09:54:07 2005 Return-Path: X-Original-To: freebsd-ports-bugs@FreeBSD.org Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AB9216A41F for ; Tue, 1 Nov 2005 09:54:07 +0000 (GMT) (envelope-from krion@voodoo.bawue.com) Received: from voodoo.bawue.com (voodoo.bawue.com [212.9.161.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5A4243D49 for ; Tue, 1 Nov 2005 09:54:06 +0000 (GMT) (envelope-from krion@voodoo.bawue.com) Received: from krion by voodoo.bawue.com with local (Exim 4.54 (FreeBSD)) id 1EWsqE-000Op1-DI; Tue, 01 Nov 2005 10:54:06 +0100 Date: Tue, 1 Nov 2005 10:54:06 +0100 From: Kirill Ponomarew To: "Pedro F. Giffuni" Message-ID: <20051101095406.GA61566@voodoo.bawue.com> References: <20051031202946.GD36495@voodoo.bawue.com> <20051031214905.4047.qmail@web32908.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051031214905.4047.qmail@web32908.mail.mud.yahoo.com> X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76227: RLE support for graphics/fbm X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2005 09:54:07 -0000 On Mon, Oct 31, 2005 at 10:49:05PM +0100, Pedro F. Giffuni wrote: > --- Kirill Ponomarew ha scritto: > > > > > You remember who did handle this PR ? > > > vs, but in any case I found the patch (attached). > > > > > There is no need to rename them if you don't include new changes in > > those patches. > > > I know, in any case I respected the committer's request and I left it. It doesn't build on amd64 6.x here: fbm.h:117: warning: conflicting types for built-in function 'malloc' In file included from /usr/local/include/rle_config.h:62, from /usr/local/include/rle.h:33, from flrle.c:34: /usr/include/stdlib.h:97: error: conflicting types for 'malloc' fbm.h:117: error: previous declaration of 'malloc' was here /usr/include/stdlib.h:97: error: conflicting types for 'malloc' fbm.h:117: error: previous declaration of 'malloc' was here flrle.c: In function `write_rle': flrle.c:158: warning: assignment from incompatible pointer type *** Error code 1 -Kirill