Subject: Re: CVS commit: pkgsrc/net/ktorrent
To: David Brownlee <abs@NetBSD.org>
From: Bernd Ernesti <netbsd@lists.veego.de>
List: pkgsrc-changes
Date: 08/12/2007 23:12:10
Hi David,
On Sun, Jul 22, 2007 at 08:38:59AM +0000, David Brownlee wrote:
>
> Module Name: pkgsrc
> Committed By: abs
> Date: Sun Jul 22 08:38:59 UTC 2007
>
> Modified Files:
> pkgsrc/net/ktorrent: Makefile PLIST distinfo
> pkgsrc/net/ktorrent/patches: patch-aa
> Added Files:
> pkgsrc/net/ktorrent/patches: patch-ab
After this update I get the following error with NetBSD-current on i386,
which is related to patch-ab:
ChartDrawer.cc: In member function 'void kt::ChartDrawer::AddValue(size_t, double, bool)':
ChartDrawer.cc:276: error: 'isnan' was not declared in this scope
ChartDrawer.cc:276: error: 'isinf' was not declared in this scope
'Backing' out this patch allowed me to compile this package.
So I don't understand the need for this patch.
Is is related to an older NetBSD version?
Bernd