pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/goffice0.10 goffice0.10: SunOS needs ieeefp.h for...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3aa198d4dd83
branches:  trunk
changeset: 382494:3aa198d4dd83
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Jul 05 14:26:03 2018 +0000

description:
goffice0.10: SunOS needs ieeefp.h for finite().

diffstat:

 misc/goffice0.10/distinfo                             |   3 ++-
 misc/goffice0.10/patches/patch-goffice_math_go-math.c |  16 ++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)

diffs (36 lines):

diff -r 28610b537e56 -r 3aa198d4dd83 misc/goffice0.10/distinfo
--- a/misc/goffice0.10/distinfo Thu Jul 05 14:24:38 2018 +0000
+++ b/misc/goffice0.10/distinfo Thu Jul 05 14:26:03 2018 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.19 2018/05/26 22:04:16 wiz Exp $
+$NetBSD: distinfo,v 1.20 2018/07/05 14:26:03 jperkin Exp $
 
 SHA1 (goffice-0.10.41.tar.xz) = bdbe3ff5f82aeb85af470e4c1d0cfb092b6b3509
 RMD160 (goffice-0.10.41.tar.xz) = 2b356d2a8588139a3c11f7347a7cbf14b1721e6d
@@ -8,5 +8,6 @@
 SHA1 (patch-goffice_app_error-info.h) = 6273b5d9a95bb5d45aaa9369271f7476d74f6b0a
 SHA1 (patch-goffice_math_go-complex.c) = 813c0047372c268d1f8855d264a9e366d1cd979e
 SHA1 (patch-goffice_math_go-dtoa.c) = 49a9194f6be85cfec2df4ee09a918f65f820c1cc
+SHA1 (patch-goffice_math_go-math.c) = a7301ca61559efc336ef6905ef9c116eacb7cbdf
 SHA1 (patch-goffice_math_go-matrix.c) = 3d7be1540defaefbd2facc2c85b31938e0c5cac0
 SHA1 (patch-goffice_utils_go-glib-extras.c) = ed27e08c67a9341a43f24a23a1f97c4851d8cd3d
diff -r 28610b537e56 -r 3aa198d4dd83 misc/goffice0.10/patches/patch-goffice_math_go-math.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/goffice0.10/patches/patch-goffice_math_go-math.c     Thu Jul 05 14:26:03 2018 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-goffice_math_go-math.c,v 1.1 2018/07/05 14:26:03 jperkin Exp $
+
+SunOS needs ieeefp.h for finite().
+
+--- goffice/math/go-math.c.orig        2018-03-07 02:16:56.000000000 +0000
++++ goffice/math/go-math.c
+@@ -30,6 +30,9 @@
+ #include <signal.h>
+ #include <errno.h>
+ #include <string.h>
++#ifdef __sun
++#include <ieeefp.h>
++#endif
+ 
+ double go_nan;
+ double go_pinf;



Home | Main Index | Thread Index | Old Index