diff options
author | agc <agc@pkgsrc.org> | 2001-03-14 12:12:21 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-03-14 12:12:21 +0000 |
commit | 93771b497b18ddc601b2a66e69411aa9a9f4b8ff (patch) | |
tree | 1b67b5efd932f59f476ca96abb676e216d060061 /textproc/ispell-british/patches | |
parent | b47dc045a0bad5f4caaaba8deb9dbbdd8f5de9d8 (diff) | |
download | pkgsrc-93771b497b18ddc601b2a66e69411aa9a9f4b8ff.tar.gz |
Initial import of ispell-british into the packages collection.
This package contains the British English spelling dictionary.
Diffstat (limited to 'textproc/ispell-british/patches')
-rw-r--r-- | textproc/ispell-british/patches/patch-aa | 12 | ||||
-rw-r--r-- | textproc/ispell-british/patches/patch-ab | 19 | ||||
-rw-r--r-- | textproc/ispell-british/patches/patch-ac | 15 | ||||
-rw-r--r-- | textproc/ispell-british/patches/patch-ad | 15 |
4 files changed, 61 insertions, 0 deletions
diff --git a/textproc/ispell-british/patches/patch-aa b/textproc/ispell-british/patches/patch-aa new file mode 100644 index 00000000000..4113eb1cdc2 --- /dev/null +++ b/textproc/ispell-british/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/03/14 12:12:21 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-british/patches/patch-ab b/textproc/ispell-british/patches/patch-ab new file mode 100644 index 00000000000..5776eecf8d9 --- /dev/null +++ b/textproc/ispell-british/patches/patch-ab @@ -0,0 +1,19 @@ +$NetBSD: patch-ab,v 1.1.1.1 2001/03/14 12:12:21 agc 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-british/patches/patch-ac b/textproc/ispell-british/patches/patch-ac new file mode 100644 index 00000000000..122b387e4fd --- /dev/null +++ b/textproc/ispell-british/patches/patch-ac @@ -0,0 +1,15 @@ +$NetBSD: patch-ac,v 1.1.1.1 2001/03/14 12:12:21 agc Exp $ + +Use the buildhash program from the base installation + +--- languages/british/Makefile 1995/01/08 23:24:18 1.4 ++++ languages/british/Makefile 2001/03/14 10:56:42 +@@ -63,7 +63,7 @@ + + CONFIG = ../../config.sh + PATHADDER = ../.. +-BUILDHASH = ../../buildhash ++BUILDHASH = ${PREFIX}/bin/buildhash + + # The following variables should be set by the superior Makefile, + # based on the LANGUAGES variable in config.X. diff --git a/textproc/ispell-british/patches/patch-ad b/textproc/ispell-british/patches/patch-ad new file mode 100644 index 00000000000..00e3be1a3a7 --- /dev/null +++ b/textproc/ispell-british/patches/patch-ad @@ -0,0 +1,15 @@ +$NetBSD: patch-ad,v 1.1.1.1 2001/03/14 12:12:21 agc Exp $ + +Don't build the programs - use the ones from the base system. + +--- Makefile 1995/10/11 04:30:25 1.102 ++++ Makefile 2001/03/14 10:59:01 +@@ -196,7 +196,7 @@ + mv y.tab.o $@; \ + rm -f y.tab.c + +-all-languages: munchable ++all-languages: + $(MAKE) LANGUAGE_TARGET=all SHELLDEBUG=$(SHELLDEBUG) language-subdirs + + install: config.sh all install-basic install-dictbuild install-languages |