pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/octave-current Fix PR#37553



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cdf19178e174
branches:  trunk
changeset: 536930:cdf19178e174
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Dec 29 11:09:26 2007 +0000

description:
Fix PR#37553

diffstat:

 math/octave-current/distinfo         |   3 ++-
 math/octave-current/patches/patch-aj |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r d76a6bb23e8b -r cdf19178e174 math/octave-current/distinfo
--- a/math/octave-current/distinfo      Sat Dec 29 10:18:34 2007 +0000
+++ b/math/octave-current/distinfo      Sat Dec 29 11:09:26 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.38 2007/12/15 05:54:50 adam Exp $
+$NetBSD: distinfo,v 1.39 2007/12/29 11:09:26 adam Exp $
 
 SHA1 (octave-2.9.19.tar.bz2) = 1cee64ccbcce0aca2b771175fcfbca817c9ba705
 RMD160 (octave-2.9.19.tar.bz2) = c0f7d7b384f3e2f51cdb7ee0360d4ddf52e4493a
@@ -12,3 +12,4 @@
 SHA1 (patch-ag) = 824c9e56172c836a71442012a1e6ffbc9f8de723
 SHA1 (patch-ah) = 240fd27ce0b4b9a18e39851139cecd9c71a0bdcc
 SHA1 (patch-ai) = aa1dbef826fcd2bf0066db7fca4e0ea077b07268
+SHA1 (patch-aj) = 9353f42e2f0d92f5aec524de2b397aa07908c3f8
diff -r d76a6bb23e8b -r cdf19178e174 math/octave-current/patches/patch-aj
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/octave-current/patches/patch-aj      Sat Dec 29 11:09:26 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aj,v 1.5 2007/12/29 11:09:44 adam Exp $
+
+--- liboctave/file-ops.cc.orig 2007-12-29 04:26:48.000000000 +0100
++++ liboctave/file-ops.cc
+@@ -854,7 +854,7 @@ file_ops::unlink (const std::string& nam
+ bool
+ file_ops::is_dir_sep (char c)
+ {
+-  return dir_sep_chars.find (c) != NPOS;
++  return c == dir_sep_char;
+ }
+ 
+ std::string



Home | Main Index | Thread Index | Old Index