From d5ddd85f15356d96ed7d15dd43134446287e41d5 Mon Sep 17 00:00:00 2001 From: Jean-Marc Zucconi Date: Sat, 22 Jan 2000 22:26:04 +0000 Subject: Oops - I forgot to add these files in my previous commit. --- textproc/ispell/files/BR.patch | 8 ++++++++ textproc/ispell/files/DENEU.patch | 39 +++++++++++++++++++++++++++++++++++++++ textproc/ispell/files/FR.patch | 26 ++++++++++++++++++++++++++ textproc/ispell/files/SE.patch | 17 +++++++++++++++++ 4 files changed, 90 insertions(+) create mode 100644 textproc/ispell/files/BR.patch create mode 100644 textproc/ispell/files/DENEU.patch create mode 100644 textproc/ispell/files/FR.patch create mode 100644 textproc/ispell/files/SE.patch diff --git a/textproc/ispell/files/BR.patch b/textproc/ispell/files/BR.patch new file mode 100644 index 000000000000..92cb8586d7c4 --- /dev/null +++ b/textproc/ispell/files/BR.patch @@ -0,0 +1,8 @@ +--- br.ispell-2.3/conjugue.old Sun Feb 21 13:39:02 1999 ++++ br.ispell-2.3/conjugue Sat Nov 6 01:02:55 1999 +@@ -1,4 +1,4 @@ +-#!/usr/bin/gawk -f ++#!/usr/bin/awk -f + # + + # diff --git a/textproc/ispell/files/DENEU.patch b/textproc/ispell/files/DENEU.patch new file mode 100644 index 000000000000..21c593ea54cf --- /dev/null +++ b/textproc/ispell/files/DENEU.patch @@ -0,0 +1,39 @@ +--- igerman98-19991219/Makefile.orig Sun Dec 19 10:46:45 1999 ++++ igerman98-19991219/Makefile Fri Dec 31 11:31:02 1999 +@@ -36,16 +38,16 @@ + ## Ispell and Aspell stuff: + ### + +-german.hash: all.words copyright +- buildhash all.words german.aff $@ ++german.hash: all.words ++ ${BUILDHASH} all.words german.aff $@ + +-all.words: $(WORTE) +- sed s/qq//g $+ | sort -u > $@ ++all.words: ${WORTE} ++ sed s/qq//g ${WORTE} | sort -u > $@ + + swiss: all.words copyright + cat german.aff |sed /swiss-del/d |sed /swiss-convert/s/sS/SS/g |sed '/stringchar/!s/sS//g' > swiss.aff + cat all.words helvetismen.txt |sed s/sS/ss/g |sort -u > all.words.swiss +- buildhash all.words.swiss swiss.aff swiss.hash ++ ${BUILDHASH} all.words.swiss swiss.aff swiss.hash + + install: german.hash + cp german.aff german.hash `ispell -vv|grep LIBDIR|sed "s/.*\=//" |tr -d \"` +@@ -68,11 +70,11 @@ + liglist.aff: + sed '/\#qqq/s/^\#//g;/\#nnn/d' german.aff > liglist.aff + +-all.words.liglist: $(WORTE) +- sort -u $+ > $@ ++all.words.liglist: ${WORTE} ++ sort -u ${WORTE} > $@ + + liglist.hash: liglist.aff all.words.liglist +- buildhash all.words.liglist liglist.aff $@ ++ ${BUILDHASH} all.words.liglist liglist.aff $@ + + liglist: liglist.hash copyright + cat oldspell.liglist all.words.liglist \ diff --git a/textproc/ispell/files/FR.patch b/textproc/ispell/files/FR.patch new file mode 100644 index 000000000000..4f3a6f68215b --- /dev/null +++ b/textproc/ispell/files/FR.patch @@ -0,0 +1,26 @@ +--- francais-IREQ/Makefile.old Fri Dec 31 10:23:00 1999 ++++ francais-IREQ/Makefile Fri Dec 31 10:27:35 1999 +@@ -13,10 +13,10 @@ + #------------------------------------------------------------------------------ + + # Prendre soin de bien définir cette variable: +-LIBDIR = /depot/public/lib/ispell ++LIBDIR = ${PREFIX}/lib + + # Il peut être requis de changer celle-ci aussi: +-HASH = $(LIBDIR)/buildhash ++HASH=${BUILDHASH} + + # buildict n'est pas requis pour l'utilisation de francais-IREQ, + # mais si vous décidez de modifier le dictionnaire, la variable suivante +@@ -48,8 +48,8 @@ + > $@' + + francais.hash: francais.dico +- $(RM) francais.dico.cnt francais.dico.stat +- $(HASH) francais.dico $(AFFIXES) francais.hash ++ @rm -f francais.dico.cnt francais.dico.stat ++ @${HASH} francais.dico $(AFFIXES) francais.hash + + install: francais.hash + install francais.hash $(LIBDIR) diff --git a/textproc/ispell/files/SE.patch b/textproc/ispell/files/SE.patch new file mode 100644 index 000000000000..75d9bd56041b --- /dev/null +++ b/textproc/ispell/files/SE.patch @@ -0,0 +1,17 @@ +--- iswedish-1.2.1/Makefile.orig Fri Dec 31 11:32:49 1999 ++++ iswedish-1.2.1/Makefile Fri Dec 31 11:33:14 1999 +@@ -1,4 +1,5 @@ + installdir=/usr/lib/ispell ++BUILDHASH=../ispell-3.1/buildhash + + all: svenska.hash + +@@ -7,7 +8,7 @@ + install -o root -g root -m 0644 svenska.aff $(installdir) + + svenska.hash: svenska.aff svenska.datalista +- buildhash svenska.datalista svenska.aff svenska.hash ++ ${BUILDHASH} svenska.datalista svenska.aff svenska.hash + + clean: + rm -f svenska.datalista.stat svenska.hash svenska.datalista.cnt *~ -- cgit v1.2.3