summaryrefslogtreecommitdiff
path: root/textproc/ispell/patches
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-03-14 12:20:54 +0000
committeragc <agc@pkgsrc.org>2001-03-14 12:20:54 +0000
commit2d167c19e8da4b72484e1fc26b6971d2d1b6d156 (patch)
tree3cf078ee35b93bb2bba4c9a1d53073b95a085f6c /textproc/ispell/patches
parentf767d0a063d7e5032c78fa91eda710e12c5af8cf (diff)
downloadpkgsrc-2d167c19e8da4b72484e1fc26b6971d2d1b6d156.tar.gz
Remove old ispell package, which has been superceded by ispell-base
and various other language-specific packages
Diffstat (limited to 'textproc/ispell/patches')
-rw-r--r--textproc/ispell/patches/patch-aa12
-rw-r--r--textproc/ispell/patches/patch-ab67
-rw-r--r--textproc/ispell/patches/patch-ac31
-rw-r--r--textproc/ispell/patches/patch-ad21
-rw-r--r--textproc/ispell/patches/patch-ae30
-rw-r--r--textproc/ispell/patches/patch-af20
-rw-r--r--textproc/ispell/patches/patch-ag11
-rw-r--r--textproc/ispell/patches/patch-ah11
-rw-r--r--textproc/ispell/patches/patch-ai19
-rw-r--r--textproc/ispell/patches/patch-aj16
10 files changed, 0 insertions, 238 deletions
diff --git a/textproc/ispell/patches/patch-aa b/textproc/ispell/patches/patch-aa
deleted file mode 100644
index 29b83405a46..00000000000
--- a/textproc/ispell/patches/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.2 1998/08/07 11:14:12 agc Exp $
-
---- languages/english/english.2-orig Mon Jan 23 19:28:44 1995
-+++ languages/english/english.2 Thu Apr 16 14:34:21 1998
-@@ -1867,7 +1867,6 @@
- auxotroph
- auxotrophic
- auxotrophy
--avaliable
- avast
- avatar
- avaunt
diff --git a/textproc/ispell/patches/patch-ab b/textproc/ispell/patches/patch-ab
deleted file mode 100644
index 3d0a40c13e3..00000000000
--- a/textproc/ispell/patches/patch-ab
+++ /dev/null
@@ -1,67 +0,0 @@
-$NetBSD: patch-ab,v 1.6 2000/01/02 03:50:05 wiz Exp $
-
---- Makefile.orig Sat Jan 1 20:32:31 2000
-+++ Makefile Sat Jan 1 20:38:02 2000
-@@ -240,31 +240,15 @@
- set $(SHELLDEBUG); \
- if [ -d $$TEXINFODIR -a -r ispell.info ]; then \
- set -ex; \
-- rm -f $$TEXINFODIR/ispell; \
-- $$INSTALL ispell.info $$TEXINFODIR/ispell; \
-- chmod 644 $$TEXINFODIR/ispell; \
-+ rm -f $$TEXINFODIR/ispell.info; \
-+ $$INSTALL ispell.info $$TEXINFODIR/ispell.info; \
-+ chmod 644 $$TEXINFODIR/ispell.info; \
- else \
- : ; \
- fi
- @set +e; \
- . ./config.sh; \
- set $(SHELLDEBUG); \
-- if [ -d $$ELISPDIR ]; then \
-- set -ex; \
-- rm -f $$ELISPDIR/ispell.el; \
-- $$INSTALL ispell.el $$ELISPDIR; \
-- if sh iwhich $$EMACS >/dev/null; then \
-- echo '(byte-compile-file "'"$$ELISPDIR/ispell.el"'")' \
-- > /tmp/emi$$$$; \
-- $$EMACS -batch -l /tmp/emi$$$$; \
-- rm -f /tmp/emi$$$$; \
-- chmod 644 $$ELISPDIR/ispell.el $$ELISPDIR/ispell.elc; \
-- else \
-- chmod 644 $$ELISPDIR/ispell.el; \
-- fi; \
-- else \
-- : ; \
-- fi
-
- install-dictbuild:
- @. ./config.sh; \
-@@ -324,7 +308,7 @@
- set $(SHELLDEBUG); \
- if [ -d $$TEXINFODIR ]; then \
- if sh iwhich makeinfo >/dev/null \
-- && makeinfo ispell.texinfo 2>/dev/null; then \
-+ && makeinfo --no-split --force ispell.texinfo 2>/dev/null; true; then \
- :; \
- elif sh iwhich $$EMACS >/dev/null; then \
- set -e; \
-@@ -508,7 +492,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 +506,8 @@
- else \
- set -x; \
- rm -f msgs.h; ln $$msgs msgs.h || cp $$msgs msgs.h; \
-- fi
-+ fi; \
-+ touch msgs.h
-
- FRC:
-
diff --git a/textproc/ispell/patches/patch-ac b/textproc/ispell/patches/patch-ac
deleted file mode 100644
index 0d95dd72135..00000000000
--- a/textproc/ispell/patches/patch-ac
+++ /dev/null
@@ -1,31 +0,0 @@
-$NetBSD: patch-ac,v 1.1 1998/10/27 07:21:19 garbled Exp $
---- ispell.h.orig Mon Oct 26 23:13:30 1998
-+++ ispell.h Mon Oct 26 23:16:48 1998
-@@ -90,6 +90,16 @@
-
- #include <stdio.h>
-
-+#ifdef HAVE_INTTYPES_H
-+#include <inttypes.h>
-+#define PTRSIZE intptr_t
-+#else
-+#define PTRSIZE int
-+#endif
-+#if !defined(HAVE_INTTYPES_H) && defined(__alpha) && defined(__NetBSD__)
-+#define PTRSIZE long
-+#endif /* hack for 1.3 */
-+
- #ifdef __STDC__
- #define P(x) x
- #define VOID void
-@@ -336,8 +346,8 @@
- short maxstringcharlen; /* Max strchr len supported */
- short compoundmin; /* Min lth of compound parts */
- short compoundbit; /* Flag 4 compounding roots */
-- int stringsize; /* Size of string table */
-- int lstringsize; /* Size of lang. str tbl */
-+ PTRSIZE stringsize; /* Size of string table */
-+ PTRSIZE lstringsize; /* Size of lang. str tbl */
- int tblsize; /* No. entries in hash tbl */
- int stblsize; /* No. entries in sfx tbl */
- int ptblsize; /* No. entries in pfx tbl */
diff --git a/textproc/ispell/patches/patch-ad b/textproc/ispell/patches/patch-ad
deleted file mode 100644
index 727a5604062..00000000000
--- a/textproc/ispell/patches/patch-ad
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-ad,v 1.1 1998/10/27 07:21:19 garbled Exp $
---- buildhash.c.orig Mon Jan 23 11:28:24 1995
-+++ buildhash.c Mon Oct 26 23:20:42 1998
-@@ -211,7 +211,7 @@
- {
- register FILE * houtfile;
- register struct dent * dp;
-- int strptr;
-+ PTRSIZE strptr;
- int n;
- int i;
- int maxplen;
-@@ -336,7 +336,7 @@
- {
- if (dp->next != 0)
- {
-- int x;
-+ PTRSIZE x;
- x = dp->next - hashtbl;
- dp->next = (struct dent *)x;
- }
diff --git a/textproc/ispell/patches/patch-ae b/textproc/ispell/patches/patch-ae
deleted file mode 100644
index 8f7f2d89825..00000000000
--- a/textproc/ispell/patches/patch-ae
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD: patch-ae,v 1.1 1998/10/27 07:21:19 garbled Exp $
---- lookup.c.orig Mon Oct 26 23:24:20 1998
-+++ lookup.c Mon Oct 26 23:25:41 1998
-@@ -212,22 +212,22 @@
- if (dp->word == (char *) -1)
- dp->word = NULL;
- else
-- dp->word = &hashstrings [ (int)(dp->word) ];
-+ dp->word = &hashstrings [ (PTRSIZE)(dp->word) ];
- if (dp->next == (struct dent *) -1)
- dp->next = NULL;
- else
-- dp->next = &hashtbl [ (int)(dp->next) ];
-+ dp->next = &hashtbl [ (PTRSIZE)(dp->next) ];
- }
- }
-
- for (i = numsflags + numpflags, entry = sflaglist; --i >= 0; entry++)
- {
- if (entry->stripl)
-- entry->strip = (ichar_t *) &hashstrings[(int) entry->strip];
-+ entry->strip = (ichar_t *) &hashstrings[(PTRSIZE) entry->strip];
- else
- entry->strip = NULL;
- if (entry->affl)
-- entry->affix = (ichar_t *) &hashstrings[(int) entry->affix];
-+ entry->affix = (ichar_t *) &hashstrings[(PTRSIZE) entry->affix];
- else
- entry->affix = NULL;
- }
diff --git a/textproc/ispell/patches/patch-af b/textproc/ispell/patches/patch-af
deleted file mode 100644
index b9743bd96dd..00000000000
--- a/textproc/ispell/patches/patch-af
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-af,v 1.1 1998/10/27 07:21:19 garbled Exp $
---- fields.c.orig Mon Oct 26 23:27:45 1998
-+++ fields.c Mon Oct 26 23:31:02 1998
-@@ -32,6 +32,7 @@
- */
-
- #include <stdio.h>
-+#include <string.h>
- #include "config.h"
- #include "fields.h"
-
-@@ -62,7 +63,7 @@
- extern char * malloc ();
- extern char * realloc ();
- extern char * strchr ();
--extern int strlen ();
-+/* extern int strlen ();*/
-
- /*
- * Read one line of the given file into a buffer, break it up into
diff --git a/textproc/ispell/patches/patch-ag b/textproc/ispell/patches/patch-ag
deleted file mode 100644
index 4a239c81737..00000000000
--- a/textproc/ispell/patches/patch-ag
+++ /dev/null
@@ -1,11 +0,0 @@
-$NetBSD: patch-ag,v 1.1 1998/10/27 07:21:19 garbled Exp $
---- sq.c.orig Mon Oct 26 23:28:32 1998
-+++ sq.c Mon Oct 26 23:28:58 1998
-@@ -49,6 +49,7 @@
- */
-
- #include <stdio.h>
-+#include <string.h>
-
- #ifdef __STDC__
- #define P(x) x
diff --git a/textproc/ispell/patches/patch-ah b/textproc/ispell/patches/patch-ah
deleted file mode 100644
index 30a25747615..00000000000
--- a/textproc/ispell/patches/patch-ah
+++ /dev/null
@@ -1,11 +0,0 @@
-$NetBSD: patch-ah,v 1.1 1998/10/27 07:21:19 garbled Exp $
---- unsq.c.orig Mon Oct 26 23:28:34 1998
-+++ unsq.c Mon Oct 26 23:29:08 1998
-@@ -49,6 +49,7 @@
- */
-
- #include <stdio.h>
-+#include <string.h>
- #include "msgs.h"
-
- #ifdef __STDC__
diff --git a/textproc/ispell/patches/patch-ai b/textproc/ispell/patches/patch-ai
deleted file mode 100644
index ca8d2484fbe..00000000000
--- a/textproc/ispell/patches/patch-ai
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-ai,v 1.1 1998/10/28 05:34:31 garbled Exp $
---- languages/english/english.3.orig Tue Oct 27 22:26:48 1998
-+++ languages/english/english.3 Tue Oct 27 22:27:35 1998
-@@ -5202,6 +5202,7 @@
- dirndl
- disaccredit
- disafforest
-+disappear
- disbranch
- disbud
- discalced
-@@ -5236,7 +5237,6 @@
- dispersoid
- displayable
- disproven
--dissappear
- disseminule
- dissentious
- dissepiment
diff --git a/textproc/ispell/patches/patch-aj b/textproc/ispell/patches/patch-aj
deleted file mode 100644
index 40e63669d53..00000000000
--- a/textproc/ispell/patches/patch-aj
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-aj,v 1.1 1998/12/21 00:36:00 frueauf Exp $
-
---- ispell.texinfo-orig Wed Nov 2 19:44:23 1994
-+++ ispell.texinfo Sun Dec 20 23:22:20 1998
-@@ -4,6 +4,11 @@
- @settitle ISPELL V3.1
- @comment %**end of header (This is for running Texinfo on a region.)
-
-+@dircategory Miscellaneous
-+@direntry
-+* ISPELL: (ispell). An interactive spelling corrector.
-+@end direntry
-+
- @iftex
- @finalout
- @end iftex