pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/octave math/octave: add missing header for use of...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3fff8a0bcf46
branches:  trunk
changeset: 419626:3fff8a0bcf46
user:      dbj <dbj%pkgsrc.org@localhost>
date:      Tue Dec 24 01:58:48 2019 +0000

description:
math/octave: add missing header for use of exit system call

diffstat:

 math/octave/distinfo                             |   3 ++-
 math/octave/patches/patch-liboctave_util_quit.cc |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (35 lines):

diff -r 5820a487b749 -r 3fff8a0bcf46 math/octave/distinfo
--- a/math/octave/distinfo      Tue Dec 24 01:43:38 2019 +0000
+++ b/math/octave/distinfo      Tue Dec 24 01:58:48 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.56 2019/03/05 11:11:12 ryoon Exp $
+$NetBSD: distinfo,v 1.57 2019/12/24 01:58:48 dbj Exp $
 
 SHA1 (octave-5.1.0.tar.gz) = 75a5ec450473e4c39290fdab9feade4a5739e465
 RMD160 (octave-5.1.0.tar.gz) = b8b4469d70f1b67be688e12ff551e6b614c70213
@@ -11,6 +11,7 @@
 SHA1 (patch-libinterp_corefcn_input.cc) = 1dc78f00ffbb41f493ebc0889cc0a37d598507c5
 SHA1 (patch-libinterp_dldfcn_config-module.awk) = 54b64357b1ef80c5e55eb5eccf742d2267eb277d
 SHA1 (patch-libinterp_dldfcn_module.mk) = 2362d824497a8892078437c24757ae1e40e2e556
+SHA1 (patch-liboctave_util_quit.cc) = 8e0209068be7d48ccebbce0e08a29072c07b0d22
 SHA1 (patch-liboctave_wrappers_iconv-wrappers.h) = 9995e784844ae2c2d7a77f975cd8b8954ab8a773
 SHA1 (patch-m4_acinclude.m4) = 16dfa3a47403b0c6bc5935fdb5f1162a393b3f25
 SHA1 (patch-scripts_miscellaneous_unpack.m) = 82c9ca170762e223c8e5a6f88a7dd9fe2a2a33d0
diff -r 5820a487b749 -r 3fff8a0bcf46 math/octave/patches/patch-liboctave_util_quit.cc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/octave/patches/patch-liboctave_util_quit.cc  Tue Dec 24 01:58:48 2019 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-liboctave_util_quit.cc,v 1.1 2019/12/24 01:58:48 dbj Exp $
+
+Add missing header file for use of exit system call
+
+--- liboctave/util/quit.cc.orig        2019-02-23 17:33:37.000000000 +0000
++++ liboctave/util/quit.cc
+@@ -25,6 +25,7 @@ along with Octave; see the file COPYING.
+ #endif
+ 
+ #include <cstring>
++#include <cstdlib>
+ 
+ #include <new>
+ 



Home | Main Index | Thread Index | Old Index