pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/goffice0.10



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Jul  5 14:26:03 UTC 2018

Modified Files:
        pkgsrc/misc/goffice0.10: distinfo
Added Files:
        pkgsrc/misc/goffice0.10/patches: patch-goffice_math_go-math.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/misc/goffice0.10/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/misc/goffice0.10/patches/patch-goffice_math_go-math.c

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

Modified files:

Index: pkgsrc/misc/goffice0.10/distinfo
diff -u pkgsrc/misc/goffice0.10/distinfo:1.19 pkgsrc/misc/goffice0.10/distinfo:1.20
--- pkgsrc/misc/goffice0.10/distinfo:1.19       Sat May 26 22:04:16 2018
+++ pkgsrc/misc/goffice0.10/distinfo    Thu Jul  5 14:26:03 2018
@@ -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-gofffice_app_io-context.h) =
 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

Added files:

Index: pkgsrc/misc/goffice0.10/patches/patch-goffice_math_go-math.c
diff -u /dev/null pkgsrc/misc/goffice0.10/patches/patch-goffice_math_go-math.c:1.1
--- /dev/null   Thu Jul  5 14:26:03 2018
+++ pkgsrc/misc/goffice0.10/patches/patch-goffice_math_go-math.c        Thu Jul  5 14:26:03 2018
@@ -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