summaryrefslogtreecommitdiff
path: root/lang/scsh/files
diff options
context:
space:
mode:
Diffstat (limited to 'lang/scsh/files')
-rw-r--r--lang/scsh/files/patch-aa39
-rw-r--r--lang/scsh/files/patch-ab19
-rw-r--r--lang/scsh/files/patch-ac19
-rw-r--r--lang/scsh/files/patch-ad19
-rw-r--r--lang/scsh/files/patch-ae19
5 files changed, 0 insertions, 115 deletions
diff --git a/lang/scsh/files/patch-aa b/lang/scsh/files/patch-aa
deleted file mode 100644
index 22f97bee64ee..000000000000
--- a/lang/scsh/files/patch-aa
+++ /dev/null
@@ -1,39 +0,0 @@
-*** Makefile.in.original Tue Nov 26 14:44:19 1996
---- Makefile.in Thu Nov 28 15:29:24 1996
-***************
-*** 137,143 ****
-
- # The following is the first rule and therefore the "make" command's
- # default target.
-! enough: $(VM) $(IMAGE) script $(LIBCIG) scsh $(LIBSCSH) $(MANPAGE) .notify
-
- # The developers are curious to know. Don't be concerned if this fails.
- # You may comment these lines out if you wish to be discourteous.
---- 137,143 ----
-
- # The following is the first rule and therefore the "make" command's
- # default target.
-! enough: $(VM) $(IMAGE) script $(LIBCIG) scsh $(LIBSCSH) $(MANPAGE)
-
- # The developers are curious to know. Don't be concerned if this fails.
- # You may comment these lines out if you wish to be discourteous.
-***************
-*** 250,255 ****
---- 250,256 ----
- $(RM) -r $(LIB).old
- if [ -d $(LIB) ] ; then mv $(LIB) $(LIB).old ; fi
- mkdir $(LIB)
-+ mkdir $(LIB)/emacs
- mkdir $(LIB)/big
- mkdir $(LIB)/cig
- mkdir $(LIB)/doc
-***************
-*** 286,291 ****
---- 287,293 ----
- $(LIB)/misc $(LIB)/link $(LIB)/vm $(LIB)/doc
- for f in $(srcdir)/rts/*num.scm; \
- do $(INSTALL_DATA) $$f $(LIB)/rts/; done
-+ for f in $(srcdir)/emacs/*; do $(INSTALL_DATA) $$f $(LIB)/emacs/; done
- for f in $(srcdir)/env/*.scm; do $(INSTALL_DATA) $$f $(LIB)/env/; done
- for f in $(srcdir)/big/*.scm; do $(INSTALL_DATA) $$f $(LIB)/big/; done
- for f in $(srcdir)/opt/*.scm; do $(INSTALL_DATA) $$f $(LIB)/opt/; done
diff --git a/lang/scsh/files/patch-ab b/lang/scsh/files/patch-ab
deleted file mode 100644
index a75d1e93ac41..000000000000
--- a/lang/scsh/files/patch-ab
+++ /dev/null
@@ -1,19 +0,0 @@
-*** env/command.scm.original Tue Nov 26 15:59:38 1996
---- env/command.scm Tue Nov 26 15:59:46 1996
-***************
-*** 546,552 ****
- ((char=? (string-ref line 0) #\n) #f)
- (else (loop count)))))))
-
-! (define *y-or-n-eof-count* 100)
-
- (define (read-line port)
- (let loop ((l '()))
---- 546,552 ----
- ((char=? (string-ref line 0) #\n) #f)
- (else (loop count)))))))
-
-! (define *y-or-n-eof-count* 0)
-
- (define (read-line port)
- (let loop ((l '()))
diff --git a/lang/scsh/files/patch-ac b/lang/scsh/files/patch-ac
deleted file mode 100644
index 42c68f84edeb..000000000000
--- a/lang/scsh/files/patch-ac
+++ /dev/null
@@ -1,19 +0,0 @@
-*** configure.in.original Tue Nov 26 17:10:41 1996
---- configure.in Tue Nov 26 17:11:07 1996
-***************
-*** 220,226 ****
- fi
-
- AR=${AR-"ar cq"}
-! TMPDIR=${TMPDIR-"/usr/tmp"}
-
- case "$host" in
-
---- 220,226 ----
- fi
-
- AR=${AR-"ar cq"}
-! TMPDIR=${TMPDIR-"/var/tmp"}
-
- case "$host" in
-
diff --git a/lang/scsh/files/patch-ad b/lang/scsh/files/patch-ad
deleted file mode 100644
index 57efb8d7d373..000000000000
--- a/lang/scsh/files/patch-ad
+++ /dev/null
@@ -1,19 +0,0 @@
-*** configure.original Tue Nov 26 17:55:51 1996
---- configure Tue Nov 26 17:55:58 1996
-***************
-*** 1017,1023 ****
- fi
-
- AR=${AR-"ar cq"}
-! TMPDIR=${TMPDIR-"/usr/tmp"}
-
- case "$host" in
-
---- 1017,1023 ----
- fi
-
- AR=${AR-"ar cq"}
-! TMPDIR=${TMPDIR-"/var/tmp"}
-
- case "$host" in
-
diff --git a/lang/scsh/files/patch-ae b/lang/scsh/files/patch-ae
deleted file mode 100644
index f7eec1bab769..000000000000
--- a/lang/scsh/files/patch-ae
+++ /dev/null
@@ -1,19 +0,0 @@
-*** scsh/scsh.scm.original Tue Nov 26 17:15:00 1996
---- scsh/scsh.scm Tue Nov 26 17:15:06 1996
-***************
-*** 298,304 ****
- (list (string-append (car maybe-prefix) ".~a"))))))
-
- (define *temp-file-template*
-! (make-fluid (string-append "/usr/tmp/" (number->string (pid)) ".~a")))
-
-
- (define (temp-file-iterate maker . maybe-template)
---- 298,304 ----
- (list (string-append (car maybe-prefix) ".~a"))))))
-
- (define *temp-file-template*
-! (make-fluid (string-append "/var/tmp/" (number->string (pid)) ".~a")))
-
-
- (define (temp-file-iterate maker . maybe-template)