From d2efe26f00ec4d24b52d3719d80dd9add9dc5a40 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 9 Jan 2009 11:35:07 +0000 Subject: Remove unneeded patch. --- textproc/hunspell-de/patches/patch-aa | 40 ----------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 textproc/hunspell-de/patches/patch-aa (limited to 'textproc/hunspell-de') diff --git a/textproc/hunspell-de/patches/patch-aa b/textproc/hunspell-de/patches/patch-aa deleted file mode 100644 index 5a5ef40c459..00000000000 --- a/textproc/hunspell-de/patches/patch-aa +++ /dev/null @@ -1,40 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2008/11/11 14:17:34 wiz Exp $ - ---- Makefile.orig 2008-11-06 20:04:26.000000000 +0100 -+++ Makefile -@@ -192,7 +192,7 @@ myspell/$(1).dic: $$(WORDS_$(1)) $$(WORD - cat $$(WORDS_$(1)) $$(WORDS_de_all) dicts/abkuerzpunkt.txt \ - | (test -e ./bin/conv_dict_$(1) && ./bin/conv_dict_$(1) || cat) \ - | ./bin/myspell-generic-process.sh > $$@.tmp -- wc -l < $$@.tmp > $$@ -+ wc -l < $$@.tmp | sed "s/^ *//" > $$@ - cat myspell/de_all.dic.header | $(SED) "s/AFF_VERSION_REPLACE/$(VERSION_STRING)/;s/LANG_REPLACE/$(1)/" >> $$@ - ./bin/dic2iso < $$@.tmp >> $$@ - $(RM_OR_NOT) $$@.tmp -@@ -297,7 +297,7 @@ hunspell/$(1)_small.dic: $$(HUNSPELL_DIC - | (test -e ./bin/conv_dict_$(1) && ./bin/conv_dict_$(1) || cat) \ - | ./bin/hunspell-generic-process.sh \ - > $$@.tmp -- wc -l < $$@.tmp > $$@ -+ wc -l < $$@.tmp | sed "s/^ *//" > $$@ - cat myspell/de_all.dic.header | \ - $(SED) "s/AFF_VERSION_REPLACE/$(VERSION_STRING)/;s/LANG_REPLACE/$(1)/;s/Myspell/Hunspell/" >> $$@ - ./bin/dic2iso < $$@.tmp >> $$@ -@@ -314,7 +314,7 @@ hunspell/$(1).dic: $$(HUNSPELL_DICTS_ALL - | ./bin/hunspell-generic-process.sh \ - | ./bin/hunspell-optimize-roothelper.pl \ - > $$@.tmp -- wc -l < $$@.tmp > $$@ -+ wc -l < $$@.tmp | sed "s/^ *//" > $$@ - cat myspell/de_all.dic.header | $(SED) "s/AFF_VERSION_REPLACE/$$(VERSION_STRING)/;s/LANG_REPLACE/$(1)/;s/Myspell/Hunspell/" >> $$@ - ./bin/dic2iso < $$@.tmp >> $$@ - $(RM_OR_NOT) $$@.tmp -@@ -365,7 +365,7 @@ huntest: hunspell/hunspell-test.txt - # so this is the lesser evil. No perfect solution found so far... - cat hunspell/hunspell-test.txt |$(HUNSPELL) -L -d hunspell/de_DE > $@.tmp 2>&1 - @if `grep -q "^0 " $@.tmp`;then echo "Huntest NICHT bestanden:"; cat $@.tmp; exit 1;fi -- @if ! test "`wc -l < $@.tmp`" = "`tail -n 1 $@.tmp | cut -f1 -d:`";then echo "Huntest NICHT bestanden (Zu viele als korrekt erkannte Wörter):"; cat $@.tmp; exit 1;fi -+ @if ! test "`wc -l < $@.tmp | sed 's/^ *//'`" = "`tail -n 1 $@.tmp | cut -f1 -d:`";then echo "Huntest NICHT bestanden (Zu viele als korrekt erkannte Wörter):"; cat $@.tmp; exit 1;fi - - - ### -- cgit v1.2.3