summaryrefslogtreecommitdiff
path: root/textproc/ispell
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1997-06-04 15:19:40 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1997-06-04 15:19:40 +0000
commit04021bbcea957617626dd75cf37139181c960de8 (patch)
tree52c9ea72768856e65decaa07ecfdd50fe921957c /textproc/ispell
parentAdded kon2. (diff)
Never byte-compile ispell.el.
Notes
Notes: svn path=/head/; revision=6767
Diffstat (limited to 'textproc/ispell')
-rw-r--r--textproc/ispell/files/patch-ab67
1 files changed, 30 insertions, 37 deletions
diff --git a/textproc/ispell/files/patch-ab b/textproc/ispell/files/patch-ab
index dbe56b3a2d26..1f352c6f6e86 100644
--- a/textproc/ispell/files/patch-ab
+++ b/textproc/ispell/files/patch-ab
@@ -1,37 +1,30 @@
-*** Makefile~ Mon Jan 23 19:28:24 1995
---- Makefile Tue Sep 19 00:46:41 1995
-***************
-*** 490,496 ****
- local.h:
- set +e; [ -r local.h ] || cp local.h.samp local.h
-
-! msgs.h: config.sh FRC
- @. ./config.sh; \
- set $(SHELLDEBUG); \
- set +e; \
---- 490,496 ----
- local.h:
- set +e; [ -r local.h ] || cp local.h.samp local.h
-
-! msgs.h: config.sh
- @. ./config.sh; \
- set $(SHELLDEBUG); \
- set +e; \
-***************
-*** 504,510 ****
- else \
- set -x; \
- rm -f msgs.h; ln $$msgs msgs.h || cp $$msgs msgs.h; \
-! fi
-
- FRC:
-
---- 504,511 ----
- else \
- set -x; \
- rm -f msgs.h; ln $$msgs msgs.h || cp $$msgs msgs.h; \
-! fi; \
-! touch msgs.h
-
- FRC:
-
+--- Makefile.orig Thu Oct 12 20:04:06 1995
++++ Makefile Wed Jun 4 05:05:47 1997
+@@ -253,7 +253,7 @@
+ set -ex; \
+ rm -f $$ELISPDIR/ispell.el; \
+ $$INSTALL ispell.el $$ELISPDIR; \
+- if sh iwhich $$EMACS >/dev/null; then \
++ if sh iwhich ___XXX___$$EMACS >/dev/null; then \
+ echo '(byte-compile-file "'"$$ELISPDIR/ispell.el"'")' \
+ > /tmp/emi$$$$; \
+ $$EMACS -batch -l /tmp/emi$$$$; \
+@@ -508,7 +508,7 @@
+ local.h:
+ set +e; [ -r local.h ] || cp local.h.samp local.h
+
+-msgs.h: config.sh FRC
++msgs.h: config.sh
+ @. ./config.sh; \
+ set $(SHELLDEBUG); \
+ set +e; \
+@@ -522,7 +522,8 @@
+ else \
+ set -x; \
+ rm -f msgs.h; ln $$msgs msgs.h || cp $$msgs msgs.h; \
+- fi
++ fi; \
++ touch msgs.h
+
+ FRC:
+