home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / gnu / ispell-4.0-src.lha / src / diffs / ispell-4.0.diffs
Encoding:
Text File  |  1994-02-24  |  8.0 KB  |  301 lines

  1. diff -rc ispell-4.0-fsf/INSTALL ispell-4.0-amiga/INSTALL
  2. *** ispell-4.0-fsf/INSTALL    Fri Apr 16 21:46:56 1993
  3. --- ispell-4.0-amiga/INSTALL    Thu Feb 24 00:22:50 1994
  4. ***************
  5. *** 37,44 ****
  6.   DIR is the directory that contains the source code.
  7.   
  8.   By default, `make install' will install the Ispell files in
  9. ! /usr/local/bin, /usr/local/lib, /usr/local/man, etc.  You can specify
  10. ! an installation prefix other than /usr/local by giving `configure' the
  11.   option `--prefix=PATH'.  Alternately, you can do so by giving a value
  12.   for the `prefix' variable when you run `make', e.g.,
  13.       make prefix=/usr/gnu
  14. --- 37,44 ----
  15.   DIR is the directory that contains the source code.
  16.   
  17.   By default, `make install' will install the Ispell files in
  18. ! /gnu/bin, /gnu/lib, /gnu/man, etc.  You can specify
  19. ! an installation prefix other than /gnu by giving `configure' the
  20.   option `--prefix=PATH'.  Alternately, you can do so by giving a value
  21.   for the `prefix' variable when you run `make', e.g.,
  22.       make prefix=/usr/gnu
  23. ***************
  24. *** 100,113 ****
  25.   
  26.   The files that get installed are (directories vary):
  27.   
  28. !     /usr/local/lib/ispell/ispell.dict
  29. !     /usr/local/lib/ispell/ispell.words
  30. !     /usr/local/bin/ispell
  31. !     /usr/local/bin/look
  32. !     /usr/local/lib/elisp/ispell.el
  33. !     /usr/local/lib/elisp/ispell.elc
  34. !     /usr/local/lib/emacs/info/ispell
  35. !     /usr/local/man/man1/ispell.1
  36.   
  37.   
  38.   4.  You can remove the program binaries and object files from the
  39. --- 100,113 ----
  40.   
  41.   The files that get installed are (directories vary):
  42.   
  43. !     /gnu/lib/ispell/ispell.dict
  44. !     /gnu/lib/ispell/ispell.words
  45. !     /gnu/bin/ispell
  46. !     /gnu/bin/look
  47. !     /gnu/lib/elisp/ispell.el
  48. !     /gnu/lib/elisp/ispell.elc
  49. !     /gnu/lib/emacs/info/ispell
  50. !     /gnu/man/man1/ispell.1
  51.   
  52.   
  53.   4.  You can remove the program binaries and object files from the
  54. diff -rc ispell-4.0-fsf/Makefile.in ispell-4.0-amiga/Makefile.in
  55. *** ispell-4.0-fsf/Makefile.in    Tue Jun  1 09:54:52 1993
  56. --- ispell-4.0-amiga/Makefile.in    Thu Feb 24 00:23:22 1994
  57. ***************
  58. *** 32,41 ****
  59.   CHARSET = @CHARSET@
  60.   ALLOCA = @ALLOCA@
  61.   
  62. ! CFLAGS = -g
  63. ! LDFLAGS = -g
  64.   
  65. ! prefix = /usr/local
  66.   exec_prefix = $(prefix)
  67.   
  68.   bindir = $(exec_prefix)/bin
  69. --- 32,41 ----
  70.   CHARSET = @CHARSET@
  71.   ALLOCA = @ALLOCA@
  72.   
  73. ! CFLAGS = -O2
  74. ! LDFLAGS =
  75.   
  76. ! prefix = /gnu
  77.   exec_prefix = $(prefix)
  78.   
  79.   bindir = $(exec_prefix)/bin
  80. diff -rc ispell-4.0-fsf/configure ispell-4.0-amiga/configure
  81. *** ispell-4.0-fsf/configure    Tue Jun  1 08:10:18 1993
  82. --- ispell-4.0-amiga/configure    Thu Feb 24 00:54:10 1994
  83. ***************
  84. *** 97,103 ****
  85.     srcdirdefaulted=yes
  86.     # Try the directory containing this script, then `..'.
  87.     prog=$0
  88. !   confdir=`echo $prog|sed 's%/[^/][^/]*$%%'`
  89.     test "X$confdir" = "X$prog" && confdir=.
  90.     srcdir=$confdir
  91.     if test ! -r $srcdir/$unique_file; then
  92. --- 97,103 ----
  93.     srcdirdefaulted=yes
  94.     # Try the directory containing this script, then `..'.
  95.     prog=$0
  96. !   confdir=`echo $prog| sed 's|/$||' | sed 's|//|/|' | sed 's|/[^/]*$||'`
  97.     test "X$confdir" = "X$prog" && confdir=.
  98.     srcdir=$confdir
  99.     if test ! -r $srcdir/$unique_file; then
  100. ***************
  101. *** 258,264 ****
  102.   
  103.   if test "z$USG" = "z" ; then
  104.      echo checking for BSD
  105. !    ( test -f /vmunix || test -f /sdmach || test -f /../../mach ) && {
  106.   test -n "$verbose" && \
  107.   echo '    defining' BSD
  108.   DEFS="$DEFS -DBSD=1"
  109. --- 258,264 ----
  110.   
  111.   if test "z$USG" = "z" ; then
  112.      echo checking for BSD
  113. !    false && ( test -f /vmunix || test -f /sdmach || test -f /../../mach ) && {
  114.   test -n "$verbose" && \
  115.   echo '    defining' BSD
  116.   DEFS="$DEFS -DBSD=1"
  117. ***************
  118. *** 390,396 ****
  119.   
  120.   # Needed for SVR4
  121.   my_LIBS_save="${LIBS}"
  122. ! LIBS="${LIBS} -L/usr/ucblib"
  123.   LIBS_save="${LIBS}"
  124.   LIBS="${LIBS} -lucb"
  125.   have_lib=""
  126. --- 390,396 ----
  127.   
  128.   # Needed for SVR4
  129.   my_LIBS_save="${LIBS}"
  130. ! LIBS="${LIBS} -L/gnu/ucblib"
  131.   LIBS_save="${LIBS}"
  132.   LIBS="${LIBS} -lucb"
  133.   have_lib=""
  134. ***************
  135. *** 414,420 ****
  136.   case " ${LIBS} " in
  137.      *' -lucb '* ) 
  138.         echo "*** Note: You may need to set LD_LIBRARY_PATH or LD_PATH to" 1>&2
  139. !       echo "*** contain /usr/ucblib for the ispell executables to work." 1>&2
  140.         echo "*** (don't blame us, this is SVR4 lossage)" 1>&2
  141.        ;;
  142.   esac   
  143. --- 414,420 ----
  144.   case " ${LIBS} " in
  145.      *' -lucb '* ) 
  146.         echo "*** Note: You may need to set LD_LIBRARY_PATH or LD_PATH to" 1>&2
  147. !       echo "*** contain /gnu/ucblib for the ispell executables to work." 1>&2
  148.         echo "*** (don't blame us, this is SVR4 lossage)" 1>&2
  149.        ;;
  150.   esac   
  151. ***************
  152. *** 731,737 ****
  153.   fi
  154.   
  155.   
  156. ! for hdr in malloc.h termios.h termio.h string.h strings.h
  157.   do
  158.   trhdr=HAVE_`echo $hdr | tr '[a-z]./' '[A-Z]__'`
  159.   echo checking for ${hdr}
  160. --- 731,738 ----
  161.   fi
  162.   
  163.   
  164. ! #Disable check for termio.h and termios.h by removing from list.
  165. ! for hdr in malloc.h string.h strings.h
  166.   do
  167.   trhdr=HAVE_`echo $hdr | tr '[a-z]./' '[A-Z]__'`
  168.   echo checking for ${hdr}
  169. ***************
  170. *** 796,802 ****
  171.   s%^exec_prefix\\([     ]*\\)=\\([     ]*\\).*$%\
  172.   exec_prefix\\1=\\2$exec_prefix%"
  173.   fi
  174. ! DEFS="`echo \"$DEFS\" | sed 's%[&\\\]%\\\&%g'`"
  175.   
  176.   trap 'rm -f config.status; exit 1' 1 3 15
  177.   echo creating config.status
  178. --- 797,803 ----
  179.   s%^exec_prefix\\([     ]*\\)=\\([     ]*\\).*$%\
  180.   exec_prefix\\1=\\2$exec_prefix%"
  181.   fi
  182. ! DEFS="`/bin/echo $DEFS | sed 's%[&\\\]%\\\&%g'`"
  183.   
  184.   trap 'rm -f config.status; exit 1' 1 3 15
  185.   echo creating config.status
  186. Only in ispell-4.0-amiga: configure!
  187. diff -rc ispell-4.0-fsf/ispell.1 ispell-4.0-amiga/ispell.1
  188. *** ispell-4.0-fsf/ispell.1    Fri Jul 22 22:14:53 1988
  189. --- ispell-4.0-amiga/ispell.1    Thu Feb 24 00:23:38 1994
  190. ***************
  191. *** 85,91 ****
  192.   .SH FILES
  193.   .PD 0
  194.   .TP 40
  195. ! /usr/lib/ispell.dict
  196.   System dictionary
  197.   .TP 40
  198.   $HOME/ispell.words
  199. --- 85,91 ----
  200.   .SH FILES
  201.   .PD 0
  202.   .TP 40
  203. ! /gnu/lib/ispell.dict
  204.   System dictionary
  205.   .TP 40
  206.   $HOME/ispell.words
  207. diff -rc ispell-4.0-fsf/ispell.el ispell-4.0-amiga/ispell.el
  208. *** ispell-4.0-fsf/ispell.el    Tue Jun  1 09:37:34 1993
  209. --- ispell-4.0-amiga/ispell.el    Thu Feb 24 00:23:52 1994
  210. ***************
  211. *** 220,226 ****
  212.         (unwind-protect
  213.         (progn
  214.           (cond ((null filename)
  215. !            (setq filename (make-temp-name "/usr/tmp/ispell"))
  216.              (setq delete-temp t)
  217.              (write-region (point-min) (point-max) filename))
  218.             ((and (buffer-modified-p buf)
  219. --- 220,226 ----
  220.         (unwind-protect
  221.         (progn
  222.           (cond ((null filename)
  223. !            (setq filename (make-temp-name "/tmp/ispell"))
  224.              (setq delete-temp t)
  225.              (write-region (point-min) (point-max) filename))
  226.             ((and (buffer-modified-p buf)
  227. diff -rc ispell-4.0-fsf/look.c ispell-4.0-amiga/look.c
  228. *** ispell-4.0-fsf/look.c    Tue Jun  1 01:04:05 1993
  229. --- ispell-4.0-amiga/look.c    Thu Feb 24 00:24:03 1994
  230. ***************
  231. *** 51,57 ****
  232.   char *dict_lib = DICT_LIB;
  233.   char *dict_name = "ispell.words";
  234.   #else
  235. ! char *dict_lib = "/usr/dict";
  236.   char *dict_name = "words";
  237.   #endif
  238.   
  239. --- 51,57 ----
  240.   char *dict_lib = DICT_LIB;
  241.   char *dict_name = "ispell.words";
  242.   #else
  243. ! char *dict_lib = "/gnu/dict";
  244.   char *dict_name = "words";
  245.   #endif
  246.   
  247. diff -rc ispell-4.0-fsf/screen.c ispell-4.0-amiga/screen.c
  248. *** ispell-4.0-fsf/screen.c    Mon May 31 23:45:29 1993
  249. --- ispell-4.0-amiga/screen.c    Thu Feb 24 00:24:32 1994
  250. ***************
  251. *** 136,142 ****
  252.         return;
  253.       }
  254.   
  255. !   (void) strcpy (tempfile, "/usr/tmp/ispellXXXXXX");
  256.     (void) mktemp (tempfile);
  257.     if ((out = fopen (tempfile, "w")) == NULL)
  258.       {
  259. --- 136,142 ----
  260.         return;
  261.       }
  262.   
  263. !   (void) strcpy (tempfile, "/tmp/ispellXXXXXX");
  264.     (void) mktemp (tempfile);
  265.     if ((out = fopen (tempfile, "w")) == NULL)
  266.       {
  267. ***************
  268. *** 253,259 ****
  269.             while (*end && !isspace (*end))
  270.           end++;
  271.             *end = 0;
  272. !           if (strncmp (n, "/usr/lib", 8) == 0)
  273.           continue;
  274.             if (nxflag)
  275.           {
  276. --- 253,259 ----
  277.             while (*end && !isspace (*end))
  278.           end++;
  279.             *end = 0;
  280. !           if (strncmp (n, "/gnu/lib", 8) == 0)
  281.           continue;
  282.             if (nxflag)
  283.           {
  284. ***************
  285. *** 939,945 ****
  286.   
  287.     lookcmd = "egrep";
  288.     lookarg1 = str;
  289. !   lookarg2 = "/usr/lib/ispell.words";
  290.     dochild (lookfun);
  291.   }
  292.   
  293. --- 939,945 ----
  294.   
  295.     lookcmd = "egrep";
  296.     lookarg1 = str;
  297. !   lookarg2 = "/gnu/lib/ispell.words";
  298.     dochild (lookfun);
  299.   }
  300.   
  301.