pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/octave-forge Fixed an undefined reference to clos...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1ac5013ab734
branches: trunk
changeset: 497881:1ac5013ab734
user: rillig <rillig%pkgsrc.org@localhost>
date: Sat Aug 06 18:39:02 2005 +0000
description:
Fixed an undefined reference to close(2).
diffstat:
math/octave-forge/distinfo | 3 ++-
math/octave-forge/patches/patch-am | 14 ++++++++++++++
2 files changed, 16 insertions(+), 1 deletions(-)
diffs (32 lines):
diff -r a8e0ef7e6ae9 -r 1ac5013ab734 math/octave-forge/distinfo
--- a/math/octave-forge/distinfo Sat Aug 06 18:27:29 2005 +0000
+++ b/math/octave-forge/distinfo Sat Aug 06 18:39:02 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2005/08/04 13:12:21 adam Exp $
+$NetBSD: distinfo,v 1.9 2005/08/06 18:39:02 rillig Exp $
SHA1 (octave-forge-2005.06.13.tar.gz) = e2f1f4777e87017322f8b25789c2688402933805
RMD160 (octave-forge-2005.06.13.tar.gz) = 4666543da2a542fd9a0f8b1c7c95be70824cff81
@@ -7,3 +7,4 @@
SHA1 (patch-ag) = 2b9975da303c3a3a10af7f42fb9e8f943a8e5368
SHA1 (patch-ak) = 49c63b4b2a92cb971410f325a077152d7b5ebcd8
SHA1 (patch-al) = 716612d9cb33c4f384f1d40c5c48943e6f71b84e
+SHA1 (patch-am) = 1fdabbb07dee8046a3c0b39aee954f417c0173ae
diff -r a8e0ef7e6ae9 -r 1ac5013ab734 math/octave-forge/patches/patch-am
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/octave-forge/patches/patch-am Sat Aug 06 18:39:02 2005 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-am,v 1.1 2005/08/06 18:39:03 rillig Exp $
+
+Work around an undefined reference to close(2).
+
+--- extra/pdb/creadpdb.cc.orig Tue May 24 23:36:40 2005
++++ extra/pdb/creadpdb.cc Sat Aug 6 20:35:08 2005
+@@ -19,6 +19,7 @@
+ #include <octave/ov-str-mat.h>
+ #include <sys/mman.h>
+ #include <fcntl.h>
++#include <unistd.h>
+
+ #define BUFLEN 80
+
Home |
Main Index |
Thread Index |
Old Index