Subject: CVS commit: pkgsrc/math/octave-current
To: None <pkgsrc-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: pkgsrc-changes
Date: 12/08/2005 14:35:01
Module Name:	pkgsrc
Committed By:	joerg
Date:		Thu Dec  8 14:35:01 UTC 2005

Modified Files:
	pkgsrc/math/octave-current: distinfo
Added Files:
	pkgsrc/math/octave-current/patches: patch-ab

Log Message:
Add a somewhat tricky check to get isinf correctly on DragonFly.
This is tricky, because isinf as macro is removed by cmath, but
only if libstdc++ on GCC is compiled for C99 math support. Try to
check for this and use the symbol from namespace std.


To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 pkgsrc/math/octave-current/distinfo
cvs rdiff -r0 -r1.5 pkgsrc/math/octave-current/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.