pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/tcl Reintroduce TclpCreateDirectory for the benef...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3983990b4cdf
branches:  trunk
changeset: 475283:3983990b4cdf
user:      he <he%pkgsrc.org@localhost>
date:      Thu May 13 12:57:42 2004 +0000

description:
Reintroduce TclpCreateDirectory for the benefit of tcl-scotty.
Comment indicates it was here earlier, now apparently scheduled
to be replaced by TclpObjCreateDirectory, but this will have to
do as a workaround for now.

diffstat:

 lang/tcl/distinfo         |   3 ++-
 lang/tcl/patches/patch-ah |  19 +++++++++++++++++++
 2 files changed, 21 insertions(+), 1 deletions(-)

diffs (37 lines):

diff -r d0a099227f20 -r 3983990b4cdf lang/tcl/distinfo
--- a/lang/tcl/distinfo Thu May 13 12:07:48 2004 +0000
+++ b/lang/tcl/distinfo Thu May 13 12:57:42 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.22 2004/04/09 23:37:28 danw Exp $
+$NetBSD: distinfo,v 1.23 2004/05/13 12:57:42 he Exp $
 
 SHA1 (tcl8.4.6-src.tar.gz) = d21495ca04419fc3b1594b96b19116040c33a3f0
 Size (tcl8.4.6-src.tar.gz) = 3448711 bytes
@@ -8,3 +8,4 @@
 SHA1 (patch-ae) = 9a6f9b47c926f851a799ece713668f0955344ce3
 SHA1 (patch-af) = 164fa9ee7fe4baa9b3f3a13716aefbf415e3be0a
 SHA1 (patch-ag) = d1b038f6006ef3611fec9d8cef314f8959a5cd08
+SHA1 (patch-ah) = 0aaa349fcf9ce736e1f7d3dad377ee355f549ecb
diff -r d0a099227f20 -r 3983990b4cdf lang/tcl/patches/patch-ah
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/tcl/patches/patch-ah Thu May 13 12:57:42 2004 +0000
@@ -0,0 +1,19 @@
+$NetBSD: patch-ah,v 1.1 2004/05/13 12:57:42 he Exp $
+
+--- tclUnixFCmd.c.orig 2003-10-03 19:45:37.000000000 +0200
++++ tclUnixFCmd.c
+@@ -561,6 +561,14 @@ TclpDeleteFile(path)
+  *---------------------------------------------------------------------------
+  */
+ 
++/* Reintroduced here for the benefit of scotty */
++int
++TclpCreateDirectory(path)
++    CONST char *path;
++{
++    return DoCreateDirectory(path);
++}
++
+ int 
+ TclpObjCreateDirectory(pathPtr)
+     Tcl_Obj *pathPtr;



Home | Main Index | Thread Index | Old Index