summaryrefslogtreecommitdiff
path: root/shells/scsh/patches
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2006-09-03 11:39:08 +0000
committerkristerw <kristerw@pkgsrc.org>2006-09-03 11:39:08 +0000
commit8a0d514cc37add74df43f0a0f05d60f8330ab63e (patch)
tree042877322e22e8db508007777549aa2d23833c73 /shells/scsh/patches
parent6600e38302198f424fb4af90bb873844c0c98f07 (diff)
downloadpkgsrc-8a0d514cc37add74df43f0a0f05d60f8330ab63e.tar.gz
Update shells/scsh to 0.6.7.
New in this release ===================== ** Support for interix ** Ignoring of synchronous signals The procedures IGNORE-SIGNAL and HANDLE-SIGNAL-DEFAULT have been added. ** Support for gcc 4.0 ** 0.6 for module path The standard module path now contains ${prefix}/lib/scsh/modules/0.6 in addition to $prefix/lib/scsh/modules for compatibility with install-lib ** New implementation of open-pty Instead of search for /dev/pty??, scsh now tries a wide variety of ways to aquire a new pty and the corresponding tty. ** Bug fixes argv[0] is now the first element of command-line Fixes found by new test suite Regexp for empty string Argument checking for COPY-BYTES! GC_PROTECTs for send_substring format_date support for #f timezone Added predicates for user-info and group-info Reaping of stopped processes: Do not mark stopped processes as dead md5-digest-for-port | regexps return char-sets standard-let in srfi-5 (%)read-delimited! checks for mutable buffer leap second for srfi-19 The default image for the scshvm is now the installed scsh.image.
Diffstat (limited to 'shells/scsh/patches')
-rw-r--r--shells/scsh/patches/patch-aa45
-rw-r--r--shells/scsh/patches/patch-ad12
2 files changed, 19 insertions, 38 deletions
diff --git a/shells/scsh/patches/patch-aa b/shells/scsh/patches/patch-aa
index fb9e42fd026..d55009812be 100644
--- a/shells/scsh/patches/patch-aa
+++ b/shells/scsh/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.10 2004/04/21 12:08:10 dillo Exp $
+$NetBSD: patch-aa,v 1.11 2006/09/03 11:39:08 kristerw Exp $
---- Makefile.in.orig Tue Feb 17 17:11:13 2004
-+++ Makefile.in
-@@ -338,12 +338,12 @@ inst-man:
+--- Makefile.in.orig 2006-09-03 13:12:21.000000000 +0200
++++ Makefile.in 2006-09-03 13:20:50.000000000 +0200
+@@ -338,12 +338,12 @@
fi
inst-inc:
@@ -18,20 +18,17 @@ $NetBSD: patch-aa,v 1.10 2004/04/21 12:08:10 dillo Exp $
$(INSTALL_DATA) $(srcdir)/$(LIBCIG) $(DESTDIR)$(LIB)/cig
$(INSTALL_DATA) $(srcdir)/cig/libcig.h $(DESTDIR)$(LIB)/cig
-@@ -355,7 +355,11 @@ inst-misc:
+@@ -355,6 +355,9 @@
done && \
- for f in scheme/rts/*num.scm scheme/rts/jar-defrecord.scm; do \
+ for f in $(srcdir)/scheme/rts/*num.scm $(srcdir)/scheme/rts/jar-defrecord.scm; do \
$(INSTALL_DATA) $$f $(DESTDIR)$(LIB)/rts || exit 1; \
-- done
-+ done && \
-+ for f in emacs/*; do \
-+ $(INSTALL_DATA) $$f $(LIB)/emacs || exit 1; \
-+ done
-+
++ done && \
++ for f in emacs/*; do \
++ $(INSTALL_DATA) $$f $(LIB)/emacs || exit 1; \
+ done
inst-doc:
- for f in $(srcdir)/doc/*.txt $(srcdir)/doc/*.ps; do \
-@@ -419,8 +423,8 @@ dirs:
+@@ -419,8 +422,8 @@
} \
done && \
for dir in \
@@ -42,22 +39,16 @@ $NetBSD: patch-aa,v 1.10 2004/04/21 12:08:10 dillo Exp $
{ mkdir -p $(DESTDIR)$(LIB)/$$dir && [ -w $(DESTDIR)$(LIB)/$$dir ]; } || { \
echo "$(DESTDIR)$(LIB)/$$dir not a writable directory" >&2; \
exit 1; \
-@@ -899,9 +903,9 @@ scsh/stripped-scsh.image: $(VM) $(SCHEME
+@@ -903,9 +906,9 @@
install-scsh: scsh install-scsh-image install-stripped-scsh-image
$(RM) $(DESTDIR)$(bindir)/$(RUNNABLE)
-- $(INSTALL_PROGRAM) $(srcdir)/scsh/scsh $(DESTDIR)$(bindir)/$(RUNNABLE)
-- $(INSTALL_PROGRAM) $(srcdir)/$(LIBSCSHVM) $(DESTDIR)$(libdir)/$(LIBSCSHVM)
-- $(INSTALL_PROGRAM) $(srcdir)/$(LIBSCSH) $(DESTDIR)$(libdir)/$(LIBSCSH)
-+ $(BSD_INSTALL_SCRIPT) $(srcdir)/scsh/scsh $(DESTDIR)$(bindir)/$(RUNNABLE)
-+ $(INSTALL_DATA) $(srcdir)/$(LIBSCSHVM) $(DESTDIR)$(libdir)/$(LIBSCSHVM)
-+ $(INSTALL_DATA) $(srcdir)/$(LIBSCSH) $(DESTDIR)$(libdir)/$(LIBSCSH)
+- $(INSTALL_PROGRAM) scsh/scsh $(DESTDIR)$(bindir)/$(RUNNABLE)
+- $(INSTALL_PROGRAM) $(LIBSCSHVM) $(DESTDIR)$(libdir)/$(LIBSCSHVM)
+- $(INSTALL_PROGRAM) $(LIBSCSH) $(DESTDIR)$(libdir)/$(LIBSCSH)
++ $(BSD_INSTALL_SCRIPT) scsh/scsh $(DESTDIR)$(bindir)/$(RUNNABLE)
++ $(INSTALL_DATA) $(LIBSCSHVM) $(DESTDIR)$(libdir)/$(LIBSCSHVM)
++ $(INSTALL_DATA) $(LIBSCSH) $(DESTDIR)$(libdir)/$(LIBSCSH)
$(RANLIB) $(DESTDIR)$(libdir)/$(LIBSCSH)
for f in $(srcdir)/scsh/*.scm $(srcdir)/scsh/*/*.scm; \
do $(INSTALL_DATA) $$f $(DESTDIR)$(LIB)/scsh/; done
-@@ -939,4 +943,4 @@ scsh/configure.scm: scsh/configure.scm.i
- -e 's|@scsh_DEFS@|$(DEFS)|g' \
- -e 's|@scsh_CFLAGS@|$(CFLAGS)|g' \
- -e 's|@scsh_CPPFLAGS@|$(CPPFLAGS)|g' \
-- -e 's|@scsh_LDFLAGS@|$(LDFLAGS)|g' $< > $@
-+ -e 's|@scsh_LDFLAGS@|$(LDFLAGS)|g' scsh/configure.scm.in > $@
diff --git a/shells/scsh/patches/patch-ad b/shells/scsh/patches/patch-ad
index df639c093b5..d24881fed31 100644
--- a/shells/scsh/patches/patch-ad
+++ b/shells/scsh/patches/patch-ad
@@ -1,4 +1,4 @@
-$NetBSD: patch-ad,v 1.6 2005/11/10 22:48:07 joerg Exp $
+$NetBSD: patch-ad,v 1.7 2006/09/03 11:39:08 kristerw Exp $
--- scsh/syscalls1.c.orig 2004-03-11 15:54:06.000000000 +0000
+++ scsh/syscalls1.c
@@ -10,13 +10,3 @@ $NetBSD: patch-ad,v 1.6 2005/11/10 22:48:07 joerg Exp $
extern char **environ;
/* Sux because it's dependent on 32-bitness. */
-@@ -671,7 +670,9 @@ s48_value scsh_fsync(s48_value sch_fdes)
-
- s48_value scsh_sync()
- {
-+#if !defined(__INTERIX)
- sync();
-+#endif
- return S48_UNSPECIFIC;
- }
-