pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/46302 CVS commit: pkgsrc/misc/kdeutils3



The following reply was made to PR pkg/46302; it has been noted by GNATS.

From: "John Marino" <marino%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/46302 CVS commit: pkgsrc/misc/kdeutils3
Date: Fri, 6 Apr 2012 12:55:24 +0000

 Module Name:   pkgsrc
 Committed By:  marino
 Date:          Fri Apr  6 12:55:23 UTC 2012
 
 Modified Files:
        pkgsrc/misc/kdeutils3: Makefile
 
 Log Message:
 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.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.84 -r1.85 pkgsrc/misc/kdeutils3/Makefile
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index