diff options
Diffstat (limited to 'shells/scsh/files')
-rw-r--r-- | shells/scsh/files/patch-aa | 80 | ||||
-rw-r--r-- | shells/scsh/files/patch-ab | 4 | ||||
-rw-r--r-- | shells/scsh/files/patch-ac | 36 | ||||
-rw-r--r-- | shells/scsh/files/patch-ad | 36 | ||||
-rw-r--r-- | shells/scsh/files/patch-ae | 19 | ||||
-rw-r--r-- | shells/scsh/files/patch-static.scm | 19 |
6 files changed, 105 insertions, 89 deletions
diff --git a/shells/scsh/files/patch-aa b/shells/scsh/files/patch-aa index 22f97bee64ee..fdcffc3b20e0 100644 --- a/shells/scsh/files/patch-aa +++ b/shells/scsh/files/patch-aa @@ -1,39 +1,55 @@ -*** Makefile.in.original Tue Nov 26 14:44:19 1996 ---- Makefile.in Thu Nov 28 15:29:24 1996 +*** Makefile.in.orig Wed Jan 9 21:27:46 2002 +--- Makefile.in Fri Jan 11 15:05:48 2002 *************** -*** 137,143 **** +*** 31,37 **** + mandir = @mandir@/man$(manext) + ### End of `configure' section### - # The following is the first rule and therefore the "make" command's - # default target. -! enough: $(VM) $(IMAGE) script $(LIBCIG) scsh $(LIBSCSH) $(MANPAGE) .notify +! htmldir = $(prefix)/html - # 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 ---- + # HP 9000 series, if you don't have gcc + # CC = cc +--- 31,37 ---- + mandir = @mandir@/man$(manext) + ### End of `configure' section### - # The following is the first rule and therefore the "make" command's - # default target. -! enough: $(VM) $(IMAGE) script $(LIBCIG) scsh $(LIBSCSH) $(MANPAGE) +! htmldir = $(libdir)/scsh/doc/html - # 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. + # HP 9000 series, if you don't have gcc + # CC = cc *************** -*** 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 +*** 367,375 **** + done && \ + for f in $(srcdir)/doc/scsh-manual/html/*.html \ + $(srcdir)/doc/scsh-manual/html/*.gif \ +! $(srcdir)/doc/scsh-manual/html/*.css \ +! $(srcdir)/doc/src/manual/*.html \ +! $(srcdir)/doc/html/*.html; \ + do $(INSTALL_DATA) $$f $(htmldir)/; \ + done + +--- 367,373 ---- + done && \ + for f in $(srcdir)/doc/scsh-manual/html/*.html \ + $(srcdir)/doc/scsh-manual/html/*.gif \ +! $(srcdir)/doc/scsh-manual/html/*.css; \ + do $(INSTALL_DATA) $$f $(htmldir)/; \ + done + *************** -*** 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 +*** 399,405 **** + } \ + done && \ + for dir in \ +! rts env big opt misc link scsh doc/scsh-manual doc/s48-manual cig; \ + do \ + { mkdir -p $(LIB)/$$dir && [ -w $(LIB)/$$dir ]; } || { \ + echo "$(LIB)/$$dir not a writable directory" >&2; \ +--- 397,403 ---- + } \ + done && \ + for dir in \ +! rts env big opt misc link scsh doc/scsh-manual doc/s48-manual; \ + do \ + { mkdir -p $(LIB)/$$dir && [ -w $(LIB)/$$dir ]; } || { \ + echo "$(LIB)/$$dir not a writable directory" >&2; \ diff --git a/shells/scsh/files/patch-ab b/shells/scsh/files/patch-ab index a75d1e93ac41..cc0813630db1 100644 --- a/shells/scsh/files/patch-ab +++ b/shells/scsh/files/patch-ab @@ -1,5 +1,5 @@ -*** env/command.scm.original Tue Nov 26 15:59:38 1996 ---- env/command.scm Tue Nov 26 15:59:46 1996 +*** scheme/env/command.scm.original Tue Nov 26 15:59:38 1996 +--- scheme/env/command.scm Tue Nov 26 15:59:46 1996 *************** *** 546,552 **** ((char=? (string-ref line 0) #\n) #f) diff --git a/shells/scsh/files/patch-ac b/shells/scsh/files/patch-ac index 42c68f84edeb..93feb49aa9a1 100644 --- a/shells/scsh/files/patch-ac +++ b/shells/scsh/files/patch-ac @@ -1,19 +1,19 @@ -*** configure.in.original Tue Nov 26 17:10:41 1996 ---- configure.in Tue Nov 26 17:11:07 1996 +*** configure.in.orig Wed Jan 9 15:54:29 2002 +--- configure.in Fri Jan 11 12:36:21 2002 *************** -*** 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 - +*** 226,232 **** + fi + + AR=${AR-"ar cq"} +! TMPDIR=${TMPDIR-"/usr/tmp"} + case "$host" in + ## CX/UX + m88k-harris-cxux* ) +--- 226,232 ---- + fi + + AR=${AR-"ar cq"} +! TMPDIR=${TMPDIR-"/var/tmp"} + case "$host" in + ## CX/UX + m88k-harris-cxux* ) diff --git a/shells/scsh/files/patch-ad b/shells/scsh/files/patch-ad index 57efb8d7d373..1f13031cf578 100644 --- a/shells/scsh/files/patch-ad +++ b/shells/scsh/files/patch-ad @@ -1,19 +1,19 @@ -*** configure.original Tue Nov 26 17:55:51 1996 ---- configure Tue Nov 26 17:55:58 1996 +*** configure.orig Fri Jan 11 12:38:17 2002 +--- configure Fri Jan 11 12:38:29 2002 *************** -*** 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 - +*** 1299,1305 **** + fi + + AR=${AR-"ar cq"} +! TMPDIR=${TMPDIR-"/usr/tmp"} + case "$host" in + ## CX/UX + m88k-harris-cxux* ) +--- 1299,1305 ---- + fi + + AR=${AR-"ar cq"} +! TMPDIR=${TMPDIR-"/var/tmp"} + case "$host" in + ## CX/UX + m88k-harris-cxux* ) diff --git a/shells/scsh/files/patch-ae b/shells/scsh/files/patch-ae deleted file mode 100644 index f7eec1bab769..000000000000 --- a/shells/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) diff --git a/shells/scsh/files/patch-static.scm b/shells/scsh/files/patch-static.scm new file mode 100644 index 000000000000..72ef6b100053 --- /dev/null +++ b/shells/scsh/files/patch-static.scm @@ -0,0 +1,19 @@ +*** scsh/static.scm.orig Fri Jan 11 12:50:39 2002 +--- scsh/static.scm Fri Jan 11 12:50:46 2002 +*************** +*** 128,134 **** + options + (or (options:temp-dir options) + (getenv "TMPDIR") +! "/usr/tmp")) + (set-options:cc-command + options + (or (options:cc-command options) +--- 128,134 ---- + options + (or (options:temp-dir options) + (getenv "TMPDIR") +! "/var/tmp")) + (set-options:cc-command + options + (or (options:cc-command options) |