summaryrefslogtreecommitdiff
path: root/shells/eltclsh/patches
diff options
context:
space:
mode:
authorobache <obache>2008-08-22 07:42:52 +0000
committerobache <obache>2008-08-22 07:42:52 +0000
commit4945b64ad499b058da22b082e204db29fd338367 (patch)
tree9569377a424354cd846392cc2e38929447a5b585 /shells/eltclsh/patches
parent7747253c486e3096b04cb1d937dced6580861f85 (diff)
downloadpkgsrc-4945b64ad499b058da22b082e204db29fd338367.tar.gz
Update eltclsh to 1.9.
Based on PR 37283 (updated to 1.8). eltclsh 1.9 released august 8, 2008 30. Fix libtool usage and install target to allow cross compilation in OpenEmbedded. 29. Honor TCL_DBGX to allow compiling against a tcl library with debugging symbols enabled. 28. Honor CFLAGS from the environment during the build process 27. Fix history command that was not working. 26. Switch repository to git. eltclsh 1.8 released august 20, 2007 25. Add wrappedputs procedure that print a string wrapped to a given width. 24. Stop scanning arguments in interactive mode when user press C-d. eltclsh 1.7 released december 19, 2006 23. Add new function "interactive" which starts the interactive interpreter (useful inside scripts). 22. Add support for installation in $(DESTDIR)
Diffstat (limited to 'shells/eltclsh/patches')
-rw-r--r--shells/eltclsh/patches/patch-aa13
-rw-r--r--shells/eltclsh/patches/patch-ab6
2 files changed, 3 insertions, 16 deletions
diff --git a/shells/eltclsh/patches/patch-aa b/shells/eltclsh/patches/patch-aa
deleted file mode 100644
index e9c76f6a32e..00000000000
--- a/shells/eltclsh/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2006/11/21 15:27:42 obache Exp $
-
---- src/loop.c.orig 2005-10-04 07:29:20.000000000 +0000
-+++ src/loop.c
-@@ -301,7 +301,7 @@ elTclshLoop(int argc, char **argv, ElTcl
- */
-
- done:
-- if (iinfo->command != NULL) Tcl_DecrRefCount(iinfo->command);
-+ if (iinfo->command != NULL) {Tcl_DecrRefCount(iinfo->command);}
- snprintf(buffer, sizeof(buffer), "exit %d", exitCode);
- Tcl_Eval(iinfo->interp, buffer);
- }
diff --git a/shells/eltclsh/patches/patch-ab b/shells/eltclsh/patches/patch-ab
index 419b81c1ba6..4d07ac8e310 100644
--- a/shells/eltclsh/patches/patch-ab
+++ b/shells/eltclsh/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.1 2006/11/30 18:02:28 joerg Exp $
+$NetBSD: patch-ab,v 1.2 2008/08/22 07:42:52 obache Exp $
---- Makefile.in.orig 2006-11-30 17:57:09.000000000 +0000
+--- Makefile.in.orig 2008-08-08 14:15:11.000000000 +0000
+++ Makefile.in
-@@ -63,7 +63,7 @@ all depends: $(config_files) $(config_he
+@@ -65,7 +65,7 @@ all depends: $(config_files) $(config_he
clean:
$(make_subdirs)