pkgsrc/misc/kdeutils3
marino 011e54391a misc/kdeutils3: Fix PR#46302 (DragonFly)
The problem with this package is that the configure step is insufficient
at determining if the math long double functions are supported.  It tests
for a couple of functions and assumes that if those test pass, then all
"L" functions are supported.

When DragonFly recently upgraded its math library by adding support for a
number of long double functions, this package started failing.  Support for
expl, logl, log10l, sinhl, tanhl, acoshl, asinhl, atanhl, and coshl are
still missing on *all* BSDs.

The fix for the package is to override the configure script by falsely
stating that long double is not supported.  Only kcalc uses long double so
this misconfiguration only has the effect to cause kcalc to use the
standard double math functions.  FreeBSD almost definitely needs the same
Makefile fix.

No revbump is needed because pre-libm improved DragonFly releases are
configured the same way.
2012-04-06 12:55:23 +00:00
..
patches PR/40020 -- provide laptop_portable::has_software_suspend(). This stops 2012-03-08 09:07:28 +00:00
DESCR
distinfo PR/40020 -- provide laptop_portable::has_software_suspend(). This stops 2012-03-08 09:07:28 +00:00
Makefile misc/kdeutils3: Fix PR#46302 (DragonFly) 2012-04-06 12:55:23 +00:00
PLIST Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 20:47:52 +00:00
PLIST.Linux PLIST additions for Linux 2011-01-20 12:23:36 +00:00